body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	background-image: url(../images/background.gif); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
h5 {
	margin-top: 10px;
}
#large {
	font-size: 12px;
}

.bigblue {
	font-size: 12px;
	font-weight: bold;
	color: #192898;
	text-decoration: none;
}
.bigblue:link {
	font-size: 12px;
	font-weight: bold;
	color: #192898;
	text-decoration: none;
}
.bigblue:hover {
	font-size: 12px;
	font-weight: bold;
	color: #192898;
	text-decoration: underline;
}


select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F3F4FD;
	border: 1px #B1BAE1 solid;
	color: #405682
}
.mylabel {
	font-size: 10px;
}
/*Navigation Layout*/
#navigation_container {
	margin: auto;
	background-image: url(../images/nav_banner.gif); 
	width: 770px;
	height: 33px;
	margin-top:25px;
	margin-bottom: 10px;
}
#navigation {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 10px;
	left: 210px;
	max-width:540px;
	text-align: left;
}
#navigation a {
	padding: 0 7px 0 7px;
	color: #D0D4EF;
	text-decoration: none;
}
#navigation a:hover {
	padding: 0 7px 0 7px;	
	color: #77C66D;
	text-decoration: none;
}



/* Banner layout */
#container {
	width: 770px; margin: auto;
	position: relative;
	top: 30px;
}
#banner {
	background-image: url(../images/banner.jpg); 
	width: 770px;
	height: 118px;
	text-align: left;
	-moz-box-sizing: padding-box; 
}
#banner2 {
	background-image: url(../images/mid_bar.gif); 
	width: 770px;
	height: 24px;
	-moz-box-sizing: padding-box; 
}




#content {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	-moz-box-sizing: border-box;
}
#content2 {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 20px;
	-moz-box-sizing: border-box;
}
#main_body p {
	-moz-box-sizing: padding-box; 
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
}
*>#content {
	height: auto;
}

#side_links {
	width: 180px; left: 10px; -moz-box-sizing: padding-box; 
}
#side_links p {
	font-size: 10px; padding: 5px; color: #192898; background-color: #F8F8F8; margin-top: 1px; margin-bottom: 0px; -moz-box-sizing: padding-box;  
}
#side_links a {
	font-size: 10px; font-weight: bold; color: #192898;	text-decoration: none;
}
#side_links a:hover {
	font-size: 10px; color: #77C66D; text-decoration: none;
}

#images {
	padding-bottom: 20px; -moz-box-sizing: padding-box; 
}
#images p {
	font-size: 9px;
	color: #289819;
	margin-top: 1px; 
	margin-bottom: 0px; 
	-moz-box-sizing: padding-box;
}


/* footer */
#footer {
	background-image: url(../images/footer.gif); 
	width: 770px;
	height: 24px;
}
li {
	font-size: 10px;
}
.footernav {
	font-size: 10px;
	color: #192898;
	text-decoration: none;
}
.footernav:hover {
	font-size: 10px;
	color: #77C66D;
	text-decoration: none;
}
.small {
	font-size: 10px;
}
