body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #231f20;
	line-height: 17px;
}

li{
	margin-left: -15px;
}
a:focus 
{
-moz-outline-style: none;
}
a { outline: transparent solid 0px; 
}
img {
	border: none;
}
.imgover {
}
a:link, a:active, a:visited {
	color: #C4183D;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #9D750B;
	text-decoration: underline;
	outline: none;
}
*/
.imgover{ /*class to call JS function for rollovers*/
}

 .clearbothdiv { /*hidden from view*/	
	clear: both;
} 
.rule {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	height: 1px;
	margin-right: 0px;
	margin-left: 0px;
}
.heading1 {
	color: #000000;
	font-size: 35px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
}

#maincontainer {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	border-top: 1px solid #000000;
	margin-top: 20px;
}
#contentArea {
	width:868px;
	margin: 0px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
#contentArea p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentArea ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentArea li{
	padding: 0px;
	margin-bottom: 6px;
}

.innerContainer {
	width: 860px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.innerLeft {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.innerRight {
	float: right;
	width: 640px;
}
