
div#body {

	display: block;
	margin: 0 auto;
	padding: 0;
	width: 958px;
	border: 1px solid #121F30;
	border-top: 0;
	border-bottom: 0;	
}

h1.left {
	font: normal 20px Arial !important;
	height: 47px;
	margin: 0;
	padding: 10px 10px 0 10px;
	background: url('/i/caption_left.jpg') no-repeat right top;
	font: normal 18px Arial, sans-serif;
	color: #fff;
}

h1.right {
	font: normal 18px Arial !important;
	height: 47px;
	margin: 0;
	padding: 10px 10px 0 10px;
	background: url('/i/caption_right.jpg') no-repeat left top;
	font: normal 18px Arial, sans-serif;
	color: #fff;
}

div#body div.left {
	display: block;
	float: left;
	width: 708px;
	margin: 0;
}

div#body div.right {
	display: block;
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}


div#body div.content_padding {
	font: normal 14px Arial;
	color: #fff;
	display: block;
	padding: 0 10px 10px 10px;
}

div.content_padding, div.content_padding p, div.content_padding a:link, div.content_padding a:active, div.content_padding a:visited, div.content_padding a:hover {
	font: normal 14px Arial;
	color: #fff;
}

div.content_padding a:hover {
	text-decoration: none;
	color: #ff0;
}



div.content_padding h2.promo span {
	display: block;
	font: normal 22px Arial;
	color: #ffb805;
	float: right;
	width: 250px;
	text-align: right;
	margin: 0 0 10px 0;
}

div.content_padding h2.promo, div.content_padding h2 span.title {
	font: normal 24px Arial;
	color: #00deff;
}

div.content_padding h2.promo span.title {
	display: block;
	float: left;
	width: 350px;
	text-align: left;
}



div.content_padding h2.promo span sup {
	font-size: 14px;
}

div.content_padding h3 {
	font: normal 22px Arial;
	color: #fff;
}

div.content_padding ol li {
	margin-bottom: 15px;
}

table#application_form td {
	padding: 5px;
}

table#application_form td.label {
	font: normal 12px Arial;
	width: 150px;
	text-align: right;
}

table#application_form td.error {
	font: normal 11px Arial;
	color: #ff0;
}

table#application_form input.text {
	width: 250px;
	font: normal 12px Arial;
	height: 18px;
	padding: 2px;
	color: #00f;
}

table#application_form input.code {
	width: 100px;
	font: bold 12px Arial;
	height: 18px;
	padding: 2px;
	color: #f00;
}

table#application_form td.code {
	background: url('/i/antibot.jpg') no-repeat 137px center;
}

table#application_form select {
	width: 250px;
}


ul#related_links {
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#related_links li {
	margin-bottom: 10px;
	margin-left: 15px;
}

ul#related_links a:link,
ul#related_links a:active,
ul#related_links a:visited,
ul#related_links a:hover {
	font: normal 14px Arial;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

ul#related_links a:hover {
	text-decoration: underline;
	color: #ff6600;
}



