html, body {
	height: 100%;
	font-family: Tahoma, Verdana, Arial, San-Serif;
	font-size: 12px;
	color: #111;
	height: 100%;
	background: url(/images/background.png) top left repeat-y;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	color: #D60;
}

h2 {
	font-size: 16px;
	margin: 0px;
	color: #D60;
}

strong {
	color: #000;
	font-weight: bold;
}

a {
	color: #D60;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FB0;
}

/*
START Container Layout
*/
#logo {
	position: absolute;
	margin: 30px 0 0 10px;
	width: 173px;
	height: 69px;
	z-index: 2;
}

#menu {
	float: left;
	margin-left: 10px;
	line-height: 18px;
	width: 160px;
	color: #FFF;
}

#content {
	float:left;
	width: 510px;
	height: auto;
	color: #000;
	padding: 0 0 20px 20px;
}

#header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-width: 0 1px 0 1px;
	border-color: #000;
	border-style: solid;
}

.pagecontainer {
	width: 782px;
	margin: 0 auto;
	}

#container {
	float: left;
	width: 764px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-width: 0 1px 0 1px;
	border-color: #000;
	border-style: solid;
	padding: 8px;
	background-color: white; /*#EEE;*/
}

#container_bottom
{
	width: 780px;
	height: 20px;
	color: #FFF;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	background-color: #000;
	border-width: 0 1px 0 1px;
	border-color: #000;
	border-style: solid;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	clear:both;
}

#title
{
	position: absolute;
	height: 20px;
	width: 330px;
	margin-top: 15px;
	margin-left: 430px;
	text-align: right;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 4px;
	font-style: oblique;
	text-transform: capitalize;
}

.mailing_list_hdr {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.emailadd {
	font-size: 11px;
}

.emailbox {
	width: 100px;
	font-size: 11px;
	border: 1px #999999 solid;
}

/*
END Container Layout
*/

.information {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

.info_header {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 4px;
}

.left_col {
	float: left;
	width: 100px;
}

.right_col {
	width: 420px;
	margin-left: 120px;
	clear: right;
}

.center_layout {
	width: 720px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

.error {
	color: #F00;
	font-weight: bold;
}

.subtext {
	font-size: 10px;
}

.stronger {
	font-size: 18px;
	font-weight: bold;
}

.news_img {
	margin: 2px 4px 2px 0;
	padding: 2px;
	background: #FFFFFF;
	border: 1px #000000 solid;
}

/*
START Two Column Table Layout
*/

.table_container {
	position: relative;
	width: 500px;
	height: 175px;
}

.table_container_text {
	position: relative;
	width: 500px;
	height: 200px;
}

.table_container_trailer {
	position: relative;
	width: 500px;
	height: 50px;
}

.table_left {
	position: absolute;
	left: 0px;
	width: 200px;
}

.table_right {
	position: absolute;
	left: 250px;
	width: 200px;
}