body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottomBG {
	background-image: url(images/bgBottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	height: 122px;
}
.menu {
	background-color: #085289;
	background-image: url(images/menuBg.png);
	background-repeat: repeat-x;
}
.mainFlashHolder {
	background-image: url(images/mainHeadBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.mainSubHolder {
	background-image: url(images/mainHeadBgSub.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link{
	color: #08548C;
	text-decoration: underline;
}

a:hover{
	color: #08548C;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}


.topNav{
	color: #FFFFFF;
}

.topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.topNav a:visited {
	text-decoration: none;
	color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
}
.topNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.topNav a:active {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

.reg a:link{
	color: #FBEB37;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.reg a:active {
	color: #FBEB37;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.reg a:visited{
	color: #FBEB37;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.reg a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


#bottomBG a:link {
	color: #444444;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#bottomBG a:visited {
	text-decoration: none;
	color: #444444;
	padding-right: 5px;
	padding-left: 5px;
}
#bottomBG a:hover {
	text-decoration: underline;
	color: #444444;
	padding-right: 5px;
	padding-left: 5px;
}
#bottomBG a:active {
	text-decoration: none;
	color: #444444;
	padding-right: 5px;
	padding-left: 5px;
}

#copyright {
	color: #999999;
	size: 9px;
}

h1 {
	color: #085289;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	color: #085289;
	font-weight: bold;
	font-size: 16px;
}

.contentboldheading {
	font-size: 20px;
	color: #08548C;
	font-weight: bold;
}

.contentboldblue {
	color: #085289;
	font-weight: bold;
}
a.contentboldgreen:link {text-decoration: underline; }
a.contentboldgreen:visited {text-decoration: underline; }
a.contentboldgreen:hover {text-decoration: none; }

/* css document */

/* body and links */


/*.topnav {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}
a.topnav:link {text-decoration: none; }
a.topnav:visited {text-decoration: none; }
a.topnav:hover {text-decoration: underline; }*/

.mainnav {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
a.mainnav:link {text-decoration: none; }
a.mainnav:visited {text-decoration: none; }
a.mainnav:hover {text-decoration: underline; }

.topboxquotes {
	padding-right: 10px;
	color: #264275;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}


a.contentboldheading:link {text-decoration: underline; }
a.contentboldheading:visited {text-decoration: underline; }
a.contentboldheading:hover {text-decoration: none; }

.contentbold {
	font-weight: bold;
}



.contentboldbig {
	font-weight: bold;
	font-size: 20px;
}

.contentitalics {
	font-style: italic;
}

.contentlink {
	font-size: 13px;
}
a.contentlink:link {text-decoration: underline; }
a.contentlink:visited {text-decoration: underline; }
a.contentlink:hover {text-decoration: none; }

.contentsmallblue {
	color: #2e60b4;
	font-size: 11px;
}
a.contentsmallblue:link {text-decoration: underline; }
a.contentsmallblue:visited {text-decoration: underline; }
a.contentsmallblue:hover {text-decoration: none; }

.contentsmallgray {
	font-size: 10px;
	}
a.contentsmallgray:link {text-decoration: underline; color: #666666; }
a.contentsmallgray:visited {text-decoration: underline; color: #666666; }
a.contentsmallgray:hover {text-decoration: none; }

.bottomnav {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	}
a.bottomnav:link {text-decoration: none; color: #666666; }
a.bottomnav:visited {text-decoration: none; color: #666666; }
a.bottomnav:hover {text-decoration: underline; }




/* tables and such */

.maintable {
	width: 750px;
	background-color: #ffffff;
	padding: 0px;
}

.maintablecornertopleft {
	width: 10px;
	height: 10px;
   	background: url(images/table_corner_main_top_left.gif) no-repeat top left;   
}

.maintablecornertopright {
	width: 10px;
   	background: url(images/table_corner_main_top_right.gif) no-repeat top right;   
}

.maintablecornerbottomright {
   	background: url(images/table_corner_main_bottom_right.gif) no-repeat bottom right;   
}

.maintablecornerbottomleft {
	height: 10px;
   	background: url(images/table_corner_main_bottom_left.gif) no-repeat bottom left;   
}

.maintablelineleft {
   	background: url(images/main_table_line_left.gif) repeat left; 
}

.maintablelinetop {
   	background: url(images/main_table_line_top.gif) repeat top; 
}

.maintablelineright {
   	background: url(images/main_table_line_right.gif) repeat right; 
}

.maintablelinebottom {
   	background: url(images/main_table_line_bottom.gif) repeat bottom; 
}

.topnavtable {
	width: 720px;
	background-color: #eeeeee;
	padding: 0px;
}

.topnavtableleftside {
	width: 8px;
	height: 32px;
   	background: url(images/top_bar_left_side.gif) no-repeat;   
}

.topnavtablerightside {
	width: 8px;
   	background: url(images/top_bar_right_side.gif) no-repeat;   
}

.promotable {
	width: 720px;
	height: 204px;
	padding: 0px;
	background: url(images/promo_background_clouds.jpg) no-repeat; 
}

.mainnavtable {
	width: 718px;
	height: 25px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.mainnavtableleft {
	width: 13px;
   	background: url(images/main_nav_left_side.jpg) no-repeat; 
}

.mainnavtablemiddle {
   	background: url(images/main_nav_middle.jpg) repeat; 
}

.mainnavtableright {
	width: 13px;
   	background: url(images/main_nav_right_side.jpg) no-repeat; 
}

.contenttable {
	padding: 0px;
}

.contenttablecornertopleft {
	width: 14px;
	height: 14px;
   	background: url(images/content_table_corner_top_left.gif) no-repeat top left;   
}

.contenttablecornertopright {
	width: 14px;
   	background: url(images/content_table_corner_top_right.gif) no-repeat top right;   
}

.contenttablecornerbottomright {
   	background: url(images/content_table_corner_bottom_right.gif) no-repeat bottom right;   
}

.contenttablecornerbottomleft {
	height: 14px;
   	background: url(images/content_table_corner_bottom_left.gif) no-repeat bottom left;   
}

.contenttablelineleft {
   	background: url(images/content_table_line_left.gif) repeat left; 
}

.contenttablelinetop {
   	background: url(images/content_table_line_top.gif) repeat top; 
}

.contenttablelineright {
   	background: url(images/content_table_line_right.gif) repeat right; 
}

.contenttablelinebottom {
   	background: url(images/content_table_line_bottom.gif) repeat bottom; 
}

.subpagepromotable {
	width: 720px;
	height: 101px;
	padding: 0px;
	background: url(images/promo_sub_page_background_clouds.jpg) no-repeat; 
}

.testimonialsmaintable {
	width: 500px;
	background-color: #ffffff;
	padding: 0px;
}
.announcements {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0174CD;
	border-left-color: #0174CD;
	background-color: #FDFBFF;
	padding-right: 5px;
	padding-left: 5px;
}
