@charset "utf-8";
body  {
	margin: 0;
	font: 100% Verdana, Arial;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.*/
	color: #000000;
	background-color: #FFFFFF;
}
.twocols #blankleft {
	background-color:#FFFFFF ; 
	float:left;
	height:auto;  
	width:2 px;
}
.twocols #blankright {
	background-color:#FFFFFF ; 
	float:right;
	height:auto; 
}
.twocols #frontpage {
	background-color:#FFFFFF; 
	float:left; 
}
.twocols #container {
	width: 800px; /* the auto margins center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twocols #header {
	padding: 0px 10px 5px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: absolute left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twocols h1 {
	margin: 0; /* zeroing the margin will avoid margin collapse */
	font: 200% Freestyle Script;
	padding: 2px;
}
.twocols h2 {
	margin: 0; /* zeroing the margin will avoid margin collapse */
	font: 175% Freestyle Script;
	padding: 1px;
}
.twocols #sidebar1 {
	float: left;
	width: 210px; /* since this element is floated, a width must be given */
	background-color: #FFFFFF; /* top and bottom padding create visual space */
	font: 150% Freestyle Script;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.twocols #sidebar1 h3, .twocols #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Sidebar List Definitions */
.twocols #sidebar1 ul { margin: 0;
     padding: 0;
	 list-style-type: none;
}
.twocols #sidebar1 ul a {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	color: #000000;
	text-decoration: none;
	background: #000000 url(images/rollover.gif) no-repeat left bottom;
	text-indent: 20px;
}
.twocols #sidebar1 li.first a {
	height: 40px;
	line-height: 40px;
}
.twocols #sidebar1 li {
	display: inline: /* KLUDGE: Removes large gaps if IE/WIN */
}
.twocols #sidebar1 a:hover, .selected a {
	background-position: right bottom;
	color: #333333;
}
.twocols #mainContent {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 230px;
} 
.twocols #mainContent li {
	padding: 0px;
	list-style-type: square;
}
.twocols #footer {
	padding: 10px 10px;
	background-color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twocols #footer2 {
	padding: 10px 10px;
	background-color:#000000;
} 
.twocols #footer p {
	margin: 0; /* zeroing the margins will avoid the possibility of margin collapse */
	padding: 10px 0; 
}
/* Miscellaneous classes for reuse */
.floatright { 
	float: right;
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
