@charset "utf-8";

html,body { 
	height:100%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	}

#header {
	overflow: hidden;
	/* [disabled]background-color: #999; */
}
#header_img {
	width: 50%;
	height: 129px;
	display: block;
}
#header_logo {
	width: 50%;
	height: 129px;
	float: left;
	padding-bottom: 10px;
	/* [disabled]clear: both; */
	padding-top: 10px;
}
#header_text {
	float: left;
	width: 50%;
	/* [disabled]vertical-align: baseline; */
	padding-top: 45px;
}
#header_nav {
	background-color: #000;
	color: #FFF;
	text-align: left;
	clear: left;
}
#header_nav ul li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}
#header_nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#header_nav ul li a:hover {
	text-decoration: underline;
}
#footer {
	overflow: hidden;
	float: left;
	margin-left:0;
	margin-right:0;
	width: 100%;
	/* [disabled]background-color: #999; */
}
#wrapper {
	overflow: hidden;
	/* [disabled]background-color: #0C3; */
	width: 100%;
	clear: both;
	/* [disabled]white-space: nowrap; */
}




#menu {
	float: left;
	width: auto;
	text-align: left;
	/* [disabled]background-color: #03C; */
	padding-right: 30px;
	border-right: solid black 1px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	line-height: 25px;
}

#menu ul li a {
	/* [disabled]text-decoration: none; */
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#menu ul li a:hover {
	/* [disabled]text-decoration: none; */
	background-color: #CCC;
}
#main_content {
	float: left;
	width: 400px;
	padding-left: 30px;
	padding-right: 20px;
	font-weight:normal;
}
#right_content {
	/*float: left;*/
	/* [disabled]overflow: hidden; */
	/* [disabled]display: inline-block; */
}
#header_keywords {
	text-align: left;
	/* [disabled]width: 500px; */
	float: left;
	margin-left: 10px;
	padding-top: 2px;
}

#header_promo {
	/* [disabled]float: left; */
	/* [disabled]border: solid #F00 1px; */
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
	width: auto;
	color: #FFF;
	text-align: right;
	background-color: #F00;
	font-weight: bold;
	padding-right: 10px;
	/* [disabled]clear: both; */
}
#right_content img {
	float: left;
	/* [disabled]clear: left; */
	overflow: auto;
}
#main_form {
	/* [disabled]padding-left: 15px; */
	margin-left: 15px;
	float: left;
}
#registration_table {
}
#registration_table table tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#results {
	font-weight: bold;
	/* [disabled]border: thin solid #000; */
	padding: 4px;
}
