.bodyMain {
	text-align: center;
	margin: 15px 0;
	padding: 0;
	background-color: #DEEEFF;
}
div#logo {
	background-color: #0087D2;
	height: 75px;
}
div#wrapper {
	margin: 0 auto;
	width: 760px;
	border: 1px solid #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
div#footer {
	width: 760px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#menu {
	background-color: #0087D2;
	height: 25px;
	width: 760px;
}
div#header {
	height: 190px;
	width: 760px;
}
div#content {
	float: left;
	text-align: left;
	width: 490px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 30px 30px;
}
div#side {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #0087D2;
	text-align: left;
	float: left;
	padding: 0 15px 30px 15px;
}
div#content h1 {
	color: #001E4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

div#side h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
a:link {
	color: #0087D2;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #0087D2;
	text-decoration: underline;
}

/*	Drop menu CSS Code 
.snaptrigger a {
	display: block;
	margin: 0px;
	padding: 0px;
}*/

/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#subTeam, #subEditorials {
	position: absolute;
	width: 130px;
	top: 110px;
	font-size: .8em;
	visibility: hidden;
}
/* 	Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property */
#subTeam {left: 20px;}
#subEditorials {left: 150px;}

/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.submenus p {margin: 0;}

/*	General CSS */
.clearAll {
	clear: both;
}
.lowered {
	margin: 30px 0 0 0;
}
.centered {
	text-align:center;
}

/* Contact Page Map and Text Alignment */
ul.contact {
	margin: 0px;
	padding: 0px;
}

ul li.contactMap, ul li.contactInfo {
	float: left;
	display: inline;
	margin-left: 0px;
	margin-right: 15px;
	padding: 0px;
	list-style: none;
	width:175px;
}
ul li.contactInfo {
	width: 300px;
	margin: 0px;
}

/* CSS Styles for Suites Popup Page */
body#fpBody{
	margin: 0px;
	padding: 0px;
	background-image: url(images/suites/fp_bg.gif);
	background-repeat: no-repeat;
	background-color: #CDE5F3;
}

div#fpWrapper {
	margin: 0px;
	width: 550px;
}

form {
	margin:0px;
	padding:0px;
}
select#jumpMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
body#formBG {
	background-color: #0087D2;
	background-image: url(images/registration_form/registration_hdr.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div.form {
	margin: 140px auto 0px auto;
	width: 640px;
}

div.form td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
div.form a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.form a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.form a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
