@charset "utf-8";
/* CSS Document */


body {
	background-image:url('bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

#banner {
	background-image:url('top_banner.gif');
	width: 800px;
	height: 140px;
}

#banner_content {
	margin: 5px 0px 0px 500px;
	width: 180px;
	height: 55px;
	color: #6e923c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#navbar {
	background-image:url('nav_bg.gif');
	background-repeat: repeat-x;
	width: 800px;
	height: 27px;
	color: #ffffff;
}


#container {
	background-image:url('body_bg.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 800px;
}

#bottom_nav {
	margin-top: 40px;
	text-align: center;
	font-size: .8em;
}

#footer {
	background-image:url('footer.gif');
	width: 800px;
	height: 59px;
}



.copy {
	color: #5c5757;
	font-size: 14px;
	font-family: arial;
	line-height: 17px;
}
.copy2 { color: #5c5757; font-size: 12px; font-family: arial; line-height: 18px; }
.disclaimer { color: #5c5757; font-size: 12px; font-family: arial; line-height: 15px; }
.footer { color: #adc74f; font-size: 12px; font-family: arial; }
.headers { color: #5c5757; font-size: 16px; font-family: arial; font-weight: bold; }
.bnav { color: #536b6b; font-size: 11px; font-family: arial; line-height: 0; }
a:link {
	color: #060;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.bodytext a:active { color: #adc74f; text-decoration: none; }
.bodytext a:visited { color: #adc74f; text-decoration: none; }
.bodytext a:hover {
	background-color: #ffd628;
	font-size: 14px;
}
.secuities { color: #5c5757; font-size: 11px; font-family: arial; line-height: 12px; }

.nav {
	text-align: right;
	margin-right: 50px;
	color: #ffffff;
	font-weight: bolder;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.nav a, .nav a:hover, .nav a:visited {
	color: white;
	font-weight: bold;
	text-decoration:none;
	
	
}

.nav a:hover {
	font-size: 1.1em;
	text-decoration: underline;
}

.bodytext {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 60px 35px 15px 35px;
}
