@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #993300;
	margin-left: 100px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ContentArea {
width:880px;
height:auto;
background-color:#FFFFFF;
}
.header {
background-image:url(images/header_test.jpg);
background-repeat:no-repeat;
background-color:#FF33333;
width:880px;
height:212px;
}
.topmenubar {
background-color: #B6B6B6;
width:870px;
padding-right:10px;
margin-right:40px;
height:42px;
font-size:12px;
color:#FFFFFF;
}
.Menu {
width:220px;
padding:30px 40px 140px 10px;
}
.Content {
background-color:#FFFFFF;
width:580px;
padding:15px 10px 10px 10px;
height:auto;
}
.Footer {
background-color: #B6B6B6;
width:870px;
padding: 5px 5px 5px 5px;
height: 20px;
font-size:10px;
color:#FFFFFF;
}
.content_builder {
padding: 2px 2px 2px 2px;
background-color:#FFFFFF;
}

h1 {
font-size:32px;
color:#993333;
}
h2 {
font-size:24px;
color:#993333;
}
h3 {
font-size:18px;
color:#993333;
}
h4 {
font-size:14px;
color:#993333;
font-weight:600;
}
h5 {
font-size:12px;
font-weight:600;
color:#993333;
}
h6 {
font-size:10px;
font-weight:600;
color:#333333;
}
a:link {
	color: #993333;
	font-weight:bold;
}
a:visited {
	color: #FF0000;
	font-weight:bold;
}
a:hover {
	color: #ff0033;
	font-weight:bold;
}
a:active {
	color: #ff3333;
	font-weight:bold;
}
.style1 {color: #FFFFFF}
.fullfield2{
	width:350px;
	margin-left:20px;
}
.areafield2{
	width:350px;
	height:150px;
	margin-left:20px;
	overflow:auto;
}
