body {
	
	text-align: center;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin: 0px 20px 0 20px;
}
p {
	font: 12px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 12px 20px 0;
}
a {
	color: #495c6b;
}
img {
	border: 0;
}
img.floatleft {
	float: left;
	margin: 10px 20px 10px 10px;
	clear: left;
	border: none;
}
img.floatright {
	float: right;
	margin: 10px 20px 10px 10px;
	clear: right;
	border: none;
}
img.floatright2 {
	float: right;
	margin: 0px 20px 0px 20px;
	clear: right;
	border: none;
}


#main {
	width: 851px;
	background: #f0f0f0;
	text-align: left;
	margin: 0 0 0 0;
	
	border-right: 1px solid #ccc;
}

/*-- Nav Buttons ----------------------*/
#nav {
	display: block;
	width: 850px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-position: bottom;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#nav LI {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	border-right: 1px solid #ccc;
	float: left;
}
#nav LI A {
	display: block;
	color: #000;
	margin: 0;
	padding: 6px 15px;
	background: #ffffff;
	background-position: bottom;
	text-decoration: none;
}
#nav LI A:hover {
	color: #000;
	background: #E5E5E5;
	background-position: top;
}

/*-- Banner ----------------------*/



/*-- Main Left ----------------------*/

#content {
	background: #fff;
	width: 673px;
	height: 968px;
	position: absolute;
	padding: 30px 10px 35px 10px;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
#sidebar {
	background: #f0f0f0;
	width: 132px;
	height: 1000px;
	position: relative;
	left: 695px;
	padding: 33px 12px 0 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}


/*-- Main Right ----------------------*/

#sidebar p {
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}
#sidebar h1 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 0;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 15px 0 0 0;
}

div.line {
	border-bottom: 1px dotted #999;
	height: 0;
	margin: 0;
	font-size: 1px;
}
div.line2 {
	border-bottom: 1px dotted #003366;
	height: 0;
	margin: 0 20px 10px 20px;
	font-size: 1px;
}

/*--Bottom Nav Links ----------------------*/

#bnav {		
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	position: relative;		
	top: 0px;
}

#bnav A {	
	color: #000;
	margin: 0;
	padding: 6px 15px;
	background: #ffffff;
	background-position: bottom;
	text-decoration: none;
	
}

#bnav A:hover {
	color: #7b7b7b;	
	background-position: bottom;
}