body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding:0px;
    color: black;
    font-family: arial, verdana, helvetica, sans-serif;
    background-color: #E7E7E7;	
    background-image:url('images/page_background.png');
    background-position: center;
    background-repeat: repeat-y;
	text-align:-moz-center; /*FF*/
	!text-align:center; /*IE */
    height:100%;
}

#headwrapper 
{
	width:100%;
    margin-top: 0px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    margin-bottom: 0px;
    padding:0px;
    background-image:url('images/header_bg.jpg');
    background-repeat: repeat-x;
	text-align:-moz-center; /*FF*/
	!text-align:center; /*IE */
}

#headcontent
{
	width: 900px;
	height: 118px;
    margin-top: 0px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    margin-bottom: 0px;
    background-image:url('images/header.png');
    background-repeat: no-repeat;
	text-align:-moz-center; /*FF*/
	!text-align:center; /*IE */
	position: relative;
}

#headerLinks {
	position: absolute;
	height: 25px;
	width: 250px;
	top: 0px;
	left: 645px;
	text-align: center;
	color: #000;
}
#headerLinks a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#bodywrapper 
{
	width:100%;
    margin-top: 0px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    margin-bottom: 0px;
    padding:0px;
    clear: both;
	text-align:-moz-center; /*FF*/
	!text-align:center; /*IE */
}

#bodycontent
{
	height: 1500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#content
{
	position: absolute;
	height:auto;
	width: 700px;
	top: 10px;
	right: 10px;
}

#footwrapper 
{
	width:100%;
	height: 36px;
    margin-top: 0px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    margin-bottom: 0px;
    padding:0px;
    background-color: #333333;
	text-align:-moz-center; /*FF*/
	!text-align:center; /*IE */
	bottom: 0px;
}

#footcontent
{
	width: 900px;
	height: 36px;
    margin-top: 0px;
    margin-left: 0px auto;
    margin-right: 0px auto;
    margin-bottom: 0px;
    background-image:url('images/footer.png');
    background-repeat: no-repeat;
	text-align:-moz-center; /*FF*/
	!text-align:center; /*IE */
	position: relative;
}


#navigation {
	position: absolute;
	height: 155px;
	width: 190px;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#navmain 
{
	width: 190px;
	background-image: url('images/left_bg.png');
	background-repeat: repeat-y;	
	margin: 0px;
	padding: 0px;
}
#navbottom
{
	width: 190px;
	height: 15px;
	background-image: url('images/left_bottom.png');
	background-repeat: no-repeat;	
	margin: 0px;
	padding: 0px;
}
#navigation a {
	text-decoration: none;
}
#navigation img 
{
	margin: 10px 0px 0px 0px;
}

