/* CSS Document */

 /* GENERAL RULES
--------------------------------------------------------------------*/
* {
	/*overwrite all default browser settings*/
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	/*global font settings*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996633	 /*Main text color --previous green 3a7728*/;
}	
body {
	margin:				0;
	margin-left:		0;
	background-color:   #ffffff;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1,h2,h3,h4,h5,p,ul { font-family: Verdana, Arial, Helvetica, sans-serif; }

 /* LINKS
--------------------------------------------------------------------*/
.main a:link { padding-left: 0; color: #006600; text-decoration: none; }
.main a:visited { padding-left: 0; color: #006600; text-decoration: none; }
.main a:hover { padding-left: 0; color: #006600; text-decoration: underline; }
.main a:active { padding-left: 0; color: #006600; text-decoration: underline; }

.navbartop {background-color: #996633; color: #ffffff; font-size: 12px;}
.navbartop a:link {background-color: #996633; color: #ffffff; text-decoration:none;}
.navbartop a:visited {background-color: #996633; color: #ffffff; text-decoration:none;}
.navbartop a:hover {background-color: #996633; color: #000000; text-decoration:underline;}
.navbartop a:active {background-color: #996633; color: #ffffff; text-decoration:underline;}

.navbarbot {color: #cccccc; font-size: 11px; text-decoration:none;}
.navbarbot a:link {color: #cccccc; text-decoration:none;}
.navbarbot a:visited {color: #cccccc; text-decoration:none;}
.navbarbot a:hover {color: #cccccc; text-decoration:underline;}
.navbarbot a:active {color: #000000; text-decoration:underline;}

a img {border: none; } /*to eliminate browser-added borders on linked images */



 /* Zero Padding Cells
--------------------------------*/

.zeropad {
	padding-left:		0;
	padding-right: 		0;
	padding-top: 		0;
	padding-bottom: 	0;
}
.frame {
	background-color: #006600;
	color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	padding-left:		0;
	padding-right: 		0;
	padding-top: 		0;
	padding-bottom: 	0;
}

 /* Dividers
--------------------------------*/
.divider {
	border-top:		dashed 1px #006600;
	margin-top: 		5px;
	height:             5px;
}
hr {
	border-top:1px dashed #cccccc;
	border-bottom:none;
	border-right:none;
	border-left:none;
	color:#95C158;
	margin-bottom:0px;
	margin-top:0px;
}

 /* Global Typography Settings 
--------------------------------*/
p  {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; margin:	 0px 0px 0px 0px; color: #996633; font-size: 11px; line-height: 16px;}
h1 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; margin: 10px 0px 0px 0px; color: #006600; font-size: 18px; font-weight: bold;}
h2 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; margin: 10px 0px 0px 0px; color: #996633; font-size: 18px; font-weight: bold;}
h3 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; margin: 10px 0px 0px 0px; color: #006600; font-size: 15px; font-weight: bold;}
h4 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; margin: 10px 0px 0px 0px; color: #996633; font-size: 15px; font-weight: bold;}
h5 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; margin: 10px 0px 0px 0px; color: #006600; font-size: 13px; font-weight: bold;}
h6 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; margin: 10px 0px 0px 0px; color: #996633; font-size: 13px; font-weight: bold;}


 /* General Elements
--------------------------------*/
.normalline {line-height: 110%; margin-bottom: 12px; margin-top: 1px;}

.caption {
	color: #000000;
	font-size: 9px;
	line-height:normal;
	text-align: justify;
}

.subnavtext {margin: 0; color: #cccccc; font-size: 11px; font-weight: bold;}

.needsediting {color: #683E8D;}


 /* Swoosh image 
--------------------------------*/
.img.swoosh
{
position:absolute;
right:0px;
top:0px;
z-index:-1
}
