body {
	background: #333;
	color: #666;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;	
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover, a:active {
	color: #900;
	text-decoration: underline;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

img {
	border: 0;
}

ul li {
	margin-top: 1em;
}

table td {
	padding: 3px;
	margin: 0px;
}

.bold {
	font-weight: bold;
}

#pageWrapper {
	width: 755px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

#header {
	background-image: url("../images/bg_stripes_medium_cut.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 735px;
	height: 100px;
	position: absolute;
	top: 30px;
	text-align: center;
}

#logo {
	margin-left: 10px;
	float: left;	
}

#buttonBar {
	color: #999;
	float: right;
	margin-top:10px;
	margin-right: 10px;
	padding: 10px;
}

#buttonBar a:link, #buttonBar a:visited {
	color: #666;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#buttonBar a:hover, #buttonBar a:active {
	text-decoration: underline;	
}

#buttonBar a.active {
	font-weight: bold;
	text-decoration: none;
	color: #900;
}

#mainContent {
	background-color: #fff;
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.4em;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	position: static;
}

#markets {
	margin-top: 10px;
	float: left;
}

.marketItem {
	color: #900;
	font-size: .9em;
	float: left;
	width: 90px;
	border: solid 1px #eaeaea;
	text-align: center;
	padding: 2px;
	margin-right: 2px;
}

#textContainer {
	margin-top: 100px;
	width: 700px;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	position: relative;
	left: 2%;
}

#textLeft, #textCenter {
	text-align: left;
	width: 500px;
	float: left;
	padding: 10px;
}

#sideBar {
	text-align: left;
	width: 160px;
	float: right;
	padding: 10px;
	background-color: #f8f8f8;
	position: relative;
	z-index: 1000;
	visibility: visible;
	right: 3px;
	clip: rect(auto,auto,auto,auto);
	top: 1%;
}

#map a:link, #sideBar a:visited {
	color: #fff;
	text-decoration: underline;
}

#sideBar a:link, #sideBar a:visited {
	color: #000;
	text-decoration: underline;
}

#sideBar a:hover, #sideBar a:active {
	color: #6cf;
	text-decoration: underline;
}

#sideBar h2 {
	font-size: .9em;
	margin-top: 10px;
	text-align: left;
	clear: both;
}

#footer {
	background-color: #900;	
	color: #fff;
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 20px 10px 10px 10px;
	text-align: center;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	color: #ccc;
}

#footer a.active, #footer a:hover {
	font-weight: bold;
	color: #fff;
}

.tabhead {
	padding: 3px;
	font-size: 1.1em;
	background-color: #900;
	color: white;
}

.sideDiv {
	margin-top: 10px;
}

.infoTable td {
	padding: 5px;
}
.infoTable .left {
	text-align: right;
	font-size: .9em;
	color: #999;
}

#northWest {
	margin: 5px;
	float: left;
	width: 200px;
	padding: 5px;
}

#northWest h2 {
	background-color: #fcf;
	padding: 3px;
}

#northEast {
	margin: 5px;
	float: left;
	width: 200px;
	padding: 5px;
}

#northEast h2 {
	background-color: #cff;
	padding: 3px;
}

#southWest {
	clear: both;
	margin: 5px;
	float: left;
	width: 200px;
	padding: 5px;
}

#southWest h2 {
	background-color: #ffc;
	padding: 3px;
}

#southEast {
	margin: 5px;
	float: left;
	width: 200px;
	padding: 5px;
}

#southEast h2 {
	background-color: #ccf;
	padding: 3px;
}
