body {
	margin:0px;
	padding:0px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-image: url(images_pres/bkg_tile.gif);
	background-repeat: repeat;
	}
* {margin:0; padding:0;
}
div#maincontainer{
width: 808px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
/*div#mainwrap {
	width: 840px;
	margin-left:auto;
	margin-right:auto;
	}*/
#topsection{
height: 236px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

div#contentwrapper{
background-image:url(images_pres/bkg_middle.jpg);
background-repeat:repeat-y;
width: 808px;
}
div#contentwrapper_cal{
background-image:url(images_pres/bkg_middle_cal.jpg);
background-repeat:repeat-y;
width: 808px;
}
/*div#contentarea {
	width: 840px;
    background-image: url(images_pres/bkg_middle.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}*/

#contentcolumn{
margin-left: 275px; /*Set left margin to LeftColumnWidth*/
margin-right: 150px;
margin-top:0px;
}

#nav{
margin-left: 270px;
}
#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: 10px; /*Set left margin to -(MainContainerWidth)*/
margin-top:15px;
}
#rightcolumn{
float:right;
width: 455px;
text-align:left;
margin-right:60px;
margin-top:20px;
}
#monocolumn{
width: 600px;
text-align:left;
margin-left: 30px;
margin-top:15px;
}
.innertube{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#footer{
	clear: right;
	width: 100%;
	color: #C4BA97;
	text-align: center;
	padding: 4px 0;
	background-image: url(images_pres/bkg_bottom.gif);
	background-repeat: no-repeat;
}

/*#footer a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}*/
a.footer:link {
	color: #C4BA97;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
 a.footer:visited {
	color: #A7A78E;
	text-decoration: underline;
	font-size: 10px;
}
 a.footer:hover {
	color: #8A8A75;
	text-decoration: none;
	font-size: 10px;
}
a.link{
color: #535353;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a.visited{
color: #646464;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a.hover{
color: #9C9c69;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.textsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 .headBL{
font-family:Arial, Helvetica, sans-serif;
color: #556B80;
font-size: 12px;
font-weight: bold;
 }
/************ top navig
ation **************/
.chromestyle{
	width: 70%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 22px;
	background-position: left;
	margin-top:0px;

}

.chromestyle ul{
width: 100%;
/*background: url(images_pres/chromebg2.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
background: url(images_pres/chromebg1.gif) center center repeat-x; /*THEME CHANGE HERE*/
display: inline;
}
.chromestyle ul li a{
color: #fff;
background: url(images_pres/chromebg2.gif) center center repeat-x; 
padding: 1px 4px 1px 4px;
margin: 0px 0px 0px 0px;
text-decoration: none;
border-right: 1px solid #7A7E85;
border-left: 1px solid #7A7E85; 
border-top: 1px solid #7A7E85; /*THEME CHANGE HERE*/
border-bottom: 1px solid #7A7E85; /*THEME CHANGE HERE*/
text-align: left;
}
.chromestyle ul li a:hover{
	background: url(images_pres/chromebg2-over.gif) left repeat; /*THEME CHANGE HERE*/
	/*width: 11px;*/
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font: 11px/16px Arial, Helvetica, sans-serif;
z-index:100;
background-color: #CBCAC8;
width: 120px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: black;
}
.dropmenudiv a:hover{ 
/*THEME CHANGE HERE*/
background-color: #EBEBEB;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

