@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #025102;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#wrapper
{
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD;
	padding-top: 5px;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #060;
}

#footer {
	padding: 0 10px;
	background:#DDDDDD;
	text-align: center;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 120%;
	color: #C00;
}

h2 { font-size: 120%; }


#nav {
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
}
#nav a:link{color:#030;
text-decoration:none;}

#nav a:visited{color:#030;
text-decoration:none;}

#nav a:hover{color:#030;
text-decoration:none;}
#dropmenudiv{
	position:absolute;
	margin-top:3px;
	border:1px solid #640000;
	border-top:0px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color:#000000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #030;
}

#dropmenudiv a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	color:#000000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #030;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #035201;
	color:#FFFFFF;
	text-align:left;
} 

#mainContentHome
{
	background: #FFFFFF;
	width: 460px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 20px;
	color: #060;
}
.name {
	font-family: "Arial Black", sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #016701;
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: normal;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #C00;
}
.name2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #016701;
	font-weight: bold;
}




#sideBar {
	float: right;
	width: 400px;
	color: #060;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 5px;
}

.slogan2
{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #016701;
	font-weight: bold;
}
.slogan2 p {line-height:16px:}
.clearit {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0;
}

.copy { font-size: 12px; }

.web{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
}
.web a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
.web a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
