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

body {
	background-image:  url(imgs/mainIndexBg.gif);
	background-repeat: repeat-x;
	background-color: #ceceae;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.style2 {
	color: #FFFFFF
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-top:5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

a{
	color: #CECEAE;
	text-decoration:underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}

li {
	list-style: none;
	margin-left: -15px;
	color: #85724D;
}

li a {
	color: #85724D;
	font-size: 11px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: auto;
	padding: 0px;
	margin-left: -23px;
	float: none;
	clear: left;
	width: auto;
	vertical-align: sub;
}

.menu-hr {
	color:#999999;
	width: 60%;
	text-align: left;
	margin-left: -21px;
}
