/* CSS Document */
/* CSS Document */
/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }


body {
	color: #000000;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	border-right: 2px solid #003B8B;
	border-bottom: 2px solid #003B8B;
	border-left: 2px solid #003B8B;
	border-top: 2px solid #003B8B;
}
		
				/* Header */
#header {
	background: url(../images/hd_bg.jpg) no-repeat;
	height: 100px;
	position: relative;
}
#header #hdimg {
	float: right;
}

				
				/* Main Horizontal Navigation */
#mainnav {
	font-size: 70%;
	font-weight: bold;
	height: 40px;
	background: url(../images/menu_bg.gif) no-repeat;
	text-align: center;
	line-height: 230%;
}
#mainnav ul {
	font-weight: bold;
	list-style-type: none;
	margin-left: 2px;
}
#mainnav li {
	text-align: left;
	float: left;
	margin-right: 3px;
}
#mainnav a:link, #mainnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 25px;
	text-align: center;
	margin-top: 9px;
}
#mainnav a:hover, #mainnav a:active {
	text-decoration: none;
	color: #003B8B;
}

					/* Nav Buttons formatting	*/
#mainnav li a:link, #mainnav li a:visited {				
	width: 147px;
	background: url(../images/menu_tab.gif) no-repeat 0px top;
}
#mainnav li.alt a:link, #mainnav li.alt a:visited {
	width: 205px;
	background: url(../images/menu_tab_alt.gif) no-repeat 0px top;
}

#mainnav li a:hover, #mainnav li a:active {				/* hover */
	background: url(../images/menu_tab-r.gif) no-repeat 0px top;
}
#mainnav li.alt a:hover, #mainnav li.alt a:active {				/* hover */
	background: url(../images/menu_tab_alt-r.gif) no-repeat 0px top;
	color: #003B8B;
}

/* Current page identifiers - menu tab in rollover state */
#homepage #mainnav li #homelink, #facspage #mainnav li #facslink, #dirspage #mainnav li #dirslink,
#ratespage #mainnav li #rateslink, #contactpage #mainnav li #contactlink {
	background: url(../images/menu_tab-r.gif) no-repeat 0px top;
	color: #003B8B;
}
#areapage #mainnav li #arealink {
	background: url(../images/menu_tab_alt-r.gif) no-repeat 0px top;
	color: #003B8B;
}

/* End nav Buttons formatting	*/
					
					/* Left Column */
#leftcol {
	width: 220px;
	float:left;
}

				/* End Left Column */
					
					/* Main Content */
#maincontent {
	font-size: 80%;
	float: left;
	text-align: left;
	width: 470px;
	padding-top: 14px;
	color: #333333;
}
#maincontent h1 {
	color: #00c365;
	font-size: 130%;
	margin-left: 1.5em;
}

#maincontent h1+p {
	font-weight: bold;
}
#maincontent h2 {
	font-size: 110%;
	color: #00C365;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.85em;
}
#maincontent h2+p {
	font-weight: bold;
}

#maincontent h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#maincontent h4 {
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#maincontent h5 {
	font-size: 100%;
	color: #641f31;
}
#maincontent p {
	margin-left: 2em;
	margin-top: 1em;
	line-height: 150%;
	margin-right: 2em;
	text-align: justify;
}
#maincontent ul {
	margin-bottom: 1em;
}

#maincontent li {
	margin-left: 4em;
	margin-top: 0.5em;
	list-style: disc;
	line-height: 140%;
}
#maincontent dl {
	margin-left: 2.5em;
}
#maincontent dt {
	font-weight: bold;
}
#maincontent dd {
	line-height: 130%;
	margin-top: 0.25em;
	font-size: 90%;
	margin-left: 1em;
	margin-bottom: 1em;
}
#maincontent dd li {
	list-style: none;
	margin-left: 0em;
}
#maincontent #tempchart {
	width: 90%;
	margin-left: 2em;
	border: 1px solid #003B8B;
	margin-bottom: 1em;
}
#maincontent #tempchart th {
	font-size: 90%;
	color: #FFFFFF;
	background: #003B8B;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#maincontent #tempchart td {
	font-size: 90%;
	color: #003B8B;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #003B8B;
}







.smallprint {
	font-size: 70%;
	color: #666666;
}


#maincontent a:link, #maincontent a:visited {
	color: #003399;
}
#maincontent a:hover, #maincontent a:active {
	color: #641f31;
}
#dirspage #maincontent {
	width: 100%;
}

			/* End Main content formatting */

			/* Right Column */
#rightcol {
	width: 270px;
	float:left;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
}
#rightcol p {
	margin-top: 16px;
}

#rightcol img {
	margin-top: 16px;
	margin-bottom: .5em;
}
#rightcol a:link, #rightcol a:visited {
	color: #0172B8;
}





				/* End Right Column */
				
				/* Footer */
#footer {
	clear: both;
	font-size: 70%;
	color: #00c365;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00c365;
	text-align: center;
	padding-top: 1em;
	background: #dcffee;
	margin-top: 1em;
}
#footer p {
	margin-bottom: 1em;
}

#footer li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footer a:link, #footer a:visited {
	color: #3366CC;
	padding-top: 0.5em;
}







					/* Other CSS styles */
.imageright {
	float: right;
	margin-top: .2em;
	margin-left: 1em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.highlight {
	font-weight: bold;
	color: #660033;
	text-align: center;
	font-size: 120%;
}
.highlight2 {
	color: #0066CC;
	font-size: 120%;
}

.small {
	font-size: 70%;
}
.top {
	clear: right;
	text-align: right;
}

