

/* common stuff*/

/* 	these 2 are a hack for minimum content box sizes 	*/
.prop {
height:0px;
}

body {
	font-family: arial, helvetica;
	color:#707072;
	margin:0px;
	padding:0px;
	font-size:13px;
	background-color:#FFFFFF;
	
}

.formfield
{
	border: 1px solid black;
	font-size: 11px;
	font-family: arial;
	margin-top:3px;
	color:black;
}


.formbutton
{
	font-size: 11px;
	color:White;
	font-family: arial;
	cursor:pointer;
	background-color:black;
}

ul
{
	margin:0;
	padding:0;
}

li
{
	margin:0;
	padding:0;
}


.mainblock h1
{
	font-size:28px;
	margin:0px 0px 25px 0px;
	font-weight:normal;
	color:white;
}

.mainblock h2
{
	font-size:24px;
	margin-bottom:15px;
	font-weight:normal;
}

.mainblock h3
{
	font-size:16px;	
	margin-bottom:10px;
	font-weight:normal;
}
	   
.bannerarea h2
{
	font-size:24px;
	margin-bottom:25px;
	font-weight:normal;
 	color:white;
}

#preview {
	background-color:white;
}

#enclosure ul {
	list-style:none;
	margin:0;
	padding:0;				
}

#enclosure ol {
	list-style: decimal;
	margin:5px 0px 10px 20px;
}

#preview ul {
	list-style:disc;
	margin:5px 0px 10px 20px;
}

#preview ol {
	list-style: decimal;
	margin:5px 0px 10px 20px;
}

#print ul {
	list-style:disc;
	margin:5px 0px 10px 20px;
}

#print ol {
	list-style: decimal;
	margin:5px 0px 10px 20px;
}


/* ******************************** */

/* main site layout code */

#enclosure {
	width:90%;
}

#headerblock {
	display:none;
}

#breadcrumbs {
	display:none
}

#logo {
	display:none
}

#search {
	display:none;
}

#topnav {
	display:none;
}

#mainblocktop {
	display:none;
}

#topleftnav {
	display:none;
}

.topleftnav {
	display:none;
}

#leftblock{
	display:none;
}

#subnavblock {
	display:none;
}
  
.leftblock{
	display:none;
}

#ctl00_lowerblock_MainControl_leftblock
{
	display:none;
}



.linkbox
{
	display:none;
}

#footerblock {
	display:none;

}

/* ******************************** */

/* 	stuff for forms without tables 
	width is put in inline to make this re-usable	*/

div.row {
  	margin-bottom: 2px;
  	height:20px;
}

div.row span.label {
	font-weight:bold;
	font-size:11px;
  	float: left;
  	text-align: left;
}

div.row span.form {
  	float: right;
  	text-align: left;
} 


/* ********************************* */
/* misc useful stuff */

.bold {
	font-weight:bold;
}
