/* Overall styles */

html, body{ 
	margin:0; 
	padding:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
} 
 
.hidden, .noprint {
	display: none;
}

/* Main page containers */
 
#pagewidth{ 
	width: 100%; 
	text-align:left;
	margin: 10px;
	background-image: none;
	border: none;
}

#maincolborders {
	background-image: none;
}

.clr{clear:both;}

/* Page header */


/* Top navigation bar */

#leftcol {
	display: none;
}
 
/* Main page content */

#contenttable {
	background-image: none;
}

#maincol { 
	background-color: #FFF;  
	font-size: 10pt;
	line-height: 150%;
	padding: 5px;
	border: none;
	width: 100%;
	margin-left: 0;
}


/* Left hand navigation column */

.leftcol {
	display: none;
}

/* Page footer */

#footer, #footer_right {
	display: none;
} 

/* Form styles */

textarea {
	width: 95%;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #999999;
}
.fullwidth {
	width: 95%;
}
.checkbox {
	border: 0px none;
}

legend {
	color: #0A1237;
	font-size: 120%;
	font-weight: bold;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em;
}
.form_not_valid {
	color: red;
	font-weight: bold;
}

.yellow_button {
	font-size:13px; 
	border-width: 2px;
	border-color: #999999;
	border-style: outset;
	cursor: hand;
	color: #FFF;
}

/* Header styles */

h1 {
	font-size: 14pt;
	margin: 0.25em 0;
	padding: 0.25em 0;
	font-family: arial;
	color: #000;
}

h2 {
	font-size: 12pt;
	margin: 0.5em 0;
	padding: 0;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.textonlyheader, .textonly  {
	display: none;
}
