body {
	text-align : left;
	background : #fff;
	margin : 0;
	padding : 0;
}
#logo {
	display : block;
}
#central {
	margin-right : 0;
	margin-left : 0;
	position : absolute;
	width : 100%;
	text-align : left;
	background-image : none;
}
#top {
	display : none;
}
#navigation {
	display : none;
}
.float_clear {
	clear : both;
	height : 1px;
	overflow : hidden;
	margin-top : -1px;
}
#content {
	float : left;
	width : 100%;
	padding : 0;
	margin : 0;
	min-height : 100%;
}
#content_wrapper {
	float : left;
	width : 100%;
	margin : 0;
	padding : 0;
	overflow : visible;
	font : 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
#content p {
	font : 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color : #000;
	margin : 10px 0;
	padding : 0;
}
#content h1 {
	color : #000;
	text-transform : none;
	letter-spacing : 0;
	margin : 25px 0 0 0;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-weight : normal;
}
#content h2 {
	color : #000;
	text-transform : none;
	letter-spacing : 0;
	margin : 25px 0 0 0;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
}
#content h3 {
	color : #000;
	text-transform : none;
	letter-spacing : 0;
	margin : 25px 0 0 0;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
}
/* Fix for IE6 with regards to the headings not having space on each other */
/*\*/ * html #content h3 {
	margin-bottom:60px;
}
/* Fix for IE7 with regards to the headings not having space on each other */
*+html #content h3 {
	margin-bottom:60px;
}
#content ul, #content ol {
	font : 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color : #333;
	margin : 0;
	padding : 3px 0 10px 18px;
}
#content ol {
	padding : 3px 0 10px 25px;
}
#content ul li, #content ol li {
	padding-left : 10px;
	margin : 0;
	clear : both;
}
#content ol li {
	padding-left : 2px;
}
#content ul {
	list-style : square;
}
#content a:link, #content a:visited {
	color : #000;
	text-decoration : underline;
}
#content a:hover, #content a:active {
	color : #000;
	text-decoration : underline;
}
#content iframe {
	border : none;
}
.insertslrg iframe, .insertslrg embed, .insertslrg object {
	display : none;
	width : 1px;
	height : 1px;
}
.insertssml_right iframe, insertssml_right embed, .insertssml_right object {
	display : none;
	width : 1px;
	height : 1px;
}
.insertssml_left iframe, .insertssml_left embed, .insertssml_left object {
	display : none;
	width : 1px;
	height : 1px;
}
#content img {
	overflow : hidden;
	border : none;
}
.small_left {
	float : left;
	clear : both;
	margin : 5px 10px 5px 0;
	padding : 10px;
	width : 75px;
}
.small_right {
	float : right;
	clear : both;
	margin : 5px 0 5px 10px;
	padding : 10px;
	width : 75px;
}
.medium_left {
	float : left;
	clear : both;
	margin : 5px 10px 5px 0;
	padding : 10px;
	width : 175px;
}
.medium_right {
	float : right;
	clear : both;
	margin : 5px 0 5px 10px;
	padding : 10px;
	width : 175px;
}
.large_left {
	float : left;
	clear : both;
	margin : 5px 20px 5px 0;
	padding : 10px;
	width : 315px;
}
.large_right {
	float : right;
	clear : both;
	margin : 5px 0 5px 20px;
	padding : 10px;
	width : 315px;
}
#content .page_image {
	float : left;
	margin : 5px 0;
	padding : 0;
	width : 650px;
	border-width : 0;
	border-style : none;
}
#content .pdflink {
	padding-left : 17px;
	background-image : none;
	background-repeat : no-repeat;
}
#footer {
	width : 100%;
	height : 35px;
	float : left;
	overflow : hidden;
	margin : 0;
	padding : 0;
	text-align : left;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #000;
}
#footer p {
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	color : #888;
	padding : 0;
	margin : 5px;
}
#footer img {
	padding : 0;
	margin : 0 0 -10px 0;
}
#footer a:link, #footer a:visited {
	color : #000;
	text-decoration : underline;
}
#footer a:hover, #footer a:active {
	color : #000;
	text-decoration : underline;
}
