/* CSS Document */

html, body {height:100%}
.skiplink {display:none} /*for non-graphical or graphic-disabled browsers */

/*-  MAIN FORMATTING  -*/

.home {
	position:absolute;
	left:0px;
	top:0px;
	width:104px;
	height:88px;
	z-index:999;
}

body {
	padding:0;
	margin:0;
	background-image:url(../images/layout/bkgnd.gif);
	background-repeat:repeat-y;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	min-width:300px;
	margin-left:126px;
	margin-right:130px;
	border:0px;
	margin-bottom:-26px;
	color: #000;
}

/* - HEADER - */
.navbar{
margin-top:-3px;
}

#header{
	position:absolute;
	width:100%;
	height:110px;
	border-top:0px;
	border-bottom:0px;
	overflow:hidden;
	color: #FFF;
	text-align:left;
	background-repeat:repeat-x;
}

.headerbox {
	background-image:url(../images/layout/new_header2.gif);
	background-repeat:repeat-x;
	background-color:#1c4cae;
	width:100%;
	height:80px;
}

.headercontent {
	background-image:url(../images/layout/new_headingrepeater.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	position:absolute;
	width:100%;
	z-index:998;
	height:33px;
	margin-top:0px;
	padding-top:7px;
	left:0px;
}

.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height:20px;
	float:right; 
	margin-right:15px;
	margin-bottom:35px;
}

#searchbox {
	background-color:#FFFFFF;
	border:0px;
	width:88px;
	border:solid;
	border-color:#000000;
	border-width:1px;
	margin-top:10px;
}

/* - Center Box - */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 5px;
	border: 1px;
}

.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003733;
	padding: 5px;
	border: 1px;
}

.maintextbox {
	background-color: #FFFFFF;
	width: 96%;
	min-width:200px;
	border: 2px solid #0F3091;
	margin-left:6px;
	margin-top:35px;
}


.maintextbox2 {
	background-color: #FFFFFF;
	width:800px;
	height:600px;
	min-width:200px;
	border: 2px solid #0F3091;
	margin-left:6px;
	margin-top:35px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/layout/headingback.gif);
	background-repeat: no-repeat;
	padding-top:5px;
	text-indent:10px;
	height: 27px;
}

/* LEFT */
#left hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:0px;
	}

#left {
	position:relative;/*ie needs this to show float */
	float:left;
	margin-left:-125px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:110px;/*needed to make room for header*/
	}

#left .leftcontentspecial:hover {
	background-image:url(../images/layout/leftcolor2.gif);
	background-repeat:no-repeat;
	}
#left p {
	padding-left:3px;
	padding-right:2px
	}
#left a {
	text-decoration:none;
	color:#000000;
}
#left a:hover {
	color: #0F3091;
	text-decoration:underline;
}
.leftfader {
	background-image:url(../images/layout/leftfader.gif);
	background-repeat:no-repeat;
}
.leftcontent {
	width:112px;
	padding-top:3px;
	padding-left:15px;
	padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background:none;
	background-image:none;	
}
		
.leftcontentspecial {
	width:112px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F3091;
	padding-bottom:7px;
	padding-top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background:none;
	background-image:none;	
}

.leftcontentspecial2 {
	width:112px;
	padding-left:1px;
	padding-bottom:7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background:none;
	background-image:none;	
}

/* RIGHT */

#right {
	position:relative;
	width:130px;
	float:right;
	margin-right:-129px;
	margin-top:0px;
	padding-top:109px;
	color: #000000;
	z-index:1;
}

#right p {
	padding-left:3px;
	padding-right:2px;
	min-height:inherit;
}

.rightcontent1 {
	padding: 3px;
	border: 2px solid #0F3091;
	background-color:#ffffff;
	margin-top: 15px;
	margin-right: 6px;
	margin-bottom: 9px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align:center;
}

/* LINKS */

#header a:link {
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	}
#header a:visited {
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	}
#header a:hover {
	color: #FFF;
	text-decoration:underline;
	font-weight:normal;
	}
#header a:active {
	color: #AAAAAA;
	text-decoration:underline;
	font-weight:normal;
	}

#right a {
	color: #000000;
	text-decoration:underline;
	}
#right a:hover {
	color: #54827D;
	text-decoration:underline;
	}

.copyright a:link, a:visited {
	color: #000000;
	}
.copyright a:hover, a:active {
	color: #086861;
	}
	
.bodytext a:link {
	color:#000099;
	text-decoration:underline;
}
.bodytext a:visited {
	color:#000099;
	text-decoration:underline;
}
.bodytext a:hover {
	color:#0000CC;
	text-decoration:underline;
}

/* SPECIAL SECTIONS and CORRECTIONS, ETC */

h1 {
	font-size:1.2em;
	}
.annualreportholder {
	position:relative;
	z-index:99;
	background-color: #FFFFFF;
	width: 96%;
	min-width:200px;
	border: 2px solid #54827D;
	margin-left:5px;
	margin-top:5px;
}

#clearheader{height:89px;}/*needed to make room for header*/
div,p  {margin-top:0}/*clear top margin for mozilla*//*
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#centrecontent {position:relative;}/*stacking context for image*/


