/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


input {
	padding: 0px;
	margin-right: 4px;
}
	
#wrapper {
	width: 780px;
	margin-top: 33px;
}
a:link {
	color: #00692E;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#masthead {
	background-color: #FFFFFF;
	margin-left: 29px;
	width: 571px;
	height: 202px;
	vertical-align: top;
}
#wrapper #tanBar {
	height: 5px;
	width: 569px;
	background-image: url(../images/tanbar.gif);
	background-repeat: repeat-x;
	margin-left: 29px;
}

#wrapper #masthead #Logo {
	float: left;
	padding-top: 15px;
}
#wrapper #masthead #mastHeadPic {
	float: left;
}

#wrapper #bodyArea div {
	font-size: 11px;
}
#wrapper #bodyArea #bodyAreaiframe{
	margin-left: 10px;
	width: 650px;
}
#wrapper #bodyAreaiframe h1 {
	margin-left: 29px;
}
#wrapper #bodyAreaiframe p{
	margin-left: 35px;
}


#people {
	float: right;
	clear: none;

}

#topNav {
	margin-left: 112px;
	margin-right: 10px;
	margin-bottom: 40px;
	font-weight: bolder;
	width: 300px;
	height: 14px;
}

#topNav a {
	color: #000000;
}
#topNav a:link {
	color: #000000;
	text-decoration: none;
}
#topNav a:visited {
	text-decoration: none;
	color: #000000;
}
#topNav a:hover {
	text-decoration: underline;
	color: #000000;
}
#topNav a:active {
	text-decoration: underline;
	color: #000000;
}
#bodyArea {
	width: 469px;
	text-indent: 0px;
	margin-left: 112px;
	margin-bottom: 5px;

}

#rightNav {
	font-size: 12px;
	height: 600px;
	width: 175px;
	color: #FFFFFF;
	float: right;
	clear: both;
	background-color: #00692e;
	background-image: url(../images/rightNavPic_10.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#rightNav a{
}
#rightNav a {
	color: #FFFFFF;
}
#rightNav a:link {
	color: #FFFFFF;
}
#rightNav a:visited {
	text-decoration: none;
}
#rightNav a:hover {
	text-decoration: underline;
}
#rightNav a:active {
	text-decoration: underline;
}

#wrapper #rightNav ul{
	padding-top: 38px;
	margin-left: 5px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: bold;
}

#wrapper #rightNav ul li {
	padding-top: 3px;
	margin-left: 5px;
	padding-left: 3px;
	list-style-type: none;
}

#footer {
	font-size: 10px;
	margin-left: 112px;
	line-height: 10px;
	width: 469px;
}

#footer a {
	color: #000000;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#footer a:active {
	text-decoration: underline;
	color: #000000;
}

#thinLine {
	height: 1px;
	width: 469px;
	margin-left: 112px;
	margin-top: 20px;
	background-image: url(../images/onepx.gif);
	background-repeat: repeat-x;
}

