@import url(divlayoutstyles.css);
/* CSS Document */

body{
	font-family: 'trebuchet ms', Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 150%;
	line-height: 1.266;
	margin: 0px;
	padding: 0px;
	background-color: #666;
}
td {
	font-family: 'trebuchet ms', Arial, Verdana, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
 	font-family: 'trebuchet ms', Arial, Verdana, Helvetica, sans-serif;
}

h1{
	font-size: 250%;
	font-weight: bold;
	color: #9e260e;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 1;
}
#right_content h1, #right_content h2 {
	color: #9e260e;
}
h2{
	font-size: 130%;
	font-weight: bold;
	color: #9e260e;
	margin: 0px;
	margin-top: 1em;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: bold;
}

h3{
	font-size: 120%;
	margin: 0px;
	padding: 2px;
	margin-top: 5px;
	color: #9e260e;
	font-weight: bold;
}
h4{
 	font-size: 110%;
	color: #9e260e;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	margin-top: 5px;	
}

h5{
	font-size: 100%;
	color: #9e260e;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	margin-top: 5px;
}
h6 {
	font-size: 90%;
	color: #9e260e;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	margin-top: 5px; 
}
a, a:link, a:visited{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
ol, ol li {
list-style-type: decimal; 
}
ol ol li {
list-style-type: lower-alpha; 
}
ul {
	margin-left: 0px;
	margin-top:5px;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom: 5px;
}
li {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 20px;
	font-size: 100%;
	list-style-type: square;
}

/*** Don't remove the class nixhier, this is required for ASP ***/.nixhier {	display:none;}

input, option, select, textarea, value {
	font-size: 100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
form {
	margin-left: 0px;
	margin-top: 5px;
	font-size: 100%;
	width: 95%;
}
.required {
	color: #F00;
}
.field_title {
	font-size: 100%;
	vertical-align: top;
	text-align:left;
	font-weight: bold;
	color: #000;
}
.textfield {
	font-size: 90%;
	width: 200px;
}
.textarea {
	font-size: 90%;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 100%;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	color: #000;
	border: 1px solid #fff;
}
td .field_heading {
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	color: #000;
}
.select {
	font-size: 100%;
}
.checkbox_label {
	font-size: 100%;
	cursor: pointer;
}
.radio_label {
	font-size: 100%;
	cursor: pointer;
}
.email {
	font-size: 100%;
	width: 200px;
}
hr {
	color: #eeeeee;
	width: 70%;
	height: 1px;
}
p{
	padding-left: 3px;
}
label {

}
applet {
	border: 0px none #999999;
	margin: 0px;
	padding: 0px;
}
a img, img {
	border: 0px none #fff;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #c30;
}