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

body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#767676;
	margin:0px;
}

.wrap{
	width:1000px;
	margin:0px auto;
}

.header{
	width:1000px;
	height:162px;
	overflow:hidden;

}
a:link {
	color: #8BA30F;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #8BA30F;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #8BA30F;
}

.top-nav{
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:1000px;
	height:26px;
	color:#849d00;
	padding-top:5px;
}

.top-nav a{
	color:#005498;
	text-decoration:none;
}

.top-nav h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#005498;

}

.left-col {
	width:680px;
	float:left;
}
.left-col form {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.form-table-border {
	border:1px solid #005498;


}
.textfields {
	width:200px;
	border:1px solid #005498;
	background-color:#f7ffcd;
}

.submit-button {
	width:70px;
	height:30px;
	background-color:#005498;
	color:white;
	font-weight:bold;
	border:1px solid black;

}


.left-col h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#005498;
	margin:0px;
	padding:0px 0px 0px 20px;
	background-image: url(../images/bullet-dot.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.left-col h2 a {
	font-weight:bold;
	text-decoration:underline;
	color:#005498;
}


.left-col p {
	margin:0px;
	padding:0px 0px 0px 20px;
}

.right-col{
	width:301px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.right-col h3{
	color:#005498;
	margin:0px;
	padding:0px;
}

.right-col p{
	margin:0px;
	padding:0px;
}

.copyright {
	width:1000px;
	clear:both;
	text-align:center;
	color:#849d00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.copyright a{
	color:#849d00;
}
.photo-float-right {
	float:right;
}
