body {
	background:#F4F3F2 center;
	border-width: 10px;
	border-color: #2A4F83;
	border-style: solid;
	margin:0px 0px 0px 0px;
	width:800px;
	font:12px garmond, 'Segoe UI', 'Trebuchet MS', arial, helvetica, sans-serif;margin:10px auto;
	padding:0;
}

/************************************************
*	Header
************************************************/
#header {
	background:url('../images/circles3_title.gif');
	width:800px;
	height:120px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#header p {
	color:#fff;
	padding:0px 0px 5px 20px;
	margin:0;
	line-height:20px;
}

.headerleft {
	width:570px;
	float:left;
	font-size:14px;
	margin:0;
	padding:0;
}

.headerright {
	background:#2A4F83;
	width:220px;
	height:120px;
	float:right;
	text-align:right;
	margin:0;
	padding-right:10px;
	font-weight:normal;
}

.headerright_top {
	background:#2A4F83;
	width:210px;
	height:40px;
	float:right;
	text-align:right;
	margin:0;
	padding-right:10px;
	font-weight:normal;
}

.headerright_bot {
	background:url('../images/header.jpg');
	width:220px;
	height:80px;
	float:right;
	text-align:right;
	margin:0;
	padding-right:0px;
	font-weight:normal;
}

/************************************************
*	Nav
************************************************/
#navbar {
	background-color:#2A4F83;
	color:#fff;
	width:800px;
	height:35px;
	border-top: medium solid #8DB8E5;
	border-bottom: medium solid #8DB8E5;
	margin:0;
	padding:0;
}

#navbarleft {
	width:670px;
	float:left;
	margin:0;
	padding:0;
}

#navbarright {
	width:280px;
	font-size:13px;
	float:right;
	margin:0;
	padding-left:6px;
	padding-top:7px;
}

#nav {
	float:left;
	margin:0;
	padding:0;
	height:30px;
}

#nav ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	height:35px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	color:#fff;
	display:block;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	padding:9px 15px;
}

#nav li a:hover, #nav li a:active {
	color:#fff;
	margin:0;
	padding:9px 15px 19px 15px;
	text-decoration:underline;
}

#nav li {
	float:left;
	padding:0px;
	height:35px;
}

#nav li:hover, #nav li.sfhover {
	position:static;
}

/************************************************
*	Homepage
************************************************/
#homepage {
	background: #fff;
	float:left;
	width:800px;
	margin:0px;
	padding:0px;
}

#homepage p {
	margin:0;
	padding:0;
}

#homepage p img {
	border:none;
	float:left;
	margin:0;
}

#homepage ul {
	list-style-type:square;
	margin:0;
	padding-bottom:15px;
}

#homepage ul li {
	list-style-type:square;
	margin:0;
	padding:0;
}

#homepageleft {
	float:left;
	width:570px;
	margin:0;
	padding:0;
}

#homepageright {
	background:#fff url('../images/bridge2.jpg') no-repeat top;
	float:right;
	width:230px;
	height:600px;
	margin:0;
	padding:0;
}


/************************************************
*	Content
************************************************/
#content {
	width: 550px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 10px;
	line-height: 16px;
}	
	
#content h1 {
	color: #2A4F83;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
	
#content h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 10px;
}

#content h3 {
	color: #2A4F83;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 10px;
}

#content p {
	color: #000;
	list-style-image: url('../images/bluebullet.gif');
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 10px;
}

#content ul, li {
	color: #000;
	list-style-image: url('../images/bluebullet.gif');
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 25px;
	padding: 10px 0px 0px 10px;
}

/************************************************
*	Links
************************************************/

a, a:visited, a:hover {
	color:#2A4F83;
	font-size: 14px;
	font-weight: normal;
	text-decoration:underline;
}

/************************************************
*	Footer
************************************************/
table.mytable { 
	width: 85%; 
	border: none; 
}

table.mytable tr {
	border: 1px solid; 
}

table.mytable td.check {
	background:url('../images/checkmark_sm2.gif');
	background-repeat: no-repeat;
	background-position: center center;
}	

table.mytable td { 
	font-size: 14px; 
	background-color: #fff; 
	vertical-align: middle; 
	padding: 3px; 
	font-weight: normal; 
}

/************************************************
*	Footer
************************************************/
#footer {
	background-color:#2A4F83;
	border-top: medium solid #8DB8E5;
	color:#fff;
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
	
#footer p {
	font-size: 11px;
	margin: 0;
	padding-top:7px;
}
	
#footer a, #footer a:visited {
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
}
