* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-image: url(../images/top_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: none;
}
td#leftcol {
	width: 150px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
td#leftcol h1, p {
	margin: 5px;
}
td#leftcol h1 {
	color: #FF6666;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
}
div#top_banner {
	background-image: url(../images/topborder-1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 90%;
	max-width: 90%;
	min-width: 798px;
	height: 168px;
	border: none;
	margin: 0px;
	color: #ffffff;
}
div#top_banner img {
	float: left;
	border: none;
}
div#top_banner object {
	float: right;
}
div#top_banner h1 {
	float: right;
	text-align: right;
	font-style: italic;
	font-size: 150%;
	margin: 1.5em 1em 0em 0em;
	margin-top: 1.5em;
}
div#menu {
	width: 100%;
	min-width: 800px;
	float: left;
	clear: left;
	border-top: 2px solid #c30;
	border-bottom: 2px solid #c30;
	font-size: 10px;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0.6em 0 0.1em;
	float: left;
	background: url(../images/menu_groove.jpg) right center no-repeat;
}
#menu a, #menu h2 {
	font: bold 11px/16px arial,helvetica,sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
}
#menu h2 {
	color: #000;
	background: none;
	text-transform: uppercase;
/*	margin-right: 0.5em;*/
	width: auto;
}
#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	width: 160px;
}
#menu a:hover {
	color: #a00;
	background: #fff;
}
#menu h2 a {
	width: auto;
	background: none;
	padding: 0px;
}
#menu h2 a:hover {
	background: none;
}
#menu li {
	position: relative;
	white-space: nowrap;
}
#menu li ul {
	position: absolute;
	top: 100%;
	left: 0px;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}
div#menu ul.contact_link {
	float: right;
	padding-left: 0.5em;
	text-align: right;
	background: url(../images/menu_groove.jpg) left center no-repeat;
}
div#menu ul.menu li a {
	text-decoration: none;
	color: #ffffff;
}
div#content {
	float: left;
/*	clear: left;*/
	width: 90%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #efefef;
	font-size: 100%;
	padding-bottom: 10px;
}
div#content p, h1, h2 {
	margin: 10px 15px;
}
div#content p, li {
	line-height: 1.5em;
}
div#content h1 {
	text-transform: lowercase;
}
div#content img {
}
div#content ul {
	list-style-image: url(../images/s3_bullet.jpg);
}
address {
	margin: 10px 5em;
	color: #FFFFFF;
	font-weight: 700;
}
fieldset#contact {
	width: 90%;
	margin: 10px auto;
	border: 2px solid #cccccc;
}
fieldset#contact legend {
	color: #000;
	background-color: #cccccc;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	margin-left: 2em;
}
fieldset#contact table {
	border: none;
	width: 90%;
	margin: 10px auto;
}
fieldset#contact table td {
	border: none;
	vertical-align: top;
}
fieldset#contact table td.label {
	width: 30%;
	color: #ccc;
	text-align: right;
}
fieldset#contact table td.required {
	color: #fff;
	font-weight: 700;
}
fieldset#contact table td.input {
	width: 70%;
	text-align: left;
}
fieldset#contact table td.input input, fieldset#contact table td.input select {
	font-size: 14px;
}
fieldset#contact table td.input input.long, textarea {
	width: 100%;
}
fieldset#contact table td.input textarea {
	height: 100px;
	font-size: 12px;
}
fieldset#contact table td.input input.short {
	width: 125px;
}
fieldset#contact table td.input #rblMailingList label {
	margin-left: 5px;
	margin-right: 20px;
}
fieldset#contact table td.buttons {
	text-align: center;
}
fieldset#contact table td.buttons input {
	width: 90px;
	margin-left: 10px;
	margin-right: 10px;
}
fieldset#contact table#rblRequest 
{
	width: 205px;
	margin-left: 0px;
	margin-top: 0px;
}
fieldset#contact table td.input #rblRequest input 
{
	margin-right: 5px;
}
div#copyright {
	clear: both;
	padding-bottom: 1em;
	text-align: center;
	font-size: 10px;
	color: #ccc;
}