body {
	margin: 0px;
	padding: 0px;
	/*background: #F19A0C;*/
	/*background: #F9B712;*/
	background: #F8AC00;
	text-align: center;
}

body, p, html, table, td {
	font-family: verdana, geneva, arial, helvetica, sans-serif, tahoma;
	font-size: 12px;
	color: #FEDA9C;
}
#container {
	width: 750px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/*background-image: url(bg.gif);*/
	background-repeat: repeat-y;
	border: 2px solid #FEDA9C;
	background-color:#BB1525; /*#993333*/
} 
#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-color: #993333;
	height: 115px;
	margin: 0px;
}
#centercolumn {
	width: 529px;
	padding: 0px;
    float:left;
	border-right: 1px solid #FEDA9C;
}
#rightcolumn {
	right: 0px;
	width: 220px;
	margin-top: 1px;
	float: right;
}
#rightcolumn, #rightcolumn p { 
	font-size: 12px;
	line-height: 15px;
	word-spacing: 0px;
}
#footer {
	padding: 0px;
	height: 30px;
	background-color: #993333;
	clear: both;
	border-top: 2px solid #FEDA9C;
}
/*
ul {
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 15px;
}
li {
	line-height: 17px;
}
*/
.block {
	margin: 6px 6px 12px 6px;
	padding: 4px;
	border: 1px solid #FEDA9C;
	/*background-color: #857CAA;*/
}
.block a {
	font-weight: normal;
	text-decoration: underline;
}
.block a:hover {
	font-weight: normal;
	text-decoration: underline;
}
.block h3 {
	background: #993333;
	color: #FEDA9C;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #FEDA9C;
	font-size: 11px;
}
.block p {
	margin: 0px 0px 0px 0px;
}
.content {
	padding: 0px 11px 25px 10px;
	margin: 0px;
	/*height: 400px;*/
	/*overflow: auto;*/
}
.mailcontent {
	padding: 0px 11px 0px 15px;
	margin: 0px;
	height: 475px;
}
.content p, .mailcontent p {
	margin: 4px 2px 4px 2px;
    color: #FEDA9C;
	line-height: 15px;
}
.content img {
	border: 1px solid #FEDA9C;
	margin: 30px 0px 8px 0px;
}
form {
	margin-top: 15px;
	margin-left:5px;
	margin-bottom:0px;
}
.infobox {
	float:left;
	display: inline;
	width:250px;
	border: 0px dashed #FFF;
	margin: 6px 0px 0px 6px;
	padding: 0px;
}
.infobox2 {
	/*float:right;*/
	border: 1px dashed #FFF;
	margin: 3px 6px 6px 6px;
	padding: 6px;
}
H1 {
	font-size: 48px;
	font-family: Times New Roman;
	color: #FFF;
	margin-left: 55px;
	text-align: left;
	display: inline;
}
h2 {
	font-size: 14px;
	margin:0px;
	padding: 12px 0px 0px 2px;
	color: #FEDA9C;
}
h3 {
	font-size: 13px;
}
.entryfooter {
	color: #fff;
	font-family: verdana, geneva, arial, helvetica, sans-serif, tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 4px 4px;
	border-bottom: 1px solid #FEDA9C;
	clear: both;
}
.entryfooter img {
	border: 0px;
	margin: 0px;
}
.entryfooter a {
	text-decoration: none;
	font-weight: bold;
	color: #FEDA9C;
}
.entryfooter a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FEDA9C;
}
.bottomnav {
	padding-top: 15px;
	text-align: center;
}
.bottomnav a, .bottomnav a:hover {
	text-decoration: underline;
}
a {
 color: #FEDA9C;
}
.InputField {
	margin: 1px 0px 7px 0px;
	font-size: 12px;
}
.InputField2 {
	width: 100px;
}
.InputFieldBottom {
	margin: 1px 0px 15px 0px;
	font-size: 12px;
}
.CommentField {
	margin: 1px 0px 5px 0px;
	font-size: 12px;
	height: 105px;
}
.TextArea {
	margin: 8px 0px 0px 0px;
	font-size: 12px;
}

