h1 {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	color: ff6600;
}
h2 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h4 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
h5 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff6600;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #menu {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	height: 54px;
	text-align: center;
}
#wrapper #menu #dropdown {
	padding-top: 10px;
}
#wrapper #menu #dropdown a:link {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
#wrapper #menu #dropdown a:hover {
	text-decoration: none;
}
#wrapper #menu #dropdown a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
#wrapper #content {


}
#wrapper #content #topper {
	height: 20px;
	background-image: url(images/body_top.png);
	background-repeat: no-repeat;
}
#wrapper #content #middle {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	float: left;
	width: 950px;
	padding-bottom: 10px;
}
#wrapper #content #middle #sidebar {
	float: left;
	width: 180px;
	margin-left: 15px;
}
#wrapper #sidebarR {
	float: right;
	width: 180px;
	margin-right: 15px;
}
#sidebar a:link {
	color: #ff6600;
	text-decoration: none;
}
#sidebar a:visited {
	color: #ff6600;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#sidebar li {
	font-size: .8em;
}
#wrapper #content #middle #page {
	float: left;
	width: 510px;
	margin-left: 25px;
}
#wrapper #content #bottom {
	background-image: url(images/body_bot.png);
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	width: 950px;
	font-size: 0.7em;
	color: #000000;
	text-align: center;
	padding-left: 100px;
}
#wrapper #content #bottom a:link {
	color: #000000;
	text-decoration: none;
}
#wrapper #content #bottom a:visited {
	color: #000000;
	text-decoration: none;
}
#wrapper #content #bottom a:hover {
	text-decoration: underline;
}
p {
	font-size: .9em;
}
p a:link {
	color: #ff6600;
	text-decoration: none;
}
p a:visited {
	color: #ff6600;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.tbl {
	border: 1px solid #ff6600;
	font-size: 0.9em;
	margin-right: auto;
	margin-left: auto;
}
.data_tbl_col {
	background-color: #FFDDC6;
	font-weight: bold;
}
.data_tbl_row {
	font-weight: bold;
	vertical-align: top;
}
.form_tbl_row {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.text_field_med {
	border: 1px solid #ff6600;
	width: 150px;
	background-color: #FFDDC6;
}
.text_field_lrg {
	border: 1px solid #ff6600;
	width: 350px;
	background-color: #FFDDC6;
}
.text_box_med {
	border: 1px solid #ff6600;
	width: 450px;
	height: 100px;
	background-color: #FFDDC6;
}
.text_box_lrg {
	border: 1px solid #ff6600;
	width: 450px;
	height: 150px;
	background-color: #FFDDC6;
}
.btn {
	border: 1px solid #ff6600;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
/* Menu Drop-downs */
#dropmenudiv {
	position:absolute;
	line-height:22px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#dropmenudiv a:link {
	width: 175px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #FFFFFF;
	border: 1px solid black;
	text-align: left;
}
#dropmenudiv a:visited {
	width: 175px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid black;
	text-align: left;

}
#dropmenudiv a:hover { /*hover background color*/
	color: #0d165b;
	text-decoration: underline;
}
#wrapper #content #middle #page #ads {
	float:none;
}
