body {
	background-color: #002F5E;
	margin: 0px;
}
#container {
	height: 410px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #1F4C9D;
	border: 1px solid #FFFFFF;
}
#logo {
	height: 167px;
	width: 141px;
	background-image: url(../layout/logo.gif);
	background-repeat: no-repeat;
}
#navigation {
	position: absolute;
	height: 167px;
	width: 133px;
	left: 143px;
	background-image: url(../layout/navigatioon.gif);
	top: 1px;
}
#flash {
	background-image: url(../layout/bkgrnd.gif);
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	height: 408px;
	width: 428px;
	text-align: right;
}
#maincontent {
	height: 216px;
	width: 374px;
	position: absolute;
	left: 3px;
	top: 182px;
	overflow: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 1.2em;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .7em;
}
a {
	color: #F39202;
}
.style1 {
	color: #FF0000;
}
.style2 {
	color: #FF0000;
}

