/* CSS Document */

#mainArea {
	float: top;
	width: 750px;
	position: absolute;
	margin: 10px;
	background-color:#006BD3;
	display: block;
}

#topHeader {
	background-image:url(../images/topHeaderBack.gif);
	background-position:left;
	background-repeat:repeat-x;
	width: 750px;
	height:25px;
	position: relative;
	float:left;
	display: block;
}

#header {
	float: left;
	width: 750px;
	height: 166px;
	position: relative;
	display: block;
}

#bottomHeader {
	width:750px;
	height:11px;
	position:relative;
	background-image:url(../images/bottomHeaderBack.gif);
	background-position:left;
	background-repeat:repeat-x;
	float:left;
	display: block;
}

#bodyArea {
	width:750px;
	position:relative;
	background-image:url(../images/mainBkgd.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float:left;	
}

#bodyFooter {
	width:750px;
	height:24px;
	position:relative;
	float:left;
	background-image:url(../images/mainBottom.jpg);
	background-repeat:no-repeat;
}

#bodyCopy{
	position: relative;
	float: left;
	width: 456px;
	padding-top: 50px;
	padding-left:54px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 25px;
}

.headline {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color:#027ADB;
}

#navigation{
	width: 135px;
	height: 100%;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-top: 50px;
	padding-left:14px;
	color:#FFFFFF;
}

#navigation a:link {  
	text-decoration: none; 
	color: #ffffff;
	}
	
#navigation a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
	
#navigation a:hover, a:active { 
	text-decoration: none; 
	color: #EECD4C;
	}

#copywrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	width: 750px;
	height: 15px;
	float: left;
	padding-top:15px;
	color: #999999;
	text-align: right;
	background-color:#FFFFFF;
	vertical-align: baseline;
	display: block;
}

ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
		line-height: 22px;
}

a:link {  
	text-decoration: none; 
	color: #027ADB;
	}
	
a:visited { 
	text-decoration: none; 
	color: #027ADB;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #027ADB;
	}
