html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
        margin: 0;
        padding: 0;
        color:#3D3D3D;
}

body
{
	background: url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color: #FFF;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	width:100%;
	height:100%;
}

img 
{
	border: 0;
}

a, 
a:link,
a:visited
{
	color: #3F81AF;
	text-decoration: underline;
}

a:active,
a:hover
{
	color: #005895;
}


p, ul, ol, dl, blockquote, pre, address, span
{
	font-size: 10pt;
	line-height: 18px;
	color:#575757;
}

ul,ol
{
	margin-left:20px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
}
h1
{
	font-size: 15pt;
	line-height: 22px;
}

h2
{
	font-size: 14pt;
	line-height: 21px;
}

h3
{
	font-size: 12pt;
	line-height: 18px;
	margin-bottom:10px;
}
h4
{
	font-size: 11pt;
	line-height: 14px;
}

hr
{
	height:1px;
}

sup
{
	font-size:smaller;
}


input,textarea,select {
	font: 10pt verdana, sans-serif;
	border: 1px solid #048ECF;
	margin: 2px;
	color: #575757;

}
label
{
	font: 10pt verdana, sans-serif;
}

.button
{
	font: 10pt verdana, sans-serif;
	background-color : #E0DFE3;
	border: 1px solid #005895;
	margin: 1px;
	color: #575757;
}
#mainbody
{
	width:1003px;
	background-color:White;
	margin: 0 auto;
}

#mainheader
{
	background: url(../images/header.jpg);
	background-repeat:no-repeat;
	width:1003px;
	height:141px;
}

#logo
{
	display:block;
	width:420px; 
	height:120px;
}

#topnav
{
	width:900px;
	height:20px;
	padding-left:20px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:White;
}

#topper
{
	background: url(../images/topper.jpg);
	background-repeat:no-repeat;
	width:1003px;
	height:147px;
}
#maincontent
{
	width:1003px;
	background-color:White;
	position: relative;
}

#footer
{
	background: url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:993px;
	height:45px;
	padding-top:20px;
	padding-left:10px;
	color:#6D6D6D;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:9pt;
}
	#footer span
	{
		font-size:10pt;
	}
	#footer a
	{
		color:#6D6D6D;
	}
#leftborder
{
	background: url(../images/lshadow.gif);
	background-repeat:repeat-y;
	width:10px;
}
#rightborder
{
	background: url(../images/rshadow.gif);
	background-repeat:repeat-y;
	width:10px;
}
#content
{
	width:914px;	
	padding:20px 35px 20px 35px;
}

.navtext
{
	color:White;
	font-size:10pt;
	font-weight:bold;
}

a.toplink:link, a.toplink:visited
{
	padding-left:4px;
	padding-right:4px;
	
	text-decoration:none;
	color:White;
}

a.toplink:hover
{
}

a.level1:link, a.level1:visited, a.level1:active, a.level1:hover
{
    text-decoration:none;
}
a.level2:link, a.level2:visited, a.level2:active, a.level2:hover
{
    text-decoration:none;
    margin-left:15px;
    display:block;
}

.chartlinks
{
	display:block;
	margin-bottom:4px;
}

.listcontainer
{
	width:170px;
	float:left;
	margin-right:10px;
}

.listcontainerp
{
	width:260px;
	float:left;
	margin-right:10px;
}

.inline
{
	display:inline;
}

.coolMenuDiv
{
	margin-left:120px;
}

.disclaimer
{
	font-size:7pt;
	font-style:italic;
}

.complogo
{
	float:left;
	padding-right:15px;
	padding-left:4px;
}

a.companylinks:link, a.companylinks:visited
{
	font-size:11pt;
	padding-left:5px;
	display:block;
}

a.companylinks:hover
{
	font-size:11pt;
	padding-left:5px;
	display:block;
}

a.edit-link{
	position:absolute;
	top:25px;
	right:50px;
}