@charset "utf-8";
/* CSS Document */

* {
	border:0;
	margin: 0;
	padding:0;
	color: #000;
	font: normal 13px Helvetica, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
}
body {
	background-attachment: scroll;
	background-image: url(../images/page_bg_img.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #3a7096;
	margin-top: 20px;
}


.oneColFixCtrHdr #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: #000; 
	padding: 0 10px 0 20px;  
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.oneColFixCtrHdr #header a {
	color: #fff;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:hover {
	color: #C14543;
	text-decoration: none;
}


.oneColFixCtrHdr #mainContent {
	padding: 20px; 
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; 
	background:#000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 10px;
	color: #FFF;
}

h2{
	text-transform: lowercase;
	text-align: left;
	letter-spacing: -2px;
	color: #F30;
	padding: 20px 0px;
	font-family: Georgia, 'Gill Sans', Palatino, serif;
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #C14543;
	text-decoration: underline;
}
a:hover {
	color: #C14543;
	text-decoration: none;
}


/* form test -------------------------------------------------------------------------------- */

.required{
	font-weight: bold;
	color: #F00;
}

.userInstructions{
	font-weight: bold;
	color: #0066CC;
	padding: 12px 2px 12px 2px;
}
label
{
	border: 0px solid #FF0000; 	
	text-align: right;
	padding: 2px;
	width:100px;
}

.button{
	margin-left: 5px;
	margin-right: 5px;
	height:22px;
	background-image:url(../images/navBlueBG.png);
	background-repeat:repeat-x;
	font-weight: bold;
	font-size: 12px;
	background-position: center center;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}
.buttonStyle{
/*	color: #000;
	background: #ffa20f;
	border: 2px outset #BF501A;
*/}
select {
	border: 1px solid #999;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

input{
	border: 1px solid #999;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	
}

fieldset{
	border: 0px solid #999;
	font-size: 12px;
	margin:10px;
	padding:5px;
	width: 500px;
	background-color: #E9E9E9;
}
textarea{
	border: 1px solid #999;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	
	}

legend{
	font-weight: bold;
	margin-left: 0px;
	border: 1px solid #cdcdcd;
	color: #F30;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #fff;	
}
/* form test -------------------------------------------------------------------------------- */

