body {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #111;
	text-align: center;
	background-color: #f7f6f6;
}
a, a:link , a:visited, a:active {
	color: #333366;
	text-decoration: underline;
}	
a:hover  {
	color: #CC0000;
	text-decoration: none;
}
#wrap-all 
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	background-image: url(/images/v3/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
html>body #wrap-all {
	width: 1000px;
}

#topnav {
	color: #333333;
	width: 986px;
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #cccccc;
}
#topnav ul {
	margin-top: 4px;
	margin-bottom: 4px;
}
#topnav li {
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	list-style: none;
	display: inline;
}
#topnav a, #topnav a:link, #topnav a:active, #topnav a:visited {
	text-decoration: underline;
	color: #333333;
}
#topnav a:hover {
	text-decoration: none;
	color: #333333;
}

table.header
{
	width: 982px;
	margin: 0px;
	padding: 0px;
}
table.header td.logo
{	
	width: 240px;
	text-align: center;
	vertical-align: top;
}
table.header td.ad
{
	width: 742px;
}

#nav {
	width: 982px;
	margin: 0px;
	padding-top: 3px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2C2EA7;
}
#nav ul {
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}
#nav li{
	display: inline;
	margin: 0;
}
#nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	background-color: #2c2ea7;
}
#nav li a:visited{
	color: white;
}
#nav li a:hover, #nav li.selected a{
	background: #18184c; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#wrap {
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #444;
	background: transparent;
	clear: both;
}

#breadcrumb 
{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #555555;
}
#contentleft
{
	float: left;
	margin: 0px;
	width: 655px;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}



html>#contentleft {
	width: 655px;
} 
#contentright {
	padding-top: 0px;
	width: 300px;
	margin: 0px;
	float:right;
	padding-right: 15px;
}
#contentright h3 {
	color:#353365;
	font-size:14px;
	margin:0;
	padding:0;
}
#contentright-special {
	background-color: #f3f2fc;
	width: 283px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}
#content	
{
	float: left;
	margin: 0px;
	padding: 2px 0px 10px 20px;
	width: 800px;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
#contentfull
{
	float: left;
	margin: 0px;
	padding: 2px 0px 10px 20px;
	width: 1000px;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
#content-mid {
	float: left;
	width: 639px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}
#content-midfull {
	float: left;
	width: 800px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}

#newsletter-box {
	width: 285px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#newletter-subscribe {
	text-align: right;
	width: 250px;
}
.textinput {
	height: 20px;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 3px;
	width: 225px;
}

#sponsor-box {
	padding-top: 15px;

}
#sponsor-box img {
	height: 125px;
	width: 125px;
	padding-right: 15px;
	padding-bottom: 15px;
}

html>#contentright {
	width: 300px;
} 

/* -- footer -- */
#footer {
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 156px;
	clear: both;
	margin: 0px;
	color: #666666;
	background-image: url(../images/v3/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#footer ul {
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	}
#footer li 
{
	margin: 0px;
	padding: 0px;
	background: transparent;
	display: inline;
}


h1 {
	color:#5C5C5C;
	font-size:24px;
	margin-bottom:8px;
	margin-top:5px;
}
h2 {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 6px;	
}
h3 {
	color: #111111;
	font-size: 13px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
h1 span {
	color:#333333;
	font-size:0.65em;
}

/* Glossary */
div.GlossaryTerm
{
	font-size: 10pt;
	font-weight: bold;
	color: #666699;
	padding-bottom: 2px;
}
div.GlossaryDescription
{
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 14px;
}

a.NetworkLink, a.NetworkLink:active, a.NetworkLink:visited, a.NetworkLink:link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a.NetworkLink:hover
{
	color: #EEEEEE;
	text-decoration: none;
}

/* sub navigation */
#NavLeft {
	width: 150px;
	float: left;
}
#NavLeft ul {list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;}
#NavLeft li {
	border-bottom: 1px solid #ccc;
}
#NavLeft li a {color: #302c69;
	text-decoration: none;
	display: block;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;}
#NavLeft li a:hover {color: #302c69;
	text-decoration: none;
	background-color: #eee;
	display: block;
	}
#NavLeft li a.selected {color: #111111;
	text-decoration: none;
	font-weight: bold;
	background-color: #eeeeee;
	display: block;
}


#subnav {
    margin-bottom: 10px;
	width: 635px;
	padding: 0px;
	margin-left: 0px;
}
#subnav ul {
	background: #333;
	padding: 10px 0px 9px 4px;
	margin: 0px;
	border-top: 2px solid #111;
}
#subnav li {
	display: inline;
}
#subnav a {
	color: #eee;
	font-weight: bold;
	padding: 5px 4px 9px;
	text-decoration: none;
	background: #555;
}

#subnav a:hover, #subnav a.current {
	text-decoration: none;  
	color: #111;
	background: #fff;
}

#sidebar {
	float: right;
	text-align: left;
	padding-right: 15px;
}
#sidebarbig {
	float: right; 
	padding-right: 15px;
	text-align: left;
}
#sidebanner
{
	text-align: center;
	margin: 0px;
}

table.CarriersList
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.CarriersList caption {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 4px;
}
table.CarriersList td
{
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 6px;
	font-size: 8pt;
}
table.CarriersList td img
{
	border: 1px solid #cccccc;
}

table.Links {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.Links caption {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 3px;
}
table.Links td {
	width: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
}
table.Links td.site {
	width: 20%;
	padding-left: 2px;
}
