body, div, td, th, p {
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px; 
	color:#666; 
	background-color:#fff; 
}
body {
	position: relative;
	margin: 0px;
	margin-top: 20px;
}
th, td, div {
	margin: 0px; 
}
h1 	{ font-size: 16px; }
h2 	{ font-size: 14px; }
h3 	{ font-size: 12px; }

#content {
	position: relative;
	width: 752px;
	height: 100%;
}
#content #top_banner {
	position: relative;
	width: 750px;
	height: 102px;
	background-image: url(/img/get_flash_bkgd.jpg); 
	background-position: top center;
	background-repeat:no-repeat;
	text-align: left;
	border: solid 1px #000;
}
#content #nav {
	position: relative;
	width: 752px;
	height: 20px;
	background-color: #000;
}
.nav_btn {
	float: left;
	margin-left: 60px;
	font-family: georgia, times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #ccc;
	background-color: #000;
}
.nav_btn a {
	text-decoration: none;
}
#content #scroll_area {
	position: relative;
	padding: 10px;
	width: 730px;
	height: 410px;
	overflow: auto;
	border: solid 1px #000;
	text-align: left;
}
.b2top {
	float: right;
	clear: both;
	margin-top: -24px;
}
.cont_img {
	float: right;
	border: solid 1px #666;
	margin-left: 10px;
	margin-bottom: 10px;
}
.gal_img {
	border: solid 1px #666;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content #flash_container {
	position: relative;
	width: 750px;
	height: 550px;
	border: solid 1px #000; 
}
#content #flash_container #no_flash {
	position: relative;
	width: 750px;
	height: 550px;
	background-image: url(/img/get_flash_bkgd.jpg); 
	background-position: top center;
	background-repeat:no-repeat;
	text-align: left;
}
#content #flash_container #no_flash #nf_msg {
	position: relative; 
	top: 220px; 
	left: 75px; 
	width: 200px; 
	background:transparent;
}
#content #footer {
	margin-top: 5px;
	position: relative;
	width: 752px;
	height: 50px;
	text-align: right;
}

a, a:link, a:visited, a:active {
	color: #999;
}
a:hover {
	color: #fff; 
	background-color: #999; 
	text-decoration: none; 
}

.white, a.white, a.white:link, a.white:visited, a.white:active {
	color: #fff; 
}
a.white:hover {
	color:#000; 
	background-color: #fff; 
	text-decoration: none; 
}

.null 			{ background:transparent; }
a.null, a.null:link, a.null:visited, a.null:active {
	background: transparent; 
	text-decoration: none;
}
a.null:hover {
	background: transparent; 
	text-decoration: none; 
}
