@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-color: #D5D2B9;
	margin: 0px;
	
}
#toplogo {
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 63px;
	color: #FFFFFF;
}
#toplevelnav {
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 18px;
	color: #222222;
	padding-top: 15px;
	text-align: center;
}
#toplevelnav a {
	color: #990000;
	text-decoration: none;
}
#toplevelnav a:hover {
	color: #222;
	text-decoration: underline;
}
#subheaderwrap {
	background-image: url(images/topheader-bg.png);
	height: 190px;
	width: 962px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	
}
#subheadercontent {
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	}
#maincontentwrap {
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftcontent {
	float: left;
	width: 645px;
	height: 100%
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	background-position: left top;
	text-indent: 20px;
	position: relative;
	line-height: 20px;
}
#rightcontent {
	float: right;
	width: 317px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	background-position: right top;
	text-align: center;
	line-height: 20px;
}
#footer {
	background-color: #DFDDD0;
	width: 953px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

 	 p { line-height: 20px; } 
