@charset "utf-8";
/* CSS Document */

body {
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC url(../img/design/page_background.jpg);
	margin:0px;
}
div.left > h2, div.left > p, div.left > h3,div.right > h2, div.right > p, div.right > h3 {
	margin-top:0px !important;
}
div#wrapper {
	height:55px;

}
div#header	{
	height:55px;
	background: url(../img/design/awning_background.gif) no-repeat;
	width:770px;
	margin-left: auto;
	margin-right: auto;
}
div#nav		{
	width: 190px;
	float: left;
	padding: 5px 2px 5px 0px;
	margin-left: 2px;
	margin-right: 5px;
	padding-top: 230px;
	background: url(../img/design/m_logo.jpg) no-repeat ;
}
div#nav ul 	{
	list-style:none;
}
div#nav ul li {
	margin-left:-38px;
}
div#nav ul li a{
	width: 160px;
	display:block;
	padding:3px 6px 5px 8px;
/*	background: url(../img/design/button_background.jpg) no-repeat; */
	font-size: 90%;
	font-weight:bold;
	text-decoration:none;
	color:#033B67;
}
div#nav a:hover	{
/*	background: url(../img/design/button_background_on.jpg) no-repeat; */
	background-color: #033B67;
	color: #EEEEEE;
}
div#nav p {
	padding: 3px 8px;
}
div#footer	{
	padding: 8px 15px;
	font-size: 85%;
	background-color:#86241F;
	color: #EEEEEE;
}
div#footer a {
	color: #EEEEEE;
}
div#contentwrapper {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/design/content_background.gif) #F8F7D9 repeat-y;
}
div#content {
	width: 520px;
	float:left;
	background-color:#FCFCEB;
}
div#content img {
	border: medium solid #033B67;
	margin: 4px 10px;
}
h1 {
	color:#033B67;
	font-size: 2.2em;
	font-family: Garamond, "Times New Roman", serif;
	border-bottom:  dotted medium #033B67;
	padding-right: 20px;
	margin-top: 10px;
	text-align:right;
	padding-bottom: 4px;
}
h2 {
	font-size: 1.3em;
	color:#A21610;
	font-family: Garamond, "Times New Roman", serif;
}
h3 {
	font-size: 1.0em;
}
hr {
	display:none;
}
.left	{ 
	width:46%;
	float:left;
}
		  
.right	{
	width:46%;
	margin-left:17px;
	float:right;
}

.col1	{
	width:30%;
	float:left;
}
		  
.col2	{
	width:30%;
	margin-left:15px;
	float:left;
}
		  
.col3	{
	width:30%;
	margin-left:15px;
	float:left;
}
		  
.clear	{
	clear:both;
}

.highlight {
	color:#A21610;
	font-weight: bold;
	font-variant:small-caps;
}

.small,.description {
	font-size:85%;
}
.blue {
	color:#033B67;
}
.printonly {
	display:none;
}
