@charset "ISO-8859-1";

body {
	padding: 0;
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 50px;
}

.line {
	height: 1px;
	width: 300px;
	background: #969696;
	margin: 0px;
	padding: 0px;
}

.main_table {
	
	border: 1px solid #929292;
	border-bottom: 2px solid #929292;
}

.form_table {
	padding: 5px;
}

.right_nav {
	padding: 20px;
}

.right_nav_btn {
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: auto;
	margin-left: 5px;
	padding-bottom:13px;
}

.main_copy{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #797979;
margin-top: -10px;
margin-bottom: 20px;
margin-left: 20px;
line-height: 130%
}
.main_copy2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
margin-top: -10px;
margin-bottom: 20px;
margin-left: 20px;
line-height: 130%;
border:1px dashed #eeeeee
}


.form_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #797979;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 100%
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a0a0a0;
	margin-top: 5px;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color: #97c93c;
	margin-top: 15px;
	margin-left: 20px;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333333;
 background: #e3e3e3;
 border: 1px solid #888888;
}

select { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333333;
 background-color: #e3e3e3; 
}

.submit input
{
margin-left: 0px;
color: #000000;
background: #e3e3e3;
border: 2px solid #95c83d
} 



		

		
	form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 10px;
	padding: 0;
	}



form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

.checky {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


form .label2 {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	display: block;
	margin:10px 0 0 10px;
	font-size: 10px;
	padding-left:10px;
	padding-right:50px;
}


.super{
margin-top:0px;
	font-size:11px;
	vertical-align: 20%;
}.red {
	color: #FF0000;
	font-size: 10px;
}
.form_copy_results{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:10px
}
textarea {
	background-color: #E3E3E3;
}
.seperator {
	background-image: url(seperator.gif);
	background-repeat: repeat-y;
	background-position: center;
	border:0px;
}
.featured_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 135%;
	padding-left: 10px;
	padding-right: 10px;
}
