
/* wrapper and area classes for overall layout */
body{
text-align: left;
	font-family: Arial !important;
}
#wrapper{
border: 0px solid black;
width: 6.25in;
background: url(site_images/spacer.gif) repeat 0px 0px;
text-align: left;
margin: 10px;
}
#wrapper-top{
	text-align: left !important;
	background: none !important;
}
#wrapper-bottom{
background: url(site_images/spacer.gif) repeat 0px 0px;
}
#utility{
	display: none;
}
#sidebar-left{
	display: none;
	}
#sidebar-right{
	display: none;
	}
#bodybottom{
	display: none;
}

/* END wrapper and area classes for overall layout */

p,li,a{
	font-family: Arial !important; 
	font-size: 10pt !important; 
	color: #000000 !important;
	text-align: left !important;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left !important;
}


/* NAVIGATION */
#nav-primary{
	display: none !important;
}	
#nav-secondary{
	display: none !important;
	width: 0px;
}	

#content {
	width: auto;
	float: none; 
}
.clear{
	clear: both;
}
.standard-form{ 
	text-align: left !important;
	width: 500px !important;
	margin-left: 0px;
	border: 2px solid #000000 !important;	
	}

.standard-form-column1{
float: none !important;
display: inline !important;
	width: 200px;
	text-align: right !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	border: 0px solid #ff0000;
	list-style-type: none !important;
	vertical-align: top !important;
	}
.standard-form-column2{
float: none !important;
display: inline !important;
	width: 250px;
	text-align: left !important;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 0px solid #ff0000;
	list-style-type: none;
	vertical-align: top !important;
	}
