 /* new css structure */

html,body{
	background-color: #8F8B68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
} 

 
#pagewidth {
	width:990px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 

#twocols {
	width:757px;
	float:right;
	position:relative;
  }
 
#header {
	position:relative;
	height:10px;
	width:990px;
} 
 
#header_left {
	position:relative;
	height:120px;
	width:516px;
	float: left;
} 

#header_right {
	position:relative;
	height:59px;
	width:414px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #56543F;
	padding-top: 61px;
}  

#header_right a {
	color: #56543F;
	text-decoration: none;

}
#header_right a:hover {
	color: #FFF;

}
#maincol {
	width:646px;
	float:left;
	position:relative;
	overflow: visible;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}
#rightcol {
	width:102px;
	float:right;
	position:relative;
	overflow: visible;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 25px;
	padding-left: 9px;
}
.one_pixel_pad {
	padding-top: 1px;
}


#rightcol img {
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#right_sitemap {
	float: right;
	width: 350px;
	}

#text_container {
	width: 646px;
	margin-top: 0px;
	padding-top: 10px;
	}
 
#text_container ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	} 
#text_container li {
	display: inline;
	font-size: 13px;
	padding-right: 4px;
	color: #0676A5;
	} 	
#text_container li a {
	color: #FFF;
	text-decoration: none;
	}  
#text_container li a:hover {
	color: #0676A5;
	text-decoration: none;
	}  
#text_container p {
	margin-top: 0px;
	padding-top: 0px;

	}  	
	
.white_divider {
	color: #FFF;
	}	
#leftcol {
	float: left;
	position: relative;
	width:221px;
	overflow: visible;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
 }
 
#leftcol ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #56543F;
	margin-top: 0px;
	padding-top: 19px;

 } 
#leftcol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	color: #0676A5;
 }  
 
.mainmenu {
	line-height: 34px;
	color: #0676A5;
	text-decoration: none;
	}
.mainmenu a {
	line-height: 34px;
	color: #56543F;
	text-decoration: none;
	}  
.mainmenu a:hover {
	line-height: 34px;
	color: #0676A5;
	text-decoration: none;
	}  
 	
 
.submenu {
	line-height: 24px;
	color: #0676A5;
	text-decoration: none;
	} 
.submenu a {
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	} 
.submenu a:hover {
	line-height: 24px;
	color: #0676A5;
	text-decoration: none;
	} 
#footer {
	height: 22px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #56543F;
	padding-left: 230px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	line-height: 22px;
 }  
#footer a {
	text-decoration: none;
	color: #56543F;

 }
#footer a:hover {
	color: #FFF;
	text-decoration: none;

 }

p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}

p a {
	text-decoration: underline;
	color: #FFF;
}

p a:hover {
	text-decoration: none;
	color: #0676A5;
}

ul {
	color: #FFF;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: disc;
}

ul a {
	text-decoration: none;
	color: #FFF;
}

ul a:hover {
	text-decoration: none;
	color: #0676A5;
}
.bold_blue {
	font-weight: bold;
	color: #0676A5;
}
.sitemap {
	margin-top: 0px;
	padding-top: 7px;
}



.image_left {
	border: 1px solid #000000;
	margin-right: 10px;
}

.image_right {
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}



@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;
} 
#twocols, #maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #333333;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

p a {
	text-decoration: none;
	color: #000000;
}


}
