

/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{
	background: #FFFFFF;
	color:#4E4E4E;
	margin: 0px;
	text-align: center;
}
body,td,div,p{
	font-family: font-family: Georgia; 
	font-size: 16px;
	font-weight: normal;
}

tfoot td{color: #A6A6A6}
img{border:0}
a{color: #367589}


.site{
	width: 616px;border-left: 1px solid #C8C8C8;border-right: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;
	background: #ffffff;
}
.sitewithtextrightleft{
	width: 616px;border-left: 1px solid #C8C8C8;border-right: 1px solid #C8C8C8;
	background: #ffffff;
}
.sitewithtextall{
	width: 616px;border-left: 1px solid #C8C8C8;border-right: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;border-top: 1px solid #C8C8C8;
	background: #ffffff;
}



/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
#footer{
	width: 100%;
	margin-top: 15px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #516AC6;
	overflow: hidden;
	border-top: 1px solid #C8C8C8;
	background: url(images/footer-gradient.gif) repeat-x top #CCCFD8;
}
#nav-footer a{text-decoration: none}
#nav-footer a:hover{text-decoration: underline}
#nav-footer span{padding:0px 8px 0px 8px; color: #1C37A4}
