/* CSS Document */
body{
margin: 10px 0 0 0;
padding: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
/*background: url('../images/bg.gif') left top no-repeat #e7eff5;*/
background-image: url('../images/bg.gif');
background-repeat: repeat;
background-position:center top;
background-color: #44668f;
text-align:center;
}

a:link {color:#253e9c}
a:visited {color:#253e9c}
a:hover { text-decoration: none; color:#9b9b9b}
a:active { text-decoration: none; color:#9b9b9b}

/*ul{
list-style-type:none;
background-image: url('../images/bullet_sub.gif');
background-repeat: no-repeat;
background-position: 0 -3px;
padding-left: 12px;
}*/

.header {

}

.header h1 {
display:inline;
line-height:34px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
color:#ffffff;
}
	.header h1 A:link, .header h1 A:visited { color: #ffffff; text-decoration: none; }
	.header h1 A:active, .header h1 A:hover { color: #ffffff; text-decoration: none; }

.hdr_ftr_txt{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
line-height:15px;
}
.searchbox{border: 1px solid #525252; background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; color: #000000; width: 126px; height: 20px; padding: 2px;}

/**************** Tab Styles ********************/

.tab_table {
border-top:#112b5b 1px solid;
border-right:#112b5b 1px solid;
border-left:#112b5b 1px solid;
background-image: url('../images/tab_bg.gif'); 
	background-position: center top; 
	background-repeat: repeat-x;
}

.tab{
padding: 4px 5px 5px 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-align:center;
text-transform:none;
line-height: 11px;
background-image: url('../images/spacer.gif'); 
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab A:link, .tab A:visited { color: #ffffff; text-decoration: none; }
	.tab A:active, .tab A:hover { color: #eee21c; text-decoration: none; }

.tab_over{
padding: 4px 5px 5px 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-align:center;
text-transform:none;
line-height: 11px;
background-image: url('../images/tab_over.gif'); 
	background-position: center top; 
	background-repeat: repeat-x;
}
	.tab_over A:link, .tab_over A:visited { color: #ffffff; text-decoration: none; }
	.tab_over A:active, .tab_over A:hover { color: #ffffff; text-decoration: none; }
	
.tab_cp{
padding: 4px 5px 5px 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-align:center;
text-transform:none;
line-height: 11px;
background-image: url('../images/tab_over.gif'); 
	background-position: center top; 
	background-repeat: repeat-x;
}
	.tab_cp A:link, .tab_cp A:visited { color: #ffffff; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #ffffff; text-decoration: none; }
	
.tab_spacer{
background-image: url('../images/tab_spacer.gif');
background-position: center center;
background-repeat: no-repeat;
}

/**************** Tab Styles ********************/

.titleText {
padding: 10px 0px 0px 0px;
font-size: 20px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
color:#253e9c;
text-align: center;
}

.bottomNav { padding: 20px; text-align:center; color: #253e9c; background-color:#FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica;}
	.bottomNav A:link, .bottomNav A:visited { color: #253e9c; text-decoration: none; }
	.bottomNav A:active, .bottomNav A:hover { color: #9b9b9b; text-decoration: underline; }
	
.copyright { line-height: 15px; color:#555555; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color:#555555; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color:#ffffff; text-decoration: none; }

