.bodymain { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #000000; 
} 
a.bodymain:link {  
text-decoration : underline; 
color : #000000; 
} 
a.bodymain:visited { 
text-decoration : underline; 
color : #000000; 
} 
a.bodymain:hover { 
text-decoration : none; 
color : #000000; 
} 
a.bodymain:active { 
text-decoration : underline; 
color : #000000; 
} 
.bodywide { 
line-height : 20px; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #000000; 
} 
a.bodywide:link { 
text-decoration : underline; 
color : #00334D;  
} 
a.bodywide:visited { 
text-decoration : underline;  
color : #00334D; 
} 
a.bodywide:hover { 
text-decoration : none; 
color : #00334D;
} 
a.bodywide:active { 
text-decoration : underline; 
color : #00334D;  
}  


.navbackground {
	background-image: url(../img/left_bkgrd.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #982119;
} 
.navimage {
	background-image: url(../img/left_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #982119;
} 

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13134C;
}
a.bullets:link {
	color: #13134C;
	text-decoration: none;
}
a.bullets:visited {
	text-decoration: none;
	color: #13134C;
}
a.bullets:hover {
	text-decoration: underline;
	color: #BCD1E3;
}
a.bullets:active {
	text-decoration: none;
	color: #13134C;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #A40000;
	line-height: 30px;
	font-weight : bold; 
	letter-spacing: -1px;
}
.title_nospace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2A1315;
	font-weight: bold;
}

.subtitlered {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 16px; 
	font-weight : bold; 
	color : #720000; 
}
.subtitle {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : bold; 
	color : #000000; 
}
.subtitlegreen {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : bold; 
	color : #254128; 
}
.subtitleorange {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : bold; 
	color : #E97900; 
}



.tableoutline {
	border: 1px solid #002B4F;
}
.header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 29px;
	letter-spacing: 1px;
}
a.copyright:link {
	color: #f3eddd;
	text-decoration: underline;
}
a.copyright:visited {
	text-decoration: underline;
	color: #f3eddd;
}
a.copyright:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.copyright:active {
	text-decoration: underline;
	color: #f3eddd;
}

.floatleft { 
float : left; 
margin : 0 5px 5px 0; 
} 
.floatright { 
float : right; 
margin : 0 0 5px 5px; 
} 

.contentboxright { 
	background-image: url(../img/right_bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: top right; 
} 


.tanbackground {
	background-color: #f3eddd;
}
.creambackground {
	background-color: #e8dfc3;
}
.redbackground {
	background-color: #982119;
}
