/* CSS Document */

#containment {
	height: 100%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;

}
 #topnavigation {
	float: left;
	height: 20px;
	width: 750px;
	background-color: #7496AB;
 
 
 }
 #bodycontent {
	float: left;
	height: 600px;
	width: 750px;
	background-color: #DEDEDE;
 
 
 }
 #leftbox {
	background-image: url(images/images/brownback_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 181px;
	height: 550px;
	float: left;
 
 
 }
 
 #rightbox {
	background-image: url(images/images/brownback_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 541px;
	float: left;
	height: 600px;
 
 }
#bottom {
	background-image: url(images/baybottom.gif);
	width: 541px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin-top: 30px;
	clear: both;

}
 #footer {
	background-color: #B8AA46;
	height: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
 
 }
#navigation a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 60px;
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
	color: #023E71;
	background: no-repeat right top;
	text-decoration: none;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
display: block;
margin: 0;
padding: 0
}
#leftnavigation {
	margin-top: 30px;
	margin-left: 3px;
	background-color: #7496AB;
	width: 100px;

}
#image {
	margin-top: 30px;
	margin-left: 10px;

}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033B6C;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	width: 475px;
	

}.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #033B6C;
}

