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

body {
	margin:0px;
	padding:0px;
	background: #ffffff url(images/design/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#container {
	width: 929px;
	margin-top:20px;
	background:url(images/design/content-bg.gif) repeat-y;
}

#header {
 width: 929px;
 height: 155px;
 background:url(images/design/header.jpg);
}

.clearboth {
	height: 0px;
	clear: both;
	overflow: hidden;
}

#menu_holder {
	width:518px;
	height:28px;
	padding-left:410px;
}

#menu_items {
	text-align:left;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content-body {
	text-align:left;
	padding:20px;
}

#footer {
	width:929px;
	height:9px;
	background:url(images/design/footer.gif)
}

#footer-content {
	width:929px;
	color:#666666;
	padding-top:10px;
	padding-bottom:10px;
}

h1 {
	font-size:19px;
	color: #006f3a;
}

h2 {
	font-size:15px;
	color: #004f7d;
}

.ftext1 {
	font-size:8pt;
	text-align:left;
	font-weight:bold;
}

a:link, a:visited {
	color: #006f3a;
	text-decoration: none;
}

a:hover {
	color: #004f7d;
	text-decoration: none;
}

a.selected_link {
  color: #006f3a;
  text-decoration: none;
}

form {
	margin:0;
	padding:0;
}

#firstCol3 {
	width: 32%;
	float:left;
	margin-bottom:5px;
}

.fText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484940;
}

.form {
	background-color:#FFFFFF;
	border:solid 1px;
	border-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

