﻿body {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #005939;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	text-decoration: none;
	color: #005a39
}

ul.bullets, ol { margin-left: 45px; }

ul li { list-style-type: none; }

ol li {list-style-type: lower-alpha; }

ul.bullets li { list-style-type: disc; }

h1 { 
	color: #005939;
	font-size: 22px;
	margin-bottom: 10px;
}

h2 {
	color: #abd572;
	font-size: 15px;
	margin-top: 15px;
}

p { margin-top: 15px; }

p.emphasis {
	margin-top: 0px;
	font-style: italic;
}

p.centered { text-align: center; }

div#mainContainer { 
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
}

div#mainContent {
	width: 504px;
	float: left;
}

div#contentTop {
	background-image: url(../images/contentContainerTop.png);
	background-repeat: no-repeat;
	width: 504px;
	height: 47px;
	display: block;
}

div#contentBody {
	background-image: url(../images/contentContainerBody.png);
	background-repeat: repeat-y;
	width: 454px;
	min-height: 500px;
	padding: 20px 25px 15px 25px;
	line-height: 20px;
}

div#menuHorizontal { width: 504px; }

div#menuHorizontal ul {
	padding-top: 25px;
	width: 490px;
	margin-left: 17px;
}

div#menuHorizontal li { float: left; }

div#menuHorizontal a { padding: 0 9px 0 9px; }

div#menuHorizontal a:hover { color: #8dc63f; }

div#contentBottom {
	background-image: url(../images/contentContainerBottom.png);
	background-repeat: no-repeat;
	width: 504px;
	height: 40px;
	display: block;
	font-size: 10px;
	color: #666;
}

div#rightContainer { 
	width: 202px; 
	float: right;
}

div#rightContainerTop {
	width: 210px;
	height: 202px;
}

div#rightContainerBody {
	background-image: url(../images/rightContainerBody.png);
	background-repeat: repeat-y;
	width: 182px;
	padding: 14px;
}

div#rightContainerBody ul { margin-left: 0px; }

div#rightContainerBody li { line-height: 30px; }

div#rightContainerBody a {
	width: 175px;
	height: 30px;
	display: block;
	padding: 0 3px 0 3px;
}

div#rightContainerBody a:hover { background-color: #fff; }

div#rightContainerBottom { width: 210px; }

.images{ 
	width: 220px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

#copyrightInfo { 
	margin: 9px 0 0 17px;
	float: left;
}

#footer { 
	font-size: 11px; 
	color: #ccc; 
}

#btw {
	float: right;
	margin: 9px 17px 0 0;	
	text-align: right;
}

#btw a { color: #fff; }

#btw a:hover { color: #82ff9c; }

.horizontalSelected { color: #abd572; }

.verticalSelected { 
	background-color: #005939; 
	color: #ddd; 
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */
