/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font: 80% verdana;
	text-align: center;
	color: #333;
	background-color: #ffffff;
	background-image: url(bg.gif);
}

.subject 
{ 	color: #000066;
	font-weight: bold;
	text-transform: uppercase;
}

.blue
{	color: #000;
	background-color: #9EB7DA;
	padding: 0.4em 0.8em;
	margin: 2 -2.8em;
}

a:link { color: #B52C07; text-decoration: none;}
a:visited { color: #FF6600; text-decoration: none;}

a:hover, a:active
{
	color: #B52C07;
	background-color: #dad5d5;
}


#container
{
	margin: 1em auto;
	width: 716px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 114px;
	width: 100%;
	background-image: url(header3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #676767;
}

#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: right;
	width: 490px;
	border-left: 1px solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
}

#pics { margin: 0 200px 40px 20px; }
#pics p { line-height: 125%; }
.imagefloat { float: left; }

#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 90%;
}


