/* CSS Document */

* { margin:0px; }
body { background:url(images/page-bg.jpg) top center repeat-x; background-color:#020303; }

#wrap { width:750px; margin:0 auto;}
#head { background:url(images/header.jpg) top left no-repeat; height:201px;}
#footer { background:url(images/footer.jpg) top left no-repeat; height:150px; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#594c37; padding:0px 0px 0 0; }
#footertext { height:24px; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#fff; padding:95px 0px 0 0; float:bottom; }
#mid {
	background:url(images/midbg.jpg) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	text-align: center; 
	padding: 0px 60px 10px 60px;
}
a img {
	border: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#A02601;
	text-align: center; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#A02601;
	text-align: center; 
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#F65C00;
	text-align: center; 
}
div.letter {
	text-align: left; 
	padding:0 25px 0 25px;
	text-align:justify;
}
td.panel{
	background-image:url(images/panel-midbg.jpg);
	text-align: left; 
	padding:20px 25px 20px 25px;
	text-align:justify;
	width:570px;
}
.redtext{
	color:#A02601;
	font-weight:bold;
}
.reditalics{
	color:#A02601;
	font-weight:bold;
	font-style:italic;
	font-weight:bold;
}
.textbg { background-color:#FFFF00; }

/* ---------------------Form Mod-------------------------------- */

.newform  fieldset {
	border: 1px solid;
	width: 45%;
	float: left;
}

.newform  legend {
	color: #FFFFFF;
	font-weight: bold;
	background: #CCAA00;
	border: 1px solid;
	padding: 2px 6px
}

.newform  legend, .newform  fieldset {
	border-color: tan;
}

.newform label {
	width: 125px;
	float: left;
	text-align: right;
	padding: 0px 10px;
	height: 15px;
}

.newform  .input {
	width: 120px;
}

.newform  .inputfix {
	background: #FFFFFF;
	border-style: none;
	
}

.newform .check {
	float: left;
	background: #FFF;
	padding: 2px;
}

.newform  textarea , .newform .input {
	color: #000000;
	background: #FFDD88;
	border: 1px solid #AA9900
	
}

.newform  p
{
	background: none;
}

/* ---------------------End Form Mod-------------------------------- */
