@charset "UTF-8";

body {
	background-color: #669933;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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

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

a:hover {
	text-decoration: underline;
	color: #000066;
}

a:active {
	text-decoration: none;
	color: #000066;
}

a.green:link {
	text-decoration: none;
	color: #669933;
}

a.green:visited {
	text-decoration: none;
	color: #669933;
}

a.green:hover {
	text-decoration: underline;
	color: #669933;
}

a.green:active {
	text-decoration: none;
	color: #669933;
}

.left_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*line-height:20px;*/
	color: #0B3543;
}

.left_navB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #0B3543;
}

.left_nav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #669933;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	padding:0 30px 0 0;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	line-height:normal;
}

.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	padding:0 30px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
}

.bodytext2b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	padding:0 30px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
}

.bodytext3ital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #454545;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669933;
	font-weight: normal;
	font-style: italic;
	padding:0 0 30px 0;
}

.bodytextBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #669933;
	line-height: 32px;
	padding:0 60px 0 0;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0B3543;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 7px;
	padding: 0px;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}


.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #669933;
	line-height: 36px;
}

.headnospace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #669933;
	line-height: 36px;
	margin-top:48px;
	padding-top:12px;
	border-top:#669933;
	border-top-style:dotted;
	border-top-width:thin;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0B3543;
	line-height: 36px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0b3543;
}

.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0B3543;
	line-height: 36px;
	padding-top: 12px;
}

#bluebar {
	width:1024px;
	height:20px;
	margin:0 auto;
	background-image:url(images/gradient.png);
}

#container {
	width:1024px;
	min-height:740px;
	margin:0 auto;
	background-image:url(images/lines4.png);
}
#container2 {
	width:1024px;
	margin:0 auto;
}

#header {
	width:996px;
	display:table;
	height:200px;
	clear:both;
}

#scroller {
	width: 530px;
	height: 480px;
	padding: 0px 30px 30px 30px;
	overflow: auto;/*background:none;*/
}

#column_left {
	width:auto;
	padding:0px 0px 0 30px;
	float:left;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	text-indent: -12px;
	padding-left: 6px;
	margin-left: 6px;
	list-style-position: inside;
	list-style-type:square;
}

/*table {
	border-top-width: 2px;
	border-top-style:dashed;
}*/

td {
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color:#669933;
	height:36px;
}
img.floatLeft {
	/*float: left;*/
	border:1px solid #669933;
}
img.floatLeft2 {
	/*float: left;*/
	border:1px solid #669933;
	margin-bottom:30px;
}
img.floatLeft3 {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}
img.floatRight {
	float: right;
	border:1px solid #669933;
	margin-top:6px;
	margin-left:30px;
	margin-bottom:30px;
}
img.floatRight2 {
	float: right;
	border:1px solid #669933;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:30px;
}
