/* GLOBAL TAG DEFINITIONS */
html,body {
}
body,div,dl,dt,dd,ul,ol,li,hr,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 200;
	padding: 0
}
table { border-collapse: collapse; border-spacing: 0 }
fieldset,img,hr { border: none }
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: normal }
caption,th { text-align: left }
ul { list-style: disc }
ol { list-style: decimal }
h1 { font-size: 20px; font-weight: normal; color: black; }
h2 { font-size: 16px; font-weight: normal; color: black; }
h3 { font-size: 14px; font-weight: bold; color: black; }
h4 { font-size: 14px; font-weight: bold; color: black; }
h5 { font-size: 12px; font-weight: normal }
h6 { font-size: 11px; font-weight: bold }
q:before,q:after { content: "" }
abbr,acronym { border: none }
hr { border-bottom: 1px solid #000; height: 1px; }

body {
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	text-align: center;
}

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

h1 {
	color: #000000;
	font-size: 28px;
	font-family: times, serif;
	letter-spacing: -1px;
}
h1 a {
	color: #000000;
	text-decoration: underline;
}
h1.extraSpace {
	margin-bottom: 10px;
}

h2 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
	font-family: times, serif;
	letter-spacing: -1px;
}
h2 a {
	text-decoration: underline;
}
h2.padTop {
	margin-top: 43px;
}

h3 {
	color: #607793;
	font-size: 18px;
	font-style: italic;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
}

h4 a {
	color: black;
}

h5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

p {
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* HEADER */
div#header {
	margin-top: 250px;
	margin-left: 283.5px;
	margin-right: 283.5px;
}
div#logo {
	width: 333px;
	height: 79px;
}
div#header div.nav {
	float: right;
	width: 600px;
	padding-top: 36px;
}
div#header div.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #8c8c8c;
	float: right;
}
div#header div.nav ul li {
	float: left;
	margin-right: 60px;
}
div#header div.nav ul li.last {
	margin-right: 0;
}
div#header div.nav ul li a {
	position: relative;
	outline: none;
	overflow: hidden;
	display: block;
	height: 9px;
	text-decoration: none;
}
div#header div.nav ul li a img {
	border: none;
	position: relative;
	top: 0;
	left: 0;
	height: 22px;
}
div#header div.nav ul li a:hover, div#header div.nav ul li a.active {
	border: none;
	padding-top: 0;
}
div#header div.nav ul li a:hover img {
	top: -13px;
}
div#header div.nav ul li a.active img {
	top: -13px;
}

/* FOOTER */
div#footer {
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 10px;
}
div#footer div.copy {
	margin-top: 200px;
	font-size: 9px;
	color: #bcbcbc;
	text-align: left;
}
div#footer div.copy p {
	margin-bottom: 5px;
}
div#footer div.nav {
	font-size: 30px;
}
div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: none;
}
div#footerNav {
	height: 20px;
}
div#footerNav div.left {
	float: left;
	width: 560px;
}
div#footerNav div.right {
	float: right;
	text-align: right;
	width: 340px;
	vertical-align: middle;
}
div#footerNav form#signupForm {
	float: right;
}
div#footerNav form#signupForm label {
	display: inline;
	vertical-align: middle;
	font-weight: normal;
	color: #8c8c8c;
}
div#footerNav form#signupForm input.text {
	display: inline;
	vertical-align: middle;
	width: 100px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
}
div#footerNav form#signupForm input.button {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* HOME */
div#headline {
	margin-bottom: 0;
}
div.homeCallout {
	float: left;
	width: 290px;
	height: 87px;
	overflow: hidden;
	margin-right: 15px;
}
div.homeCallout.last {
	margin-right: 0;
}
div.homeCallout form {
	display: block;
}
div.homeCallout form div.formRow {
	margin-bottom: 5px;
}
div#logos {
	margin-top: 5px;
	margin-bottom: 15px;
}

/* MAIN */
div#main {
	margin-top: 20px;
}
div#main div.column {
	float: left;
}
div#main div.single {
	width: 435px;
}
div#main div.half {
	width: 320px;
}
div#main div.double {
	width: 666px;
}
div#main div.last {
	float: right;
}
div#main div.full {
	float: none;
	width: 100%;
}
div#bodyContent ul {
	margin-bottom: 15px;
	list-style: square;
	margin-left: 2em;
}

/* CALLOUTS */
div.callout {
	position: relative;
	font-size: 10px;
	width: 100%;
	height: 100%;
}
div.callout p {
	margin-bottom: 7px;
}
div.callout h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #8c8c8c;
}
div.callout h5.extraSpace {
	display: block;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.callout div.padding {
	padding: 10px;
}
div.callout div.link {
	position: absolute;
	right: 12px;
	bottom: 10px;
	text-align: right;
}
div.callout label {
	float: none;
	width: auto;
	color: #e7e7e7;
}
div.callout input {
	float: none;
	font-size: 10px;
	padding: 1px;
	border: none;
}
div.callout input.large {
	width: 150px;
}



/* GENERAL */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.hide { display: none; }
.floatLeft { float: left }
.floatRight { float: right }
.padRight { margin-right: 35px; }
.padTop { margin-top: 50px; }
div.object-center {	text-align: center; }

/* sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	display: block;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}

.sIFR-active h1 {
	visibility: hidden;
	font-family: times;
	line-height: 1em;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 0;
}

.sIFR-active h2 {
	visibility: hidden;
	font-family: times;
	line-height: 1em;
	font-size: 24px;
	font-weight: bold;
}

.sIFR-active h3 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0;
	font-style: italic;
}

.sIFR-active div.promotion {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}
.extra-h {
	font-size: 28px;
	font-family: times, serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
<DIV ALIGN="center"></DIV>

