﻿/* CSS Document */
body {
	background: #fff;
	font-family: Arial, Helvetica, Times New Roman;
	font-size: 14px;
	color:#017B40;
	margin: 0;
}
#top-bar{
	height: 10px;
	background: #9FCB40;
}
#container {
	width: 780px;
	margin: auto;
	
}
#header {
	height: 70px;
}
#logo {
	width: 25%;
	float: left;
	margin-top:20px;
}
#support {
	width: 40%;
	float: left;
	padding: 25px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #006600;
}
#support a{
	color: #006600;
	text-decoration: none;
}
#support a:hover{
	color: #006900;
	text-decoration: underline;
}
#search {
	width: 35%;
	float: left;
	text-align: right;
	padding: 25px 0 0 0;
}
#login {
	
	
}
#login a {
	color: #009900;
	font-size: 0.9em;
}
#login a:hover {
	color: #006600;
	text-decoration: none;
}
#nav {
	height: 33px;
	
	border-bottom: 1px solid #fff;
}
#nav-left-edge {
	float: left;
	width: 5px;
	height: 33px;
	background: url('images/leftEdge.jpg') no-repeat;
}
#navigation {
	background: url('images/bgNav.jpg') repeat-x;
	height: 25px;
	float: left;
	width: 770px;
	text-align: center;
	font-size: 14px;
	color: #9FCB40;
	padding: 8px 0 0 0;
}
#navigation a{
	color: #fff;
	padding: 10px 8px 0 8px;
	text-decoration: none;
	font-size: 0.9em;
}
#navigation a:hover{
	color: #AFFF04;
	text-decoration: underline;

}
#nav-right-edge {
	float: left;
	width: 5px;
	height: 33px;
	background: url('images/rightEdge.jpg') no-repeat;
}
#flash-object {
	/*width: 780px;
	height: 533px; */
}
#orange-bar {
	height: 10px;
	background: #ff9900;
	border-top: 1px solid #fff;
}
#content {
	padding: 10px 3px 10px 3px;
}
#footer {
	height: 38px;
	color: #017B40;
	padding: 5px 0 0 0;
	text-align: center;
	font-size:8pt;
}
#footer a{
	color:  #017B40;
	text-decoration: none;
	font-size:8pt;
}
#footer a:hover{
	text-decoration: underline;
}
.field {
	background: #ccc;
	border: 1px solid #006600;
}
.btn {
	background: #006600;
	color: #fff;
}

a:link
{
text-decoration:none;
color: #017B40;
font-size:8pt;
}
a:visited
{
text-decoration : none;
color: #017B40;
font-size:8pt;
}
a:hover
{
text-decoration:underline;
color: blue;
font-size:8pt;
}
a:active
{
text-decoration: none;
color: #017B40;
font-size:8pt;

}
