html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/img_upload/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #93d3ce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
/* Layout divs */
 
#pagewidth { 
 	width: 955px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto; 
	margin-top: 0;
	margin-bottom: 0; 
	background-image: url(/img_upload/body_bg.gif);
	background-repeat: repeat-y;
} 

#header {
 	height: 235px; 
 	width: 100%;
	background-image: url(/img_upload/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	height: 40px;
	width: 100%;
	background-image: url(/img_upload/menu_bg.jpg);
	background-repeat: no-repeat;
	z-index: 1;
} 
#content {
	width: 100%;
	background-image: url(/img_upload/foot.jpg);
	background-repeat: no-repeat;
	min-height: 33px;
	z-index: 2;
} 
#cont_left {
 	width: 200px; 
 	float:left; 
	margin-top: 33px;
}
 
#twocols {
 	width: 755px; 
 	float: right; 
	margin-top: 33px;
}
 
#cont_right {
 	width: 200px; 
 	float: right; 
}
 
#cont_center {
 	float: left; 
 	display: inline; 
 	width: 555px; 
}
 
#footer {
 	height: 30px; 
	background-color: #4c8989;
 	clear: both;
	border-top: #ffffff 20px solid;
} 

/* menu styles */
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#imouter1 {
	padding-left: 20px;
}
#imenus1 .menuactive a {
	color: #c6ffff;
}
#imenus1 {
	font-size: 11px;
}
#imenus1, #imenus1 ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}
#imenus1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 17px;
	padding-left: 0;
}
#imenus1 li {
	float: left;
}
#imenus1 li ul, #imenus1 ul li  {
	width: 12em;
	z-index: 1;
	font-weight: normal;
	font-size: 11px;
}
#imenus1 ul li  {
	border-bottom: 1px solid #FFFFFF;
}
#imenus1 ul li a  {
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#imenus1 li ul {
	position: absolute;
	display: none;
	background-color: #6ac2c2;
}
#imenus1 li:hover a, #imenus1 a:focus,
#imenus1 a:active, #imenus1 li.p7hvr a {
	color: #c6ffff;
}
#imenus1 li:hover ul, #imenus1 li.p7hvr ul {
	display: block;
}
#imenus1 li:hover ul a, #imenus1 li.p7hvr ul a {
	color: #ffffff;
}
#imenus1 ul a:hover {
	background-color: #519393!important;
	color: #FFFFFF!important;
}
/* The single backslash  character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#imenus1 li {width: auto;}

/* article styles */

