/* CORE STYLES */
body {
	background: #fff;
}
body, p, td {
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
a, a:hover {
	text-decoration: none;
	color: #004E7E;
}
a:hover {
	color: #333;
}
img {
	border: 0;
}


/* CONTAINER */
#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

/* HEADER */
#topRow {
	background: #91D9F8;
	border-top: 2px solid #424F56;
	border-bottom: 2px solid #424F56;
}
#header {
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	width: 511px;
}
#ad {
	float: left;
	width: 430px;
	position: relative;
	top: 10px;
	left: 20px;
}
div.banner-text {
	width: 430px; 
	overflow: hidden;
	text-align: center;
}
div.banner-text table {
	margin-top: 65px; /* better for MSIE */
	/*	padding: 65px 0 0 0;*/
}
div.banner-text td {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	width: 190px;
	height: 16px;
}
div.banner-text .orange {
	color: #000;
}
div.banner-text .blue {
	font-size: 15px;
	color: #004E7F;
	text-transform: uppercase;
}
#horizontal {
	clear: both;
	height: 5px;
	background-image: url(../img2/bg/horizontal.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}

/* MOVED BELOW
#nav {
	clear: left;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
*/

/* CONTENT ROW */
#content {
	clear: both;
}

/* BACKGROUND STYLES FOR COLUMNS
This is done to provide consistent bg for all three columns for the same height, 
the height of the tallest div. More on this here: 
http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks
*/
#bgLeft {
	float: left;
	width: 100%;
	background: url(../img2/bg/left.gif) repeat-y right top;
	position: relative;
	right: 634px;
	border-right: 2px solid #8CCA74;
}
#bgCenter {
	float: left;
	width: 100%;
	background: #fff url(../img2/bg/center.gif) repeat-x left top;
	position: relative;
	right: 195px;
	border-right: 2px solid #8CCA74;
}
#bgRight {
	float: left;
	width: 100%;
	background: #DEDEDE url(../img2/bg/right.gif) repeat-x right top;
	overflow: hidden;
	position: relative;
}

/* LEFT COLUMN */
#left {
	float: left;
	width: 195px;
	min-height: 525px;
	position: relative;
	left: 830px;
}
#left ul {
	margin: 0;
	padding: 0;
}
#left li {
	margin: 0 0 5px 10px;
	padding: 0;
	list-style: none;
}
#left li a, #left li a:hover {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url(../img2/dot.gif) 0 2px no-repeat;
}
#left li a:hover {
	background-position: 0 -13px;
}
#leftCover {
	width: 100%;
	text-align: center;
	margin: 10px 0 15px 0;
}
#leftSubscribe {
	text-align: center;
/*
	width: 130px;
	background: #8CCA75;
	border: 2px solid #004E7E;
	padding: 7px;
	text-align: center;
	margin: 15px auto;
*/
}
#leftSubscribe a, #leftSubscribe a:hover {
	margin: 15px auto;
	width: 130px;
	display: block;
	background: #8CCA75;
	border: 2px solid #004E7E;
	padding: 7px;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
}
#leftSubscribe a:hover {
	color: #8CCA75;
	border: 2px solid #8CCA75;
	background: #004E7E;
}
#leftText {
	padding: 10px 30px 0 25px;
}
#leftText h1, #leftText h2 {
	font-size: 16px;
	text-align: center;
}
#leftText h1 {
	color: #00AEEF;
}
#leftText h2 {
	font-weight: normal;
	color: #000;
}

/* CENTER COLUMN */
#center {
	float: left;
	width: 632px; /* 20090902 changed from 634px, MSIE hack */
	min-height: 525px;
	position: relative;
	left: 831px; /* 20090902 changed from 832px */
	overflow: hidden; /* 20090902 added this */
}
#center table {
	
	max-width: 630px;
}
#centerTitle {
	margin: 20px 15px;
	color: #004E7E;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#centerBody {
	margin: 0 15px 20px 15px;
}
.note {
	font-size: 11px;
	color: #333333;
}

/* RIGHT COLUMN */
#right {
	float: left;
	width: 190px; /* 20090902 changed from 195px, MSIE hack */
	min-height: 525px;
	position: relative;
	left: 831px;
	overflow: hidden; /* 20090902 added this */
}
#rightTop {
	text-align: center;
	padding: 20px 0 0 0;
}
#rightTop p {
	font-weight: bold;
}
#rightTitle {
	text-align: center;
	padding: 10px 0;
	background: #8CCA75;
}
#right ul {
	margin: 0;
	padding: 0;
}
#right li {
	text-align: center;
	margin: 0;
	padding: 15px 0;
	list-style: none;
	border-top: 2px solid #004E7E;
	border-bottom: 2px solid #8CCA75;
}
#right li.noTop {
	border-top: none;
}
#right li.noBottom {
	border-bottom: none;
}

/* FOOTER */
#footer {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 10px 0;
	color: #00AEEF;
	text-align: center;
}

/* LEGACY OVERWRITE STYLES */
#makeBlue u {
	text-decoration: none;
}
.blueBG {
	background: #004E7E;
}
.cellBG {
	background: #fff;
}
.sectionTitle {

}
.title {
	background: #91D9F8;
}