/* Firefox Windows CSS Document */

/*Standard Divs*/
body{
	padding: 0px;
	margin: 0px;
	font-size : 12px;
	font-family : verdana, arial;
	color: #262626;
	background-color:#ADADAD;
	text-align:center;
}
a, a:link, a:visited, a:active{
	color:#460219;
	text-decoration:underline;
}
a:hover{
	color:#0000FF;
	text-decoration:underline;
}
/***Custom Divs***/
#bg{
	background-image: url(../images/static/main_background.jpg);
	background-position:center;	
	background-repeat:repeat-y;
}
#bodyCont{
	width:907px; 
	text-align:center;
	padding:0px;
}
#subheader{
	height:112px;
	width:907px;
}
#contentS{
	margin-top:0px;
	min-height:450px;
}
#leftSide{
	padding-top:10px;
	float:left;
	margin: 0 0 0 10px;
	width:150px;
}
#rightSide{
	margin:0 0 10px 175px;
	text-align:left;
}
#footer{
	background-image: url(../images/static/footer.jpg);
	background-position:center;	
	background-repeat:no-repeat;
	height:29px;
}
.purpbold10{
	font-size:10px;
	font-weight:bold; 
	color:#460219;
	padding-bottom:5px;
}
.purpbold12{
	font-size:12px;
	font-weight:bold; 
	color:#460219;
}
.submit{
	font-weight:bold; 
	color:#000000;
	border:thin;
	border-style:solid
}
#headertext{
	color: #460219;
	font-size:20px;
	margin-top:10px;
	text-decoration:underline;
}
#main{
	background-color:#FFFFFF;
	width:600px;
	padding:20px;
	border:thin;
	border-style:solid;
	min-height:400px;
}
.purpbold12 a, .purpbold12 a:link, .purpbold12 a:visited, .purpbold12 a:active .purpbold12 a:hover{
	text-decoration:none;
}
.purpbold10 a, .purpbold10 a:link, .purpbold10 a:visited, .purpbold10 a:active .purpbold10 a:hover{
	color:#000000;
	font-size:10px;
}
.error{
	text-align:center;
	color:#FF0000;
	vertical-align:top;
	font-size:10px;
	text-align:left;
}
.textbox1{
	width:150px;
}
.textbox2{
	width:305px;
}
.textbox3{
	width:150px;
}
.textbox4{
	width:50px;
}
.textbox5{
	width:96px;
}
.textbox6{
	width:150px;
	height:20px;
}
.pad2{
	padding-top:2px;
}