.out_art {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
}
.out_art h1 {
	padding-top: 0;
	padding-bottom: 3px;
	font-size: 18px;
	color: #4c5b89;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: #a5c2c1 1px solid;
}
.out_art h2 {
	padding: 0;
	font-size: 14px;
	color: #4c5b89;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clear: both;
}
.out_art h4 {
	padding: 0;
	font-size: 12px;
	color: #4c5b89;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.out_art p {
	font-size: 12px;
	line-height: 18px;
	color: #343e5d;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.out_art ul {
	line-height: 18px;
	font-size: 12px;
	color: #343e5d;
}
.out_art ol {
	line-height: 18px;
	font-size: 12px;
	color: #343e5d;
}
.out_prev_img {
	margin-bottom: 10px;
} 
.out_prev_img h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #343e5d;
}
.out_link {
	clear: both;
	margin-bottom: 10px;
}
.out_art .out_link p {
	font-size: 12px;
	color: #343e5d;
	margin: 0;
	padding: 0;
}
.prev_copy {
	text-align: center;
}
.out_art .out_prev_img p {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
p.link_blurb, p.link_blurb_h {
	color: #343e5d;
}
.out_link a {
	color: #4c5b89;
}
.out_link a:hover {
	color: #4c8989;
}
.out_art a {
	color: #4c5b89;
}
.out_art a:hover {
	color: #4c8989;
}	
/* end of article navigation styles (previous page, top of page) */

.out_footer {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	border-top: #a5c2c1 1px solid;
}	
.out_art .out_footer {
	padding-bottom: 5px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 11px;
}
.out_footer a {
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
}
.out_footer a:hover {
	color: #4c8989;
}
.out_footer img {
	display: none;
}
/* contact form styles */
.out_form {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
}
.out_form h1 {
	padding-top: 0;
	padding-bottom: 3px;
	font-size: 18px;
	color: #4c5b89;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: #a5c2c1 1px solid;
}
/* left info box styles */ 
.ib_le_top {
	width: 185px;
	height: 32px;
	background-image: url(/img_upload/le_nb_top.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
}
.ib_le_top h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.ib_le_bot {
	width: 185px;
	height: 10px;
	background-image: url(/img_upload/le_nb_bot.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-left: 15px;
}	
.ib_le_ce {
	width: 185px;
	text-align: left;
	margin-left: 15px;
	background-image: url(/img_upload/le_nb_mid.gif);
	background-repeat: repeat-y;
}
.ib_le_ce h3 {
	font-size: 11px;
	font-weight: bold;
	color: #4c5b89;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.ib_le_ce p {	
	font-size: 11px; 
	color: #4c5b89;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.ib_le_ce img {
	margin: 0;
	padding: 0;
}
.ib_le_ce a {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	color: #4c5b89;
}
.ib_le_ce a:hover {
	color: #4c8989;
}
.ib_le_ce form {
	width: 160px;
	margin: 0;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
.ib_le_ce input {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 11px;
}
.ib_le_ce ul {	
	font-size: 11px; 
	color: #4c5b89;
	margin-top: 0;
	margin-left: 25px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;

}
.formbox {
	height: 20px;
}
/* image page styles */
#out {	
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
}
#out h1 {
	padding-top: 0;
	padding-bottom: 3px;
	font-size: 18px;
	color: #4c5b89;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
#out h3 {
	padding: 0;
	font-size: 14px;
	color: #4c5b89;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clear: both;
}
#out a {
	color: #4c5b89;
}
#out a:hover {
	color: #4c8989;
}
/* left newsbox styles */

.nb_le_top {
	display: none;
}
.nb_le_bot {
	display: none;
}
.nb_le_ce {
	width: 185px;
	margin-left: 15px;
	text-align: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5c2c1;

}
.nb_le_ce h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4c5b89;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5c2c1;
}
.nb_le_ce p {	
	font-size: 11px; 
	color: #323b59;
	margin-top: 0;
	padding: 0;
}
.nb_le_ce ul {	
	font-size: 11px; 
	color: #323b59;
	margin-top: 0;
	padding: 0;
}
.nb_le_ce img {
	margin: 0;
	padding: 0;
}
.nb_le_ce a {
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
	color: #323b59;
}
.nb_le_ce a:hover {
	color: #4c8989;
}

/* right newsbox styles */

.nb_ri_top {
	display: none;
}
.nb_ri_bot {
	display: none;
}
.nb_ri_ce {
	width: 170px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5c2c1;

}
.nb_ri_ce h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4c5b89;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5c2c1;
}
.nb_ri_ce p {	
	font-size: 11px; 
	color: #323b59;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
.nb_ri_ce p p {
	margin: 0;
	padding: 0;
}
.nb_ri_ce ul {	
	font-size: 11px; 
	color: #323b59;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 3px;
	padding: 0;
}
.nb_ri_ce li {	
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.nb_ri_ce img {
	margin: 0;
	padding: 0;
}
.nb_ri_ce a {
	padding-bottom: 3px;
	color: #323b59;
	font-size: 11px;
}

/* footer styles */
#footer p {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 8px;
}
#footer a {
 	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
 	color: #ffffff;
	text-decoration: underline;
}

/* site map styles */
.archive {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
}
.archive h1 {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
	color: #4c5b89;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.archive p {
	font-size: 12px;
	line-height: 18px;
	color: #343e5d;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}	
.archive a {
	color: #343e5d;
}
.archive a:hover {
	color: #4c8989;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#header, #menu, #cont_left, #footer, #fineprint {display:none;} 
#twocols {width:100%; float:none;}
#cont_right {width: 20%; float: right; }
#cont_center {float: left; display: inline; width: 80%; }
}
