/* CSS Document */
body{
margin: 0 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-image: url('../images/bg.jpg');
	background-position: center top;
	background-repeat: repeat;
	background-color: #CEB133;
}

a:link {color:#0061aa}
a:visited {color:#0061aa}
a:hover { text-decoration: none; color:#fcac0d}
a:active { text-decoration: none; color:#fcac0d}

.mainContainer {
background-image: url('../images/bg_top.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}

.container {
padding: 5px;
background-color: #FFFFFF;
}

/**************** Tab Styles ********************/

.tab{
padding: 7px 2px 2px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
text-align:center;
line-height: 12px;
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: 7px 2px 2px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
text-align:center;
line-height: 12px;
background-image: url('../images/tab_bg.gif'); 
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab_over A:link, .tab_over A:visited { color: #FFFFFF; text-decoration: none; }
	.tab_over A:active, .tab_over A:hover { color: #eee21c; text-decoration: none; }
	
.tab_cp{
padding: 7px 2px 2px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #eee21c;
font-weight: bold;
text-align:center;
line-height: 12px;
background-image: url('../images/tab_bg.gif'); 
	background-position: center top; 
	background-repeat: no-repeat;
}
	.tab_cp A:link, .tab_cp A:visited { color: #eee21c; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #eee21c; text-decoration: none; }

/**************** Tab Styles ********************/

.topEmail { padding: 0px 0px 3px 0px; text-align:center; color: #0061aa; font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica; }
	.topEmail A:link, .topEmail A:visited { color: #0061aa; text-decoration: underline; }
	.topEmail A:active, .topEmail A:hover { color: #fcac0d; text-decoration: none; }

.sideNav {
padding: 0px 16px 30px 10px;
background-image: url('../images/sidenav_06.gif');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.titleText {
padding: 10px 0px 0px 0px;
font-size: 18px; 
font-family: Times New Roman, Times, serif; 
font-weight: bold; 
color:#003b66;
text-align: left;
}

.homeColumn1 {
padding: 0px 16px 10px 10px;
background-image: url('../images/index_30.gif');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.homeColumn2 {
padding: 0px 6px 0px 0px;
background-image: url('../images/index_30.gif');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.homeColumn3 {
padding: 0px 6px 0px 0px;
background-image: url('../images/index_30.gif');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.bottomTable {
background-image: url('../images/spacer_w_16.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #6eceee;
}

.bottomNav { padding: 5px; color: #0b7ed7; text-align:center; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.bottomNav A:link, .bottomNav A:visited { color: #0b7ed7; text-decoration: none; }
	.bottomNav A:active, .bottomNav A:hover { color: #0060aa; text-decoration: underline; }
	
.bottomNavSub { padding: 21px 5px 5px 5px; color: #0b7ed7; text-align:center; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.bottomNavSub A:link, .bottomNavSub A:visited { color: #0b7ed7; text-decoration: none; }
	.bottomNavSub A:active, .bottomNavSub A:hover { color: #0060aa; text-decoration: underline; }

.copyright { line-height: 15px; color: #f8e48c; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #f8e48c; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #FFFFFF; text-decoration: none; }

