@charset "UTF-8";
/* HTML tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #EAF1FB;
	margin: 0px;
	padding: 0;
	background-image: url(../new_images/bg.jpg);
	background-repeat: repeat-x;
}
p, ol, ul, li, .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a {
	color: #0066CC;
}

h1, .head1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
}
h2, .head2 {
	font-size: 13pt;
	font-weight: bold;
	margin: 30px 0 0 0;
}
h3, .head3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 30px 0 0 0;
}
h4, .head4 {
	font-size: 11pt;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.content{
	margin: 12px 0;
}

TD.cell_light {
	background-color: #ccffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height:14px; 
	color: #333333; 
	padding:2px 5px 2px 5px;
}

TD.cell_medium {
	background-color: #003366; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height:14px; 
	color: #FFFFFF; 
	padding:2px 5px 2px 5px;
}

TD.cell_dark {
	background-color: #003366; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	line-height:14px; 
	color: #FFFFFF; 
	padding:2px 5px 2px 5px;
}

TD.cell_white {background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height:14px; color: #000000; padding:2px 5px 2px 5px;}

TD.cell_black {background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height:14px; color: #FFFFFF; font-weight: bold; padding:2px 5px 2px 5px;}


/* Generic classes */
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/**/
#column_wrapper {
	background-image: url(../new_images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	overflow: visible;
}
/* nav at the very top of the page */
#utility {
	background-image: url(../new_images/bg_utility.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-color: #085C87;
	padding-top: 10px;
	padding-left: 35px;
	font-size: 11pt;
	color: #CCCCCC;
}
#utility p {
	font-size: 11pt;
	font-weight: lighter;
	color: #CCCCCC;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
/* logo/title and search */
#header {
	padding: 0 px;
	background-image: url(../new_images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 100px;
} 
#header h1 {
	display: none;
}
#header #search {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	width: 185px;
}
#header #search .textfield {
	height: 18px;
	width: 160px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	border-top: 1px solid #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#header #search input.form-submit {
	height: 20px;
	width: 17px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background-image: url(../new_images/search_btn.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
#IEroot #search input.form-submit {
	width: 17px;
	font-size: 0;
	color: #fff;
	text-align: right;
}
#IEroot #search input.form-submit {
	width: 17px;
	text-indent: 0;
}
/* member login and image or flash ticker at top of page */
#topNav {
	width: 775px;
	background-image: url(../new_images/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 45px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
}
#topNav  #topRight {
	float: right;
	width: 159px;
	color: #FFFFFF;
	height: 45px;
	padding: 0px;
}
#wrapper {
	width: 775px;
	margin: 0 auto;
	background-image: url(../new_images/bg_wrapper.jpg);
}

/* left column */
#left {
	width: 175px;
	float: left;
	background-image: url(../new_images/bg_left.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	overflow: visible;
}

#left a {
	text-decoration: none;
}
/* center column */
#center {
	width: 600px;
	float: left;
	background-image: url(../new_images/bg_center.jpg);
	background-repeat: no-repeat;
}
/* right column */
#right {
	width: 159px;
	float: left;
	background-image: url(../new_images/bg_right.jpg);
	background-repeat: no-repeat;
}
#right .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#ad {
	width: 120px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
}
/* Stuff at the bottom of the page */
#footer {
	color: #333333;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../new_images/bg_footer.jpg);
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer .content {
	text-align: right;
	padding: 10px;
}
.bgGray {
	background-image: url(../new_images/bg_grey.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.bgGray h2 {
	font-size: 16px;
	margin: 0px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 5px;
}
.bgOrange {
	background-image: url(../new_images/bg_orange.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.bgOrange h2 {
	font-size: 16px;
	margin: 0px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
}

