/* Div Content Boxes */
#pagespan {
	width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #003A84;}

#bodyspan {
	width: 805px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/background.jpg);}
	
#header {
	float: left;
	width: 805px;
	height: 85px;}
	
#leftcopy {
	float: left;
	width: 613px;}
	
#flashhome {
	float: left;
	width: 613px;
	height: 182px;}
	
#secondaryheader {
	float: left;
	width: 613px;
	height: 74px;}
	
#rightnav {
	float: left;
	width: 162px;
	height: 443px;
	padding-top: 40px;
	padding-left: 30px;
	background-image: url("images/rightnav.jpg");
	background-repeat: no-repeat;}
	
#bodycopy {
	float: left;
	width: 513px;
	padding-top: 25px;
	padding-left: 80px;
	padding-right: 20px;}
	
#footer {
	float: left;
	width: 725px;
	padding-top: 20px;
	padding-left: 80px;}

#bottom {
	float: left;
	width: 805px;
	height: 92px;
	text-align: center;
	background-image: url("images/footer.jpg");
	background-repeat:no-repeat;}


/* Format */

body { 
 	margin: 0;
 	height: 100%;
 	background-color: #003A84;}

.pagetitle {
	font-size: 18px;
	font-family: arial;
	color: #003A84;
	font-weight: bold;}
	
.rightnav {
	font-size: 14px;
	font-family: arial;
	color: #003A84;
	font-weight: bold;
	text-decoration: none;}
	
.rightnavselect {
	font-size: 14px;
	font-family: arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;}
	
.bodytext {
	font-size: 12px; 
	font-family: arial;
	color: #666666;}

.footertext {
	font-size: 10px;
	font-family: arial;
	color: #666666;}
	
.footerlink {
	font-size: 10px;
	font-family: arial;
	color: #003A84;}
	
.clear { 
	clear: both;}