@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ececec;
}
#wrapper {
	width: 950px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#top_navigation {
	height: 50px;
	width: 900px;
	background-image: url(../images/dropshadow_01.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#nav_gray {
	background-color: #999999;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 500px;
	height: 25px;
	width: 400px;
}
#logoheader {
	height: 25px;
	width: 870px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-image: url(../images/dropshadow_02.png);
	padding-right: 25px;
	background-repeat: no-repeat;
}
#image_area {
	width: 900px;
	background-image: url(../images/dropshadow_03.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#content {
	width: 900px;
	background-image: url(../images/dropshadow_03.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content ul   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#content ol   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#content  a:link {
	color: #333333;
	text-decoration: none;
}
#content  a:visited {
	color: #333333;
	text-decoration: none;
}
#content  a:hover {
	color: #0033CC;
	text-decoration: underline;
}
#content  a:active {
	color: #333333;
	text-decoration: none;
}
#footer {
	height: 10px;
	width: 850px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 50px;
	text-align: right;
	background-image: url(../images/dropshadow_04.png);
	background-repeat: no-repeat;
	float: left;
}
#footer  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.boldblack  {
	font-size: 107%;
	font-weight: bold;
	color: #121212;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.invisible {
	display: none;
}
