@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #E6E3E3;
}

#wrapper {
	width: 800px;
	background: #E6E3E3;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	background: #E6E3E3;
}
#mainContent {
	background: #E6E3E3;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 550px;
	float: right;
	padding-left: 10px;
	border-color: #EEEADF;
}
#sidebar {
	background: #E6E3E3;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 600px;
}
#footer {
	background: #E6E3E3;
	margin: 0px;
	padding: 0px;
	height: 50px;
	clear: both;
}
h1_00 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	color: #7f5555;/*#653232;/*burgundy*/
	font-weight: normal;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #a33303;/*#653232;/*burgundy*/
	font-weight: bold;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #858484;/*grey*/
}
h0 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: 19px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #858484;
	line-height: 19px;
}
a:link {
	color: #a33303;/*blue*/
	text-decoration: none;
}
a:visited {/*mainTextColor*/
	text-decoration: none;
	color: #a33303;/*oranage*/
}
a:hover {
	text-decoration: none;
	color: #bbbaba;
}
a:active {
	text-decoration: none;
	color: #5cb6dc;/*blue*/
}