/******************* Global Styles *********************/

body {
	background: url(../images/bg.gif) top left repeat-x #307789;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #666666;
	}
	
a:link {color:#0079d8; text-decoration: underline;}
a:visited {color:#0079d8; text-decoration: underline;}
a:hover {color:#ff0e00; text-decoration: none;}
a:active {color:#ff0e00; text-decoration: none;}
	


/********************** ID Styles ************************/

#main {
background: url(../images/content_bg.gif) top center repeat-y;
}

#content {
background: url(../images/content_bg_top.gif) top center no-repeat;
}

#bodyText {
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 10px 0px 0 0;
	}

#bottomNav {
background: url(../images/footer_bg.gif) bottom center no-repeat;
text-align:center;
padding-top:20px;
font-size: 10px;
color: #797a7a;
}
	#bottomNav A:link, #bottomNav A:visited { color: #797a7a; text-decoration: none; font-weight: normal; }
	#bottomNav A:active, #bottomNav A:hover { color: #0079d8; text-decoration: none; font-weight: normal; }
	
#copyright { line-height: 20px; color:#58b3fa; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; }
	#copyright A:link, #copyright A:visited { color:#58b3fa; text-decoration: underline; }
	#copyright A:active, #copyright A:hover { color:#ffffff; text-decoration: none; }


/****************** class styles ***********************/

.dockTable {margin: 15px 0 10px 0; font-weight: bold; background: url('../images/dock_bkg.gif') top left repeat-y #307789; color: #ffffff; }
.dockTableTitle { padding-left: 5px; }
.dockLink { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #ffffff; padding-right: 5px; }
	.dockLink a:link, .dockLink a:visited { color: #ffffff; text-decoration: none; }
	.dockLink a:hover, .dockLink a:active { color: #ffffff; text-decoration: underline; }
	
	
.snapToNav {
padding: 12px 3px 13px 3px;
margin: 0 3px;
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
text-align: center;
line-height:15px;
color:#0079d8;
}
	.snapToNav A:link, .snapToNav A:visited { color: #0079d8; text-decoration: underline; }
	.snapToNav A:active, .snapToNav A:hover { color: #ff0e00; text-decoration: none; }
	
.snapToBar{
	margin: 15px 0 10px 0;
	padding: 6px;
	text-align:left;
	border:solid 1px #5192c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height:14px;
	background: url('../images/snaptobar_bg.gif') top left repeat-x #8ab5d8;
}
.snapToBar div{
	width:15px;
	Height:14px;
	float:right;
}
	
.subTitle {
	padding: 5px 0 5px 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #491568;
	line-height: 20px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	}
	
.titleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #ff0e00;
	border-bottom: 1px dashed #8C8C8E;
	padding: 0px 0 0 0;
	}