@charset "UTF-8";
/* CSS Document */


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #619900;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 60%;
	color: #000000;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 60%;
	color:#000000;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #666666;
	border-top: solid #666666 1px;
	padding-top: 5px;
}

h5 a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #666666;
	border-top: solid #666666 1px;
	padding-top: 5px;
}

h5 a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #666666;
	border-top: solid #666666 1px;
	padding-top: 5px;
}

h5 a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #999999;
	border-top: solid #666666 1px;
	padding-top: 5px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
	color: #000000;
}

strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	color: #000000;
}

p.sidebar1 {
	font-weight: bold;
	line-height: 150%;
	font-size: x-small;
	text-align: left;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	color: #619900;
}

li a:link{
	color: #619900;
	text-decoration: none;
	
}

li a:visited {
	color: #999999;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}


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

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link.sidebar1 {
	text-decoration: underline;
	color: #000000;
	line-height: 300%;
}

a:visited.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	line-height: 300%;
}

a:hover.sidebar {
	text-decoration: underline;
	line-height: 300%;
}

h1.privacy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
	color: #3399CC;
}

p.privacy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: regular;
	text-align: left;
	line-height: 130%;
	color: #333333;
}

span.privacy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: regular;
	text-align: left;
	line-height: 130%;
	color: #333333;
}

strong.privacy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	color: #333333;
}



body {
	background-image:url(../images/bkgrd.jpg);
	background-color:#619900;
	background-repeat: repeat-y;
}


.container {
	background: #FFFFFF;
	margin: auto; 
	width: 800px;
	margin-top: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #66CC33;
	text-align: center;
	padding: 0;
} 

.header {
	padding: 0;
	margin: 0;
	float: left;
} 

.top_header {
	margin: 0;
	float: left;
	padding: 0;
}

.sidebar1 {
	float: left;
	width: 150px;
	padding-left: 20px;
	margin: 0;
}

.sidebar2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 271px;
}

.sidebar3 {
	float: right;
	margin: 0;
	padding: 0;
	width: 271px;
}

.mainContent {
	margin-left: 185px;
	margin-right: 265px;}

.footer {
	margin: 0;
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

