* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FDB813;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FDB813;
	padding-bottom: 20px;
	padding-top: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #d69b11;
	padding-bottom: 5px;
}
#container {
	width: 910px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	height: 100px;

}
#topmenu {
	background-color: #FDB813;
	height: 30px;
	padding-left: 5px;
}
#topmenu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
	float: left;
	height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#topmenu a:hover {
	color: #FDB813;
	background-color: #000000;
}
#topContent {
	height: 250px;
	width: 900px;
	background-color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}
#topContentLeft {
	width: 420px;
	float: left;
	line-height: 18px;
	padding: 15px;
}
#topContentLeft p {
	color: #FFFFFF;
}
#topContentRight {
	width: 420px;
	float: right;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}
#ContentArea {
	height: 100%;
	background-image: url(images/contentarea_background.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	min-height: 465px;
}
#leftmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 350px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 5px;
}
#leftmenu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/button_up.gif);
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	color: #000000;
}
#leftmenu a:hover {
	background-image: url(images/button_down.gif);
}
#mainContent {
	height: 100%;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 190px;
}
#mainContent p {
	padding-bottom: 15px;
	line-height: 16px;
}
#mainContent_left {
	width: 230px;
	float: left;
	padding-right: 30px;
}
#mainContent_left img {
	border: 1px solid #000000;
	margin-top: 3px;
	margin-bottom: 15px;
}
#mainContent_right {
	width: 415px;
	float: right;
}
#mainContent_right a {
	color: #d69b11;
	text-decoration: none;
}
#mainContent_full {
	width: 675px;
	float: left;
	height: 100%;
}
#homepageContentbox {
	width: 175px;
	height: 175px;
	float: left;
	text-align: center;
	background-image: url(images/homepageContentbox_background.gif);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#homepageContentbox h2 {
	font-size: 14px;
	padding-bottom: 7px;
}
#homepageContentbox p {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}
#homepageContentbox a {
	color: #d69b11;
	text-decoration: none;
	float: right;
}
#homepageContentbox img {
	border: 1px solid #000000;
	margin-bottom: 7px;
}
#footer {
	background-color: #000000;
	height: 24px;
	padding-top: 6px;
	width: auto;
} 
#footer p {
	color: #FFFFFF;
}
.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;
}