body, td, p, div, input, textarea, select {
	font-family:Arial, Tahoma, Verdana, sans-serif;
}

body {
	background:white;
	color:black;
	font-size:12px;
	margin-top:34px;
}

img {
	border:0;
}

table {
	border:0;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

td {
	margin:0;
	padding:0;
}

a {
	color:#506d99;
}

h1, h2, h3 {
	font-weight:normal;
	color:#506d99;
	margin: 26px 0 7px /*-2px*/ 0;
	font-size:18px;
}

h3 {
	font-weight:bold;
	font-size:14px;
}

p {
	margin: 0 0 7px 0;
	line-height:1.3;
}

form {
	margin:26px 0 0 0;
}

td.triad {
	width:120px;
	font-size:0 !important;
	height:1px !important;
}

div#all {
	width:792px;
	margin:auto;
}

div#top {
	height:152px;
}

div#logo {
	width:169px;
	height:121px;
	float:right;
	margin:0;
	padding-right:45px;
}

div#logo a {
	display:block;

}

table#mainmenu {
	margin-top:63px;
}

table#mainmenu td {
	background:#6d6e70;
	color:white;
	padding:0;
	height:22px;
	text-align:center;
	text-transform:capitalize;
}
	
table#mainmenu td.menuitem {
	padding:0 20px;
}

table#mainmenu td.sub {
	height:4px;
	background:white;
	text-align:left;
}

table#mainmenu td.sub_selected, table#mainmenu td.sub_selected_fixed {
	height:4px;
	background:#506d99;
	text-align:left;
}

table#mainmenu td.menuitem a {
	color:white;
	text-decoration:none;
	text-transform:capitalize;
}

ul.submenu {
	position:absolute;
	list-style-type:none;
	display:none;
	padding:8px 0 0 0;
	margin:0;
	margin-top:2px;
	background:#a7b6cc;
}

ul.submenu li {
	display:block;
	color:#506d99;
	margin:0;
	padding:0 0 8px 0;
	text-align:center;
	white-space:nowrap;
}

ul.submenu li a {
	color:#506d99;
	text-decoration:none;
}

ul.submenu li:hover, ul.submenu li:hover a, ul.submenu li a:hover {
	color:white;
}

a.hover {
	color:white !important;
}

div#visual {
	height:180px;
	background-color:white;
	background-repeat:no-repeat;
	background-position:top left;
}

div#visual img#visualimage {
	display:block;
	float:right;
	margin:0 0 0 auto;
}

div#content {
	margin:0 0 26px 280px;
	width:512px;
}

div.signup {
	margin-top:26px;
}

a.button {
	display:block;
	text-align:center;
	background:#506d99;
	color:white;
	padding:11px 0;
	border:0;
	width:188px;
	text-decoration:none;
}

input.button {
	text-align:center;
	background:#506d99;
	color:white;
	padding:11px 18px;
	border:0;
	text-decoration:none;
}


div#footer {
	border-top:4px solid #506d99;
	padding-top:16px;
	padding-bottom:50px;
	text-align:center;
	color:#6d6e70;
}

div#footer a {
	color:#6d6e70;
	text-decoration:none;
	text-transform:lowercase;
}

div#footer table {
	width:auto;
	margin:auto;
}

div#footer table td {
	padding:0 16px;
	height:22px;
	text-align:center;
	font-size:11px;
}

div#footer table td.menuitem {
	padding:0;
}

table.form {
	width:auto;;
}

table.form td {
	height:35px;
	white-space:nowrap;
}

table.form td input, table.form td textarea {
	font-size:11px;
}

.field {
	width:240px;
}

.field_short {
	width:120px;
}

.field_long {
	width:360px;
}


span.required {
	color:#506d99;
	font-style:italic;
	text-transform:uppercase;
}