body 
{
	margin: 0px;
	background: #e0eaf3 url("../images/bg.jpg") repeat-x;
}

h1
{
	font-family: Arial;
	font-size: 27px;
	font-weight:normal;
	color: #00529b;
	margin-top: 13px;
	margin-bottom:0px;
	margin-left: 12px;
}

h2
{
	font-family: Arial;
	font-size: 16px;
	font-weight:normal;
	color: #00529b;
	margin-top: 5px;
	margin-bottom:22px;
	margin-left: 12px;
}

p
{
	font-family: Arial;
	font-size: 13px;
	font-weight:normal;
	color: #fff;
}

td
{
	font-family: Arial;
	font-size: 13px;
	font-weight:normal;
	color: #fff;
}

h3
{
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	margin-bottom:0px;
}

ul
{
	font-family: Arial;
	font-size: 13px;
	font-weight:normal;
	color: #fff;
	margin-top:0px;
}

#maintext
{
	margin-left:18px;
}

#container 
{
	margin: auto;
	background-color: #e0eaf3;
	width:778px;
}

#shadow_left 
{
	width:9px;
	height:614px;
	float:left;
	overflow:hidden;	
	background: #e0eaf3 url("../images/shadow_left.jpg") no-repeat;
}

#shadow_right 
{
	width:9px;
	height:614px;
	float:left;
	overflow:hidden;
	background: #e0eaf3 url("../images/shadow_right.jpg") no-repeat;
}

#content
{
	width:760px;
	float:left;
	background-color: #fff;
}

#header
{
	width:760px;
	height:117px;
	background: #fff url("../images/logo.jpg") no-repeat;
}

#greencontent
{
	margin:0px;
	padding:0px;
	background-color: #5dc2a5;
}

#bluecontent
{
	margin:0px;
	padding:0px;
	background-color: #71a5d4;
}

#bluecontent2
{
	margin:0px;
	padding:0px;
	background-color: #1b6bb4;
}

#redcontent
{
	margin:0px;
	padding:0px;
	background-color: #c31920;
}

#purplecontent
{
	margin:0px;
	padding:0px;
	background-color: #92278f;
}

#darkgreencontent
{
	margin:0px;
	padding:0px;
	background-color: #007071;
}

#footer
{
	background-color:#00529b;
	height: 30px;
	border-top: solid 2px #fff;
	font-family: Verdana;
	font-size:10px;
	color:#fff;
	padding:10px;
}

#menu
{
	padding-right:10px;
	padding-top:30px;
	text-align:right;
	font-family:Arial;
	font-size:18px;	
}

#menu a, a:visited
{
	color:#00529b;
	text-decoration: none;
}

#menu a:hover
{
	color:#5dc2a5;
	text-decoration: none;
}

#contact
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	text-align:right;
	color:#00529b;
	padding:10px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family:Arial;
	font-size:18px;
	color:#00529b;
}

#nav a {
	display: block;
	width: 160px;
	text-decoration:none;
	color:#00529b;
}

#nav a:hover {
	color:#5dc2a5;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image: url("../images/menu_bg.gif");
	background-repeat: no-repeat;
	height:113px;
	width: 160px;
	line-height:20px;
	font-size:10px;
	color:#fff;
	padding:8px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a{ /* second-level lists */
	color:#fff;
}

#nav li ul a:hover{ /* second-level lists */
	color:#00529b;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
