@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	background-color:#e7e6e8;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

p {
	margin: 0;
}

a {
	color: #990000;
}

a:visited {
	color: #00539c;
}

a:hover {
	color: #00539c;
	background-color: #b7dff9;
}

#container {
	width: 945px;
	margin:0 auto;
	padding-top: 15px;
}


#borderinside {
	border: 1px solid #00539c;
	margin:5px;
}

#borderoutside {
	border: 2px solid #00539c;
	background-color:#FFFFFF;
}

#logoholder {
	padding-top:2px;
	padding-left:5px;
	float:left;
	width:184px;
}

#mainnav {
	float:right;
	width: 710px;
	padding-top:15px;
}

#navholder {
	height: 60px;
	background-image: url(images/bkg_top.gif);
	background-repeat:repeat-x;
}

#footer {
	font-size: 11px;
	padding-top: 5px;
	color: #7E93C5;
	clear:both;
}

#content {
	border-top: 5px solid #00539c;
	background-image: url(images/bkg_content.gif);
	background-repeat:repeat-y;
}

#header {
	text-align: left;
	height: 114px;
	background-image: url(images/bkg_header.gif);
	background-repeat:repeat-x;
}

#header h1 {
	margin: 0px;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 40px;
}

#header h2 {
	margin: -2px 0px 0px 0px;
	padding-left: 22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: normal;
	font-size: 18px;
}

#insideleft {
	padding: 40px 5px 20px 0px;
	width: 560px;
	float: left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#insideleft p {
	margin: 0px 0px 15px 0px;
}

#insideleft dt {
	color:#00539c;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

#insideleft dd {
	color:#00539c;
	margin: 0px 0px 15px 30px;
}


#insideleft h2 {
	color:#00539c;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
}

#insideleft h3 {
	color:#00539c;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#insideleft h4 {
	color:#999999;
	margin: 15px 0px 5px 0px;
	font-weight: normal;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


table.picture {
	border:0;
	margin-right:auto;
	margin-left:10px;
}

.caption {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 11px;
}

.footnote {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 11px;
}


#insideright {
	padding: 40px 5px 20px 30px;
	width: 221px;
	height: 283px;
	float: right;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	background-image: url(images/bkg_right_col.gif);
	background-repeat:repeat-x; 
}

#insideright h2 {
	color:#00539c;
	margin: 20px 5px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

#insideright li {
	margin: 0px 5px 0px -20px;
	font-weight: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#inside {
	margin-left: 50px;
}

.clearboth {
	clear:both;
	height:1px;
}

.floatright {
	float:right;
}

/* .relatelinks {  */
/* 	font:Arial, Helvetica, sans-serif;*/
/* 	font-size: 13px;*/
/* 	line-height: 25px;*/
/* }*/

table.markets {
	
}

table.markets td.images {
	background-color: #e2f3fe;
}

table.markets td.images:hover {
	background-color: #00539c;
}

table.markets td:hover {
	background-color: #e2f3fe;
	cursor: pointer; cursor: hand;
}

table.markets td.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;	
}

.marketstitle {
	color:#00539c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:left;
}

.marketsdescription {
	font-size:12px;
	text-align:left;
	line-height: 16px;
}

.learnmore {
	font-size:12px;
	color: #990000;
	text-align:right;
}

.newsdate {
	color: #990000;
}


table.news {

}

table.news td.items {
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	text-align:left;
}

table.news td.items:hover {
	background-color: #8ebce0;
	cursor: pointer;
	cursor: hand;
}

table.news td.underline {
	border-bottom: 1px solid #00539c;
}



