@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	background-color: #333333;
}
#verytopnav {
	text-transform: uppercase;
	background-color: #F16E04;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#headerbg {
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	height: 130px;
	width: 100%;
	text-align: center;
}
#bodywrap {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F16E04;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #F16E04;
}
#bodywrapcontent {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 15px;
}
#verytopnav a {
	text-decoration: none;
	color: #FFFFFF;
}
#verytopnav a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
.mainbodyright {
	width: 250px;
	float: right;
	background-color: #FFFFCC;
	color: #333333;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

