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

body {
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(images/BG_tile.gif);
	background-color: #195354;
}
#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}
.menubar {
	float: left;
	height: 6px;
	width: 657px;
}
#menu {
	float: left;
	height: 23px;
	width: 637px;
	background-color: #FFFFFF;
	padding-left: 20px;
}
#contentLeft {
	float: left;
	width: 657px;
	background-color: #FFFFFF;
}
#header {
	width: 657px;
	float: left;
	background-color: #FFFFFF;
	height: 57px;
}
#contentContainer {
	float: left;
	width: 1000px;
}
#footer {
	float: left;
	height: 30px;
	width: 980px;
	padding-left: 20px;
	background-color: #195354;
	padding-top: 10px;
}
#contentRight {
	float: left;
	width: 343px;
	background-color: #FFFFFF;
	height: 661px;
}
#content {
	float: left;
	width: 627px;
	padding-top: 20px;
	padding-left: 20px;
	height: 549px;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.mainText a:link {
	color: #195354;
	text-decoration: none;
}
.mainText a:visited {
	color: #195354;
	text-decoration: none;
}
.mainText a:hover {
	color: #FF6633;
	text-decoration: none;
}
.menuText {
	font-family: LucidaSans, "Lucida Grande", Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FF6633;
}
.menuText a:link {
	color: #195354;
	text-decoration: none;
}
.menuText a:visited {
	color: #195354;
	text-decoration: none;
}
.menuText a:hover {
	color: #FF6633;
	text-decoration: none;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #195354;
	font-weight: bold;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-shadow: #195354 0 0 0;
	font-weight: normal;
	font-style: normal;
}
.footerText a:link {
	text-decoration: none;
	color: #000000;
	text-shadow: #195354 0 0 0;
	font-weight: normal;
}
.footerText a:visited {
	color: #000000;
	text-shadow: #195354 0 0 0;
	text-decoration: none;
}
.footerText a:hover {
	color: #000000;
	text-decoration: none;
	text-shadow: #195354 0 0 0;
	font-weight: normal;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
.formText a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.formText a:hover {
	text-decoration: none;
	color: #666666;
}

.radio {
	background-color: #F5F5F5;
}
.inputWidth {
	width: 300px;
}
fieldset {
	background-color: #F5F5F5;
	padding: 10px;
	border: 1px solid #999999;
}
.bullet1 {
	list-style-image: url(images/bullet.gif);
	line-height: 1.2em;
}
.bullet2 {
	list-style-image: url(images/bullet2.gif);
	line-height: 1.2em;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3C6A78;
	font-weight: bold;
}
