﻿body
{
	background-color: #7D868F;
	font-family:"verdana",sans-serif;
	font-size:70%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.wrapper
{

	margin: auto;
	width: 920px;
	min-height: 20em;
	height: auto;
}

.header
{
	width: 100%;
	min-height: 2em;
	height: 16.5em;
	background-image: url(   'design/banner.jpg' );
	background-repeat: no-repeat;
}

.headertopright
{
	float: right;
	height: 1em;
	vertical-align: top;
	width: auto;
	padding-right: 1em;
	padding-top: .3em;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
}

.topnav
{

	width: 100%;
	min-height: .5em;
	height: auto;

}

.leftnav
{

	width: 20%;
	float: left;
	height: auto;
	
}

.content
{

	width: 93%;
	min-height: 20em;
	height: auto;
	padding-left: 3em;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: .5em;
	
	

}


.footerwrapper
{
	margin: auto;
	width: 920px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.footer
{
	min-height: 1.5em;
	height: 1.5em;
	width: 100%;
	font-variant: small-caps;
	text-align: center;
}

.border
{
	width: 920px;
	margin: auto;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 8px;
	border-color: #5A6F8E;
	margin-top: 1.7em;
	background: white;
	height: auto;
}


#chromemenu
{
	width: 100%;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{

border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
width: 100%;
background: url(design/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;

}

#chromemenu ul li a:hover{
background: url(design/chromebg2.gif) center center repeat-x;
}


.verticaltext {
writing-mode: lr-tb;
}