@charset "UTF-8";
body {
	background-image: url(images/back.jpg);
	margin: 0px;
	padding: 0px;
	min-width: 950px;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #C4C5C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #666666;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
div { behavior: url(iepngfix.htc) 
}
#wrapper {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 116px;
	width: 950px;
}
#main {
	margin: 0px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	text-decoration: none;
	padding: 0px;
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-y;
	background-position: 223px top;
}
#leftnav {
	float: left;
	width: 223px;
	font-size: 0.9em;
	text-align: left;
	background-image: url(images/leftnav_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#contentbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	font-weight: normal;
	width: 630px;
	text-align: justify;
	font-size: 0.95em;
	margin-left: 255px;
	padding-top: 20px;
}

#clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
}
#footer {
	height: 86px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
