/* CSS Document */
body {
	background-color: #B4D3D6;
}

#sitelinecontent {
	background-color:white;
	font-family: Verdana;
	font-size:0.8em;
	width: 900px;
	border: 1px solid #CCCCCC;
	padding-top: ;
	padding-bottom: ;
	margin-left: auto;
	margin-right: auto;
}		

.chromestyle{

font-weight: bold;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 1px solid #BBB;
border-top: 1px solid #BBB;
 
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li.libord a {
	border-left: 1px solid #DADADA;
}	

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #0033CC;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 1;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #B4D3D6;
}

/*LEFT NAVIGATION*/
ul.nav {
list-style-type: none;
padding-left:0;
margin-left:0;
margin-top: 20px;
margin-left: 5px;
border-bottom: 1px solid #BBB;
float: left;
width: 140px;


}

ul.nav a {
	font-weight: bold;
	color: #494949;
	display:block;
	width: 10em;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-align:center;
	border-top: 1px solid #BBB;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	
	background: url(chromebg.gif) center center repeat-x;
	
}

ul.nav a:hover {
	color:#0033CC;
}	

ul.nav li {
	display: inline;
	clear: left;
	
}
	

* html ul.nav a {
	height: 1px;
}			

#maincontent {
	margin-left: 160px;
	margin-right: 10px;
	padding-top: 20px;
}

#maincontent h3 {
	color: #003399;
	text-align: center;
}

.quote {
	border: 2px solid #CCCCCC;
	background-color: #B4D3D6;
	padding: 3px;
	margin: 5px;
	font-weight:;
	
	
}	

.addfloatright {
	float: right;
	border: 2px solid #CCCCCC;
	background-color: #B4D3D6;
	margin: 14px 5px 5px 5px;
	font-weight: bold;
	text-align: center;
	width: 200px;
}		

#maincontent p {
	text-align: justify;
	font-size: 0.9em;
}



#maincontent p.subhead {
	font-weight: bold;
	font-size: 1em;
}	

#maincontent img {
	margin: 0px 5px 5px 5px;
	border: 1px solid #BBB;
}

#maincontent img.floatright {
	border: none;
}		

#maincontent p.clearboth{
	clear: both;
}	

#maincontent ul.nobullet {
	list-style-type: none;
	margin-left: 40px;
}	

#maincontent ul {
	margin-left: 20px;
}	

#maincontent a:link {
	color: #0066FF;
}

#maincontent a:visited {
	color: #0066FF;
}
	
#maincontent a:hover {
	color: #B4D3D6;
}

#maincontent .floatright {
	float: right;
}

#maincontent .floatleft {
	float: left;
}

#header img {
		border: none;
	}	

#footer {
	margin-left: 160px;
	margin-right: 10px;
	padding-top: 5px;
	font-size: .7em;
	border-top: 1px solid #BBB;
	text-align: center;
	clear: right;
}	

.hws, .hws a {
	
	font-size: 0.9em;
	text-align: right;
	text-decoration: none;
	color: #000000;