@charset "utf-8";
* {
	padding:0;
	margin:0;
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333;
	text-align:center;
}

.clr {
	clear:both;
}
h1 {
	font-size:24pt;
	font-weight:normal;
	margin:0 0 15px 0;
	color:#33a152;
	border-bottom: 1px solid #33a152;
}
h2 {
	font-size:18pt;
	font-weight:normal;
	margin:0 0 2px 0;
	color:#33a152;
}
h3 {
	font-size:14pt;
	font-weight:normal;
	margin:0 0 15px 0;
	color:#33a152;
}
h5 {
	font-size:14pt;
	font-weight:normal;
	color:#ccc;
}
p {
	line-height: 12pt;
	padding: 0 0 20px 0;
}

ul {
	margin:8px 0 5px 30px;
}
li {
	padding:0 0 10px 0;
}
a {
	color:#0091c9;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

hr{border-top:1px solid #5d6b56; margin:20px 0 20px 0; height:1px; background:none;}


#container {
	width: 710px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {  background: url(/images/top_back.gif) repeat-x;}
#topbar{
	
}

#main {
	
}
#navigation{ background: url(/images/menu.gif) repeat-x; height: 23px; }

#content{ margin:20px 0 0 0;}

#footer {
	text-align:center;
	font-size:8pt;
	padding:10px 0 10px 0;
	clear:both;
	border-top:1px solid #000;
	margin:20px 0 20px 0;
}
#footer a {
	color:#333;
	text-decoration:none;
}

#footer-inner{
	

}

.footer-right{
	float:right;
}

.CriteriaLabel {
	color:#666;
}


.frm {
	border:1px solid #CCCCCC;
	padding:5px;
	font-size:10pt;
	margin:2px 0 2px 0;
	width:99%;
}
.frmerror100 {border:1px solid #F00;
	padding:5px;
	font-size:10pt;
	margin:2px 0 2px 0;
	width:99%;}
.frmbt {
	background:#0072c6;
	color:#FFFFFF;
	padding:5px;
	font-size:10pt;
	width:140px;
	border:none;
}
/* start of menu css */
#pagesidemenu {
	list-style-type: none;
	margin:0;
}
/* #pagesidemenu a {display:block;	text-decoration:none;	font-size: 12pt;color: #505050; padding:7px 16px 0px 16px;}
#pagesidemenu a:hover {display:block; color:#000000;}
#pagesidemenu li{ float:left;}*/
.frm {
	border: 1px solid #cccccc;
	padding: 3px;
}
#contentcontainer table {
}
#maincontent ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
#maincontent li {
	padding-left: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}
.vlinebox {
	background:url(/docs/vlinebase.gif) no-repeat center bottom;
	margin: 0 20px 0 20px;
}
.col1 {
	padding: 0 20px 0 0;
}
.col3 {
	padding: 0 0 0 20px;
}
#breadcrumbs {
	background:#FFF;
	padding: 3px 0 3px 35px;
	color: #333;
	font-size: 8pt;
	margin: 2px 0 6px 0;
}
#breadcrumbs a {
	color: #333;
	text-decoration:none;
}
.orange {
	color:#ff6600;
	font-weight:bold;
}


a.pdf { /*The background image*/
	background: url(/images/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}

a.txt { /*The background image*/
	background: url(/images/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.zip { /*The background image*/
	background: url(/images/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.email {
	background: url(/images/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.external {
	background: url(/images/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
#content table { padding: 0 0 20px 0; }
#content table td { padding: 2px; }

.contentimage { border: 5px solid #9fab97; margin: 0 0 20px 20px ; }
