body {background-color: white;}

#mainpage{
border:0px;
margin:0px auto;
padding:0px;
width:660px;
position:relative;}

#header{
position:absolute;
top:2px;
left:1px;
width:100%;
height:128px;
border:0px;
margin:0;
padding:0;}

#navbar{
position:absolute;
top:128px;
left:0px;
width:100%;
height:30px;
border:0px;
margin:0;
padding:0;}

#content{position:absolute;
top:158px;
left:0px;
width:660px;
border:0px;
margin:0px;
padding:0px;}

/* for IE */
* html #content{
	position:absolute;
	top:147px;
	left:1px;
	width:660px;
	border:0px;
	margin:0px;
	padding:10px 0px 0px 0px;
	height: 109px;
}

#subnav{border-top:3px solid #f0f0f0;
border-right:3px solid #f0f0f0;
border-bottom:3px solid #cccccc;
border-left:3px solid #cccccc;
background: #e0e0e0;
margin:10px;
padding:5px;}

#footer{
width:100%;
height:auto;
border:0px;
margin:0px;
padding:0px;
position:relative;
left:0px;
bottom:0px;
}

p {
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 12px ;
	font-weight : normal ;
	line-height : 15pt ;
	color : #000000 ;
	padding : 0px 10px ;
	text-align : justify ;
}

p.bodyTextLeft {
	text-align : left ;
}

p.bodyTextCentered {
	text-align : center ;
}

.subnavtext{
	text-align : center ;
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size : 14px ;
	font-weight : bold ;
	letter-spacing: 3px;
	color: #336699;
	padding:0px;}
	
.selector{color:#ffff99}

h2 { 
	font-family : Verdana, Arial, Helvetica, sans-serif ; 
	font-size : 16px ; 
	font-weight : bold ; 
	line-height : 18px ; 
	color : #000000 ;
	padding : 0px 10px ;
}

h2.Blue { 
	color : #336699 ;
}

h1 { 
	font-family : Verdana, Arial, Helvetica, sans-serif ; 
	font-size : 20px ; 
	font-weight : bold ; 
	line-height : normal ; 
	color : #000000 ;
	padding : 0px 10px ;
}

.subHeaderBlack { 
	font-family : Verdana, Arial, Helvetica, sans-serif ; 
	font-size : 16px ; 
	font-weight : bold ; 
	line-height : 18px ; 
	color : #000000 ;
	padding : 0px 10px ;
}

.subHeaderBlue { 
	font-family : Verdana, Arial, Helvetica, sans-serif ; 
	font-size : 16px ; 
	font-weight : bold ; 
	line-height : 18px ; 
	color : #336699 ;
	padding : 0px 10px ;
}

a {
	font-weight : bold ; 
	text-decoration : underline ;	
	color : #336699 ;}

a:visited {color : #86a4c3 ;}


a:hover {
	color : #003399 ;
	background-color: #FFFFCC;
	text-decoration : none ;	
}

a.subnavtext {
	font-weight : bold ; 
	text-decoration : underline ;	
	color : #336699 ;}

a.subnavtext:visited {color : #336699 ;}

a.subnavtext:hover {
	color : #86a4c3 ;
	background-color: #e0e0e0 ;
	text-decoration : underline ;	
}

img {border:none}

img.border {border: 1px solid black}

