/* CSS Document */
A:link { color : #6c6c6c; text-decoration : none;}
A:vlink { color : #6c6c6c; text-decoration : none;}
A:hover { color : #e6782b; text-decoration : none;}
A:active { color : #6c6c6c; text-decoration : none;}
 
#flashcontent {
	width: 100%;
	position:absolute; top:0px; bottom:0px; left:0px; right:0px;
	}
	
#flashcontent2 {
	width: 100%;
	position:absolute; top:134px; bottom:0px; left:0px; right:0px;
	}
	
#flashcontent3 {
	width: 100%;
	height: 100%;
	position:absolute; top:298px; bottom:424px; left:0px; right:0px;
	}
	
#banner {
	width: 100%;
	position:absolute; top:136px; bottom:0px; left:0px; right:0px;
	}

#main {
	width: 100%;
	position:absolute; top:226px; bottom:0px; left:0px; right:0px;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #0055a6;
	font-family:arial;
	background-repeat: repeat-x;
	text-align: left;
}
span {
	text-align: left;
	}

td.hover {
	background:#3d97db;
	display:block;
	width:190px;
	height:30px; /* sets link width, you can use 100% and nest the links in a higher-level container */
}
td.hover:hover { background:#3286d2; height:30px;}

a.subNav {
	color:#ffffff ;
	display:block ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px ;
	font-weight:bold ;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding : 10px 0px 0px 14px;
	text-decoration:none ;
	text-align: left;
}
a.subNav:link { color : #ffffff; text-decoration : none;}
a.subNav:vlink { color : #ffffff; text-decoration : none;}
a.subNav:hover { color : #fabd7e; text-decoration : none;}
a.subNav:active { color : #ffffff; text-decoration : none;}

.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #0156a6;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6c6c6c;
	text-align: left;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #0156a6;
	font-weight: bold;
	text-align: left;
}
.subHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0156a6;
	font-weight: bold;
	text-decoration : none;
}
a.subHead2:link { color : #0156a6; text-decoration : none;}
a.subHead2:vlink { color : #0156a6; text-decoration : none;}
a.subHead2:hover { color:#0156a6 ; text-decoration : underline;}
A.subHead2:active { color : #0156a6; text-decoration : none;}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #4D93D6;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
}
.bodyCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #4D93D6;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
}
.homeCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #4D93D6;
	font-weight: normal;
	padding : 10px 10px 0px 34px;
	line-height: 130%;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 10px;
	color : #ACCFF5;
	line-height: 250%;
	text-decoration : none;	
	text-align: left;
}
A.footer:link { color : #ACCFF5; text-decoration : none;}
A.footer:vlink { color : #ACCFF5; text-decoration : none;}
A.footer:hover { color : #ffffff; text-decoration : underline;}
A.footer:active { color : #ACCFF5; text-decoration : none;}

.shadowLeft { background: #004592 url(../images/shadowleft.jpg);
       background-repeat: repeat-y
	   height: 100%; }
	   
.shadowRight { background: #004592 url(../images/shadowright.jpg);
       background-repeat: repeat-y;
	   height: 100%; }
	   
.mainPadding {
	padding : 0px 0px 0px 0px;
}