html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background: url(images/bg.jpg) repeat-x #073055;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background-color: #ffffff;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px; 
	line-height: 14px; 
	color: #043f76;
}

.address a:link {color: #507eb2; text-decoration: none;}
.address a:visited {color: #507eb2; text-decoration: none;}
.address a:hover {color: #2a9cfa; text-decoration: underline;}
.address a:active {color: #507eb2; text-decoration: none;}

.copyright { 
	font-size: 10px; 
	line-height: 14px;
	text-align: left;
}
.copyright a:link {color: #507eb2; text-decoration: underline;}
.copyright a:visited {color: #507eb2; text-decoration: underline;}
.copyright a:hover {color: #2a9cfa; text-decoration: none;}
.copyright a:active {color: #507eb2; text-decoration: underline;}


.copy{
	background: url(images/copy-bg.jpg) repeat-y;
	padding: 0px 20px 0px 20px;
}


a.memberlinks:link, a.memberlinks:active, a.memberlinks:visited 	{ 
	color: #ffffff;
	text-decoration: none;
	}
	
 a.memberlinks:hover	{
	color: #ffffff; 
 	text-decoration: underline;
}	

.buckets{font-size: 11px; padding-left: 15px;}

.interior{
	background: url(images/inner-bg-top.jpg) no-repeat;
	padding: 40px 30px 10px 40px;
}
/*====begin form====*/
		.button { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 

		}
		.input{
			color:#000; 
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #073055; 
			text-align: left;
		}
		
		.stripe { background-color: #073055;}
		.stripe2 { background-color: #cccccc;}		
		.stripe3 { background-color: #eff0f4;}
/*====end form====*/

h1 {
	color: #043f76;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

h2 {
	color: #cd2007;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-weight: bold;
}

.image_border {
	border-width:1px; 
	border-style:solid; 
	border-color:#ffffff;
}


.nav {
	background-image: url(images/sub-top-01.jpg);
	font: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align: right; 
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #f3f0e7;
}

.nav a:link {color: #f3f0e7; text-decoration: none;}
.nav a:visited {color: #f3f0e7; text-decoration: none;}
.nav a:hover {color: #f3f0e7; text-decoration: underline;}
.nav a:active {color: #f3f0e7; text-decoration: none;}

table { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #04223e; 
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
}

table a:link {color: #0e87f8; text-decoration: underline;}
table a:visited {color: #0e87f8; text-decoration: underline;}
table a:hover {color: #0e589d; text-decoration: none;}
table a:active {color: #0e87f8; text-decoration: underline;}

.search {
	background-image: url(images/search-bg.jpg);
	background-repeat: no-repeat;
	background-color: #eef6fe;
	width: 400px;
	height: 314px;
	padding: 0px 20px 0px 20px;
}


.tablebg { background-image: url(images/table-bg.jpg);}

.footer-nav{
	background: url(images/footer-nav-bg.jpg) no-repeat;
	text-align: center;
	font-weight: bold;
	height: 27px;
	padding-top: 3px;
}
.footer-nav a:link {color: #0e589d; text-decoration: none;}
.footer-nav a:visited {color: #0e589d; text-decoration: none;}
.footer-nav a:hover {color: #0e87f8; text-decoration: underline;}
.footer-nav a:active {color: #0e589d; text-decoration: none;}




/* CSS Menu Special */
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li {
	float: left;
	position: relative;
	z-index: 100;
}
#menu a {
	font-size: 11px; 
	line-height: 12px;
	display: block;
	width: 92px;
	text-align: center;
	background: url(images/nav-bg.jpg) repeat-x;
	border-left: 1px solid #6d8da4;
	text-decoration: none;
	color: white;
	padding: 6px 2px 6px 2px;
}
#menu a:hover {
	color: #72acdc;
	background-color: #6186a9;
}
#menu ul ul {
	margin-top: -1px;
	position: absolute;
	width: 150px;
	visibility: hidden;
}
#menu ul ul li a{
	font-size: 11px;
	width: 150px;
	text-align: left;
	padding-left: 6px;
	border-bottom: 1px solid #6d8da4;
	border-right: 1px solid #6d8da4;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
}
#menu table {
	position: absolute;
	left:-1px;	
	top: 24px;
	border-collapse: collapse;
}

