/* CSS Document */

body
{
	margin: 10px 0 0 0;
	padding: 0;
	font: 80% verdana;
	text-align: center;
	color: #333;
	background-color: #415170;
	}

.subject 
{ 	color: #415170;
	font-weight: bold;
	text-transform: uppercase;
}

.red 
{ 	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

.blue
{	color: #fff;
	background-color: #415170;
	padding: 0.4em 0.8em;
	margin: 2 -2.8em;
}

.yellow
{	color: #000;
	background-color: #ffc600;
	padding: 0.4em 0.8em;
	margin: 2 -2.8em;
	}

a:link { color: #cc0000; text-decoration: none;}
a:visited { color: #415170; text-decoration: none;}

a:hover, a:active
{
	color: #415170;
	background-color: transparent;
	border-bottom: 3px double;
}

#header
{
	height: 120px;
	width: 752px;
	background-image: url(newheader2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom: 0px solid #fff;
	border: 0px none #fff;
	border-bottom: 0px solid #676767;
}

#container
{
	margin: 0em auto;
	width: 752px;
	text-align: left;
	background-color: #fff;
	border: 0px solid #ffc600;
	}

#header1
{
	height: 149px;
	width: 772px;
	align: center;
	border-bottom: 0px solid #ffc600;
	border: 0px none #fff;
	border-bottom: 0px solid #ffc600;
	background-color: #ffc600;
		}

#header2
{
	height: 0px;
	width: 100%;
	background-image: 
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #ffc600;
	position: relative;
	border: 1px none #ffc600;
	border-bottom: 1px solid #ffc600;
	background-color: #ffc600;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#text
{
	float: left;
	width: 710px;
	border-right: 6px solid #ffc600;
	border-left: 6px solid #ffc600;
	border-top: 6px solid #ffc600;
	border-bottom: 6px solid #ffc600;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	}

#pics2 { margin: 0 200px 40px 20px; }
#pics2 p { line-height: 125%; }
.imagefloat2 { float: middle; }
.imagefloat2b { float: middle; }
.imagefloat6 { float: middle; }


#image2 { margin: 0 20px 40px 20px; }
#image2 p { line-height: 125%; }
.imagefloat3 { float: left; }
.imagefloat3b { float: left; }
.imagefloat4 { float: right; }
.imagefloat4b { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 90%;
	}


