body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	behavior: url(/csshover.htc);
}

body, td, th, input, select, button {
	font-size : 12px;
	line-height: 18px;
	color : #003300;
}

td, th, input, select, button {
	font-family : Verdana, Geneva, sans-serif;
}

/*
a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF4D00;
}
*/

h1 {
	font-size : 24px;
	color : #003300;
}

h2 {
	font-size : 14px;
	color : #003300;
}

h3 {
	font-size : 11px;
	color : #003300;
}

h4 {
	font-size: 18px;
	color: White;
	background-color: #999988;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	line-height: 24px;
}

tr.row td {
	background-color: White;
}

tr.altrow td {
	background-color: #FFEACC;
}

tr.head th {
	background-color: #FFCC99;
}

#imgCreateJob {
	width: 296px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-image: url(../images/createjob.gif);
	display: block;
}

#imgCreateJob:hover {
	background-position: -296px;
}

#ctl00_ContentPlaceHolder1_imgCreateSegment {
	width: 351px;
	height: 78px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-image: url(../images/createsegment.gif);
	display: block;
}

#ctl00_ContentPlaceHolder1_imgCreateSegment:hover {
	background-position: -352px;
}

.contentimage {
	float:right;
	margin:0px 20px 0px 20px;
	border:1px solid #003300;
}

.fineprint {
	font-size: 9px;
}

form {
	margin-bottom : 0px;
	margin-top : 0px;
}

div#contentborder {
	position : relative;
	margin-top: 32px;
}

div#content {
	/*background-color: White;*/
	position: relative;
	border: 10px solid #FF9933;
	padding: 10px 15px 10px 15px;
}

div#sitewrapper {
	position : relative;
	width : 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	border: 1px solid #FFCC99;
	background-color: #FFF2E6;
	position : relative;
	text-align : center;
	width : 998px;
	white-space : nowrap;
}

div#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #006633;
}

div#header {
	position : relative;
	width : 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#nav{
	padding: 0px 0px 0px 72px;
	position: absolute;
	top: 90px;
	font-size: 12px;
	width: 926px;
}

div#nav ul {
	margin: 0;
	padding : 0;
}


div#nav ul.level1 li{
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 0 0 2px;
	position: relative;
	background: #FFCC99;
	display: inline;
}

div#nav ul.level1 li.activelink{
	background : #FF9933;
}

div#nav>ul a {
	width : auto;
}

div#nav li a {
	display : block;
	text-decoration : none;
}

div#nav ul ul {
	border-left : 1px solid #FF9933;
	border-right : 1px solid #FF9933;
	background-color: #FFCC99;
}

div#nav ul ul li {
	border-bottom : 1px solid #FF9933;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
	display : block;
}

div#nav ul.level1 a{
	color : #006633;
	display : block;
	padding : 1px 0px 3px 0px;
	text-decoration : none;
}

div#nav ul.level1 a:hover{
	font-weight : bold;
}

div#nav ul.level1 li.activelink a{
	color : #006633;
	font-weight : bold;
}

div#nav ul.level1 li ul.level2 li a{
	padding : 2px 6px 2px 6px;
}

div#nav ul.level1 li.activelink ul.level2 li a{
	background : #FFCC99;
	color : #006633;
	font-weight : normal;
}

div#nav ul.level1 li.activelink ul.level2 li a:hover{
	font-weight : bold;
}

div#nav ul.level2 {
	left : 0px;
	top : 21px;
}

div#nav ul ul {
	display : none;
	position : absolute;
}

div#nav ul li{
	width: 120px;
}

div#nav  li#ctl00_tab2 li a {
	width: 120px;
	text-align: left;
}

div#nav  li#ctl00_tab6 li a {
	width: 200px;
	text-align: left;
}

div.rightbar {
	float : right;
	width: 200px;
}

div.pod {
	border: 1px solid #999988;
	background-color: #EEEEE4;
	padding: 0px 10px 0px 10px;
}

div.pod p{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	line-height: 14px;
}

div.pod p a{
	text-decoration: none;
}

div.pod p.readmore{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	margin: 0 0 10px 0;
}

.important {
	color : #FF0000;
	font-weight : bold;
}

#clearcontent {
	clear: both;
	height: 0px;
}
