body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 20px 10px 0px;
}
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #E6E8ED;
}
a {
	color: #2D3954;
	font-size: 11px;
}
a:hover {
	color: #99CC00;
}
.err {
	color: #FF9900;
}
th {
	font-weight: bold;
	text-align: left;
}
#container { /* this is the main container ID */
  width: 100%; 
  max-width: 1000px; 
  min-width: 200px; 
}
#thick-col { 
  width: 70%; 
  float: right; /* switch this to left and below to right to change the column locations */
}
#full-col { 
  width: 100%; 
  float: left; /* switch this to left and below to right to change the column locations */
}
#thin-col {
  width: 25%; 
  float: left; /* switch this to right and above to left to change the column locations */
} 
.sidebarHeader {
	font:14px georgia;
	color: #233CDC;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	

.mainheader {
	color: #FF0000;
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}

.secondheader {
	color: #233CDC;
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.text1 {
	color: #233CDC;
	font:14px georgia;
	font-weight: bold;
}