#buttons
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.mainNavUL {
	margin: 0px;
	padding: 0px;
}
.mainNavUL li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 12px;
}
.mainNavUL a {
	background-image: url('images/arrowMainLink.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
}
.mainNavUL a:hover {
	background-image: url('images/arrowMainLinkOver.gif');
	background-repeat: no-repeat;
	padding-left: 25px;

}
.mainNavLIOn {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.subNavLIOn a{
	font-weight: bold;
}
.subNavUL {
	margin: 0px;
	padding: 0px;	
}
.subNavUL a {
	color: #666666;
	text-decoration: none;
	background-image: url('images/arrowSubLink.png');
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 14px;
}
.subNavUL a:hover {
	color: #666666;
	text-decoration: none;
	background-image: url('images/arrowSubLinkOver.png');
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 14px;		
}
.subNavUL li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-left: 18px;
	margin-left: 0px;
}



.leftlink
{
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	height: 25px;
	width: 125px;
	background-color: #999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ccc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #555;
    background-image: url('images/buttonbg.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.leftlink:hover
{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
	text-decoration: underline;
	height: 25px;
	width: 125px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #888;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ccc;
	border-left: 2px solid #666;
	border-top: 2px solid #555;
    background-image: url('images/buttonbg2.gif');
}
.leftlinkhover
{
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
	text-decoration: underline;
	height: 25px;
	width: 125px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #888;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ccc;
	border-left: 2px solid #666;
	border-top: 2px solid #555;
    background-image: url('images/buttonbg2.gif');
}
.leftsublink
{
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	height: 25px;
	width: 100px;
	background-color: #999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ccc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #555;
    background-image: url('images/buttonbg.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.leftsublink:hover
{
	text-decoration: underline;
	background-color: #888;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ccc;
	border-left: 2px solid #666;
	border-top: 2px solid #555;
    background-image: url('images/buttonbg2.gif');
}

.leftsublinkhover
{
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
	text-decoration: underline;
	height: 25px;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #888;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ccc;
	border-left: 2px solid #666;
	border-top: 2px solid #555;
    background-image: url('images/buttonbg2.gif');
}

.header
{
    margin-left: 0 auto;
    margin-right: 0 auto;
    text-align:left;
	width: 780px;
	background-image: url('images/headerbg.gif');
	background-repeat: no-repeat;	
}	

.nav
{
	width: 130px;
}

.nav td
{
	border: solid 1px white;
}

.tbl_view
{
    margin-bottom: 0px;
}
.tbl_view td
{
	color: #3B3B3B;
    vertical-align:middle;
    text-align:center;
    font-size: 12px;
	border-bottom: 1px solid #6A9DC1;
	padding: 5px;
}

.tbl_view td.formfield
{
	text-align: right; 
	font-size: 12px; 
	font-weight: bold;
}

.tbl_view th
{
    background-color: #333333;
    color: #FFF;
    text-align:center;
    vertical-align:middle;
    font-size:12px;
    font-weight:bold;
	padding: 3px;
	white-space:nowrap;
	border-bottom: 1px solid #6A9DC1;
	
}

.tbl_view th a
{
	color: #FFF;
	text-decoration: none;	
    font-size:12px;
    font-weight:bold;
}

.tbl_view th a:hover
{
	color: #3B3B3B;
	text-decoration: underline;
    font-weight:bold;
    font-size:12px;
}

.tbl_view th a img
{
	border: 0px;	
}

.evenline
{
    background-color: #B2CCCB;
    background-image: none;
    background-repeat: repeat;
	
}
.oddline
{
    background-color: #CBDEDE;
    background-image: none;
    background-repeat: repeat;
	
}
.tbl_view_link
{
    font-size: 12px;
    
    text-decoration: underline
}
.tbl_small_header
{
    FONT-SIZE: 12px;
    COLOR: #000000;
}
.asectionheader
{
    FONT-SIZE: 20px;
    COLOR: #456B69;
}
.subhead
{
    FONT-SIZE: 14px;
    COLOR: #666666;
}
.totalcount
{
	font-size: 12px;	
    COLOR: #B5B5B5;
    font-style:italic;
}
.current
{
	float: left;
	font-size: 10px;	
    COLOR: #666;
}
.notes
{
	float: none;
	font-size: 10px;	
    COLOR: #666;
}
.contentbox
{
	padding: 10px 20px 10px 20px;
}
.contentcopy
{
    FONT-SIZE: 9pt;
    COLOR: #000000;
}
.contentcopybold
{
    COLOR: #003399;
    TEXT-DECORATION: underline
}
.footer
{
    FONT-SIZE: 8pt;
}

#emailform { margin: 1em; font-family:arial, Verdana;}
#emailform h2 { font-size:19pt; font-weight:bold; margin:0; padding:0;}
#emailform h3 { font-size:13pt; font-weight:normal; margin:0; padding:0;}
#emailform #formfields { border:solid 0.5em #456B69; background:#333333; color:#ffffff; padding:0.5em; margin-top:0.5em;}
#emailform #formfields ul { margin:0; padding:0;list-style-type:none; }
#emailform #formfields li { padding-bottom:0.25em; }
#emailform #formfields label { font-size:10pt; }
#emailform #formfields #email { width:100%; }
#emailform #formfields #fromemail { width:100%; }
#emailform #formfields #comment { width:100%; height:9.5em;}
