@charset "utf-8";
/* CSS Document */



body {
background-image:url(../images/backgrounds/bg1.gif);
background-repeat:repeat;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

#wrapper {
width: 760px;
text-align:left;
position:relative;
}

#header {
width: 760px;
height:100px;
}

#fullImageArea {
width:760px;
}

#navbar {
width:760px;
}

#contentArea {
width:760px;
background-color:#FFFFFF;
}


#footer {
background-image:url(../images/backgrounds/footerBG.jpg);
height:15px;
width:750px;
padding:5px;
}

#footerLeft {
width:350px;
text-align:left;
float:left;
padding-left:25px;
}

#footerRight {
width:350px;
float:left;
text-align:right;
padding-right:25px;
}


.clear {
clear:both;
height:0px;
}




/* Text */

h3 {
color:#00456f;
font-size:14px;
}

.white {
color:#FFFFFF;
}

.sm {
font-size:10px;
}

.formSpacing {padding:5px 0px 5px 0px;
}

a:link {
	text-decoration:	none;
	color:				#003366;
	font-weight: normal;
	}
	
a:active {
	text-decoration:	none;
	color:				#003366;
	}
	
a:visited {
	text-decoration:	none;
	color:				#003399;
	}

a:hover {
	text-decoration: 	underline;
	font-weight:		normal;
	color:				#666666;
	}




a.footer:link {
	text-decoration:	none;
	color:				#FFFFFF;
	font-weight: normal;
	}
	
a.footer:active {
	text-decoration:	none;
	color:				#999999;
	}
	
a.footer:visited {
	text-decoration:	none;
	color:				#FFFFFF;
	}

a.footer:hover {
	text-decoration: 	underline;
	font-weight:		normal;
	color:				#FFFF00;
	}
