/* Layout Styles */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, body table {
	color: #999999;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 20px 0px 100px;
}
.content1, .content2 {
	position: relative;
	top: 0px;
	display: block;
	height: 450px;
	width: 370px;
	margin: 0px;
	padding: 0px;
	border: 1px none #333;
}
.content1 {
	margin: 0px 0px 0px 0px;
}

.content2 {
	float: right;
	margin: 0px 0px 0px 50px;
}

.content3 {
	width: 500px;
	margin: 0px;
	padding: 0px;
	border: 1px none #333;
}
.black_wrapper {
	display: block;
	background-color: #000000;
	width: 100%;
}

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

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.readon {
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
}

a.readon:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

p, div, ol, ul {
	line-height: 20px;
}

hr {
	color: #333333;
}

.wrapper800 {
	width: 835px;
	padding: 0px  32px  0px  0px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.wrapper835 {
	width: 835px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.wrapper100p {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}


.interior_brand_logo {
	height: 105px;
	width: 800px;
	background-position: left top;
	background-image:  url("../images/branding_logo.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.brand_link {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 200px;
}

.interior_nav_main {
	width: 100%;
	height: 40px;
	border-top: 2px solid #333333;
	border-right: 2px none #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px none #333333;
	text-align: center;
}


.vSpacer1, .spacer1 {
	height: 20px;
}

.spacer2 {
	height: 10px;
}

.spacer3 {
	height: 5px;
}

.interior_mainBody {
	height: 410px;
}

.interior_ssp {
	width: 404px;
}

.interior_pageTitle {
	width: 35px;
}

.interior_nav_bottom {
	text-align: left;
}

.interior_copyright {
	text-align: right;
	color: #000;
	font-size: 11px;
}

.footer_row {
	background-color: #333333;
}


/* Content Styles */

.contentheading, .componentheading {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	letter-spacing: 4px;
	white-space: nowrap;
}


h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fe8401;
	letter-spacing: 4px;
	white-space: nowrap;
}

.hr {
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #131313;
}

/* Header Styles */
table .moduletable_header {
	display: block;
	position: relative;
	top: 5px;
	right: 0px;
}
