@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	min-height:100%;
	height:100%;
	background-color: #7988AF;
	font-family: Verdana, Geneva, sans-serif;
}

#topRow {
	position: relative;
	height: 68px;
	width: 100%;
	top: 0px;
	right: 0px;
	background-color: #7988AF;
	text-align: center;
}
#middleRow {
	position: relative;
	height: 262px;
	width: 100%;
	top: 0px;
	right: 0px;
	background-color: #022066;
	text-align: center;
	z-index: 99;
}
#middleRow #navBar {
	background-color: #A2041B;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
	position: absolute;
	top: 232px;
	left: 0px;
}
#middleRow #mouseBack {
	background-color: #A2041B;
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}
#centered {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #022066;
	position: relative;
}
#titleTextDiv {
	font-size: 23px;
	color: #FFF;
	margin: 0px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topRow #centered #rightLinks {
	position: absolute;
	left: 670px;
	top: 2px;
	color: #C36B79;
	font-size: 12px;
	margin: 0px;
}
a.topLinks {
	color: #FFF;
	text-decoration:none;
	}

a.topLinks:hover{
	color: #A3051B;
}
#bottomRow {
	position: relative;
	width: 100%;
	top: 0px;
	right: 0px;
	background-color: #7988AF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:auto;
}

#bottomRow #center {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	background-image: url(images/images/bg.jpg);
}

	
#bottomRow #center #leftCol {
	height: 100%;
	width: 190px;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	float: left;
}
#bottomRow #center #rightCol {
	right: 0px;
	top: 0px;
	width: 520px;
	padding: 5px;
	margin-left: 230px;
}
#quickLinks {
	position: relative;
	width: 200px;
	top: 5px;
	right: 5px;
	float: right;
	margin-bottom: 10px;
	margin-left: 13px;
}
#bottomRow #center #leftCol ul li a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #A3051B;
	font-weight: bold;
}
#bottomRow #center #leftCol #marketBarometer ul li {
	padding-bottom: 10px;
}
.ulHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #CCC;
	padding: 3px;
}


#whiteText {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-color: #A3051B;
	border: 1px solid #FFF;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 120px;
}

#bottomRow #center #rightCol #quickLinks table tr td a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#bottomRow #center #rightCol #quickLinks table tr td a:hover {
	color: #A3051B;
}
#bottomRow #center #rightCol #quickLinks #quickLinkText {
	background-color: #7988AF;
	height: 120px;
	width: 92%;
	margin: 0px;
	border: 1px solid #000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	color: #FFF;
}
.mainText {
	font-size: small;
}
.title2 {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
.wht {
	font-size: 10px;
	background-color: #CCC;
}
.blk {
	font-size: 10px;
	background-color: #EBEBEB;
}
.whlarge {
	font-size: 11px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-right-width: 00px;
	border-left-width: 0px;
	border-bottom-style: solid;
}
#bottomRow #center #leftCol #marketBarometer table {
	border: 1px solid #000;
}



.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #022066;
	padding: 2px;
	width: 180px;
}
#bottomRow #center #rightCol ul li {
	padding-bottom: 10px;
}

#copyrightDiv {
	background-color: #A3051B;
	width: 100%;
	clear: both;
	color: #FFF;
	padding: 3px;
	font-size: 9px;
	text-align: center;
}
#copyrightDiv a{
	color: #FFF;	
}
.navigationHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #022066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding: 4px;
	margin-bottom: 0px;
	margin-top: 18px;
}
#leftQuickLinks {
	background-color: #FFF;
	padding-bottom: 8px;
	padding-right: 0px;
	margin-right: 22px;
}
#bottomRow #center #leftCol #leftQuickLinks ul {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#bottomRow #center #leftCol #leftQuickLinks li {
	list-style: none;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: -5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#bottomRow #center #leftCol #leftQuickLinks li a {
	display: block;
	text-decoration: none;
	color: #A3051B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
}
#bottomRow #center #leftCol #leftQuickLinks li a:hover {
	color: #000;
}
#bottomRow #center #leftCol #leftQuickLinks #navigation li a.selected {
	color: #022066;
}
