﻿@charset "utf-8";
/* CSS Document */

#wrapper {
	height: auto;
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#navigation {
	height: 54px;
	width: 780px;
	background-image: url(images/navBG.jpg);
	background-repeat: repeat-x;
}
#header {
	height: 223px;
	width: 780px;
}
#left_column {
	height: auto;
	width: 207px;
	float: left;
	padding-left: 7px;
	padding-right: 9px;
}
#right_column {
	float: right;
	height: auto;
	width: 549px;
	padding-left: 3px;
	padding-right: 5px;
}
#footer {
	height: 38px;
	width: 780px;
	clear: both;
	padding-top: 17px;
	color: #7c7c7c;
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
}
#body {
	height: auto;
	width: 780px;
}
#main {
	height: auto;
	width: 780px;
}
#boxx {
	height: auto;
	width: 766px;
	padding-left: 7px;
	padding-right: 7px;
}

ol {
	line-height: 22px;
}

/***********************************************/
/* List properties                                 */
/***********************************************/
<style type="text/css">

.wireframemenu{
border: 1px solid #e9e8e8;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font-size: 10pt;
font-family: "Tahoma", Arial, Helvetica, sans-serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a: active{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #568ab8;
color: #ffffff;
text-decoration: none;
}

#h1{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #3c6bc0;
	font-weight: normal;
}

#h2{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14pt;
	color: #3c6bc0;
	font-weight: normal;
	font-style: italic;
}

#h3{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #3c6bc0;
	font-weight: normal;
}

#h4{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #7C7C7C;
	font-weight: normal;
}


a{
	color: #568ab8;
	text-decoration: none;
}

a:link{
	color: #568ab8;
	text-decoration: none;
}

a:hover{
	color: #ad9516;
	text-decoration: underline;
}
a:visited{
	color: #568ab8;
}
a:active{
	color: #ad9516;
}
</style>



