@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #685F74;
	background-image: url(images/01bg.jpg);
	background-repeat: repeat-x;

}
p {
	text-align: left;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #006666;
	text-align: left;
}
h3, h4, h5, h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #007241;
	text-align: center;
}
a:link, a:visited, a:hover {
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #936;
}
a:hover {
	color: #F37D1C;
}
/* -- specific styles ------------------------*/
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #FFF;
	background-color: #D3DCEB;
	background-image: url(images/sidebar_bg.png);
	background-position: center 150px;
	background-repeat: repeat-x;
}
#header {
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(images/logo_png02.png);
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #007500;
	text-align: center;
}
#sidebar1 {
	float: left;
	width: 150px;
	margin: 0;
	padding: 15px 10px 15px 20px;
	font-size: 0.8em;
	background-color: #ECEBF0;
	background-image: url(images/sidebar_bg.png);
	background-position: top;
	background-repeat: repeat-x;

}
#sidebar2 {
	float: right;
	width: 160px;
	margin: 0;
	padding: 15px 10px 15px 20px;
	font-size: 0.8em;
	background-color: #ECEBF0;
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-x;

}
#mainContent {
	margin: 0 200px;
	padding: 0 10px;
}
#mainContent h1 {
	font-size: 1.3em;
	color: #008000;
	text-align: center;
}
#mainContent p {
	font-size: 0.9em;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #685F74;
	color: #000;
	background-image: url(images/01bgFooter.jpg);
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 0.7em;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#menu {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
#menu li {
	margin: 0 0 0.5em 0;
}
#menu a {
	display: block;
	font-size: 1em;
	color: #F37D1C;
	background: #FFF;
	width: 120px;
	padding: 0.1em 0.8em;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-color: #FEA800;
	color: #FFF;
}
#mainContent ul, li {
	font-size: .95em;
}
.green {
	font-style: normal;
	font-weight: bold;
	color: #008000;
}
.highlight {
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
.market {
	font-style: normal;
	font-weight: bold;
	color: #006666;
}
