@charset "utf-8";
body  {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #F0F0F0;
	
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #00F;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: medium;
	color: #000;
}
h3 {
	font-size: medium;
	color: #00F;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #036A92;
	line-height: normal;
}
h5 {
	font-size: x-small;
	color: #666;
	text-align: center;
	font-weight: lighter;
}

h6 {
	font-size: medium;
	color: #036a92;
	text-align: left;
	font-weight: bold;
	background-color: #e7e7b6;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
}

ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 125%;
}
.thrColElsHdr #container {
	text-align: left;
	background-color: #FFF;
	margin: 0 auto 0 auto;
	margin-top: 0px;
	width: 900px;
    border: 5px solid #E4E4E4;
} 

.thrColElsHdr #sidebar1 {
	float: left;
	width: 13em;
	padding-top: 2em;
	padding-right: 1em;
	padding-left: 1.5em;
}

.thrColElsHdr #header {
	text-align: left;
	border-bottom: solid #CCC thin;
	padding: .5em 1em 0em 1em;
	height: 162px;
} 
.thrColElsHdr #container #header table tr td {
	vertical-align: top;
	padding: 1em 0em 1em 1em;
}


.thrColElsHdr #footer {
	font-size: x-small;
	text-align: left;
	color: #000;
	padding: 1em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height: 100%;
} 

.thrColElsHdr #sidebar2 {
	float: right;
	width: 13em;
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 1em;
	
}

.thrColElsHdr #mainContent {
	list-style-type: square;
	margin-right: 16em;
	padding-right: 1em;
	margin-left: 16em;
	padding-left: 1em;
	padding-top: 1em;
} 
.thrColElsHdr #mainContent table tbody tr td {
	font-size: small;
	text-align: left;
	vertical-align: top;
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 115%;
}

ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 125%;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: .8em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: .8em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: .1em;
    line-height: .1em;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}

.grey {
	color: #666;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	border: thin none #CCC;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

