.home_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	/*letter-spacing: .1em;*/
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;	
}
a:active {
	text-decoration: underline;
	color: #FF0000;	
}
#page {
	width: 100%;
	height: 100%;
}
#topband {
	width: 100%;
	height: 107px;
	background-color: #FBF8EF;
	background-image: url(images/topband.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#copyright {
	/*float: left;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: auto;
	font-size: 10px;
	width: 200px;
	bottom: 0px;
	padding-left: 490px;
	padding-top: 90px;
}
#middleband {
	background-image: url(images/middleband.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 100%;
	height: 325px;
}
#centerframe {
	height: 323px;
	width: 700px;
	margin: auto;
}
#bulbframe {
	float: left;
	width: 390px;
	/*margin-top: 96px;*/
	padding-top: 96px;
	padding-left: 96px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: .1em;
}
#bulbrow {
	float: left;
	width: 350px;
}
#linkrow {
	float: left;
	width: 350px;
}
.navtextbox {
	padding-top: 13px;
	float: left;
	width: 105px;
	line-height: 10px;
}
#fourbarsframe {
	float: right;
	width: 197px;
	/*margin-top: 46px;*/
	padding-top: 46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-weight: bold;
	font-size: 10pt;
	line-height: 32px;
}
.barframe {
	height: 50px;
}
#bottomband {
	width: 100%;
	background-image: url(images/bottomband.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 74px;
}
#footertext {
	width: 100%;
	color: #666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 40px;
}
.red {
	color: #FF0033;
	font-weight: bold;
}
.yellow {
	color: #FFFF00;
}
#footerlink {
	color: #666699;
}