/* Hides from IE-mac \*/

* html .clearfix{ height: 1%; }

/* End hide from IE-mac */

html, body{
	background: #f2f2f2 url(/images/pagebg.png) repeat-x 0 80px;
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%; /* needed for container min-height */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


hr {
	margin-top: 30px;
	margin-bottom: 20px;
}

.clearfix{ display: inline-block; }

.clearfix{ display: block; }

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	text-align: left;
	width: 75%;
	background: #eee url(/images/maincolbg.png) repeat-x top;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}

#footer{position:absolute; clear: both; height: 70px; bottom:0; text-align: center; width:100%; /* stick to bottom */  }

#footer p {margin: 10px 10px; font-size: 75%; }

#header{ height: 80px; position: relative; width: 100%; background: url(/images/headerbg.png) repeat-x; margin-bottom: 0; }
#nav{margin-top: -30px; position: relative; height: 30px; width: 100%; background: url(/images/navbg.png) repeat-x; color:#fff;}
#nav a, #nav a:link, #nav a:visited, #nav a:hover { color:#fff; text-decoration: none; display:inline; font-weight: bold; }

#maincol{
	display: inline;
	float: right;
	position: relative;
	width: 100%;
	height:100%;
}

#maincol p { margin: 25px 10px 20px 10px; line-height: 125%; text-align: justify; }

#maincol h2 {
	margin: 25px 10px 20px 10px;
	line-height: 125%;
	text-align: left;
}
#maincol ul {
	text-align: left;
	margin-left: 50px;
}

#maincol ol { 
 	text-align: left;
	margin-left:50px;
 }

#maincol ul li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: disc;
}

#maincol ol li {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: decimal;
}

#maincol table td {
	padding: 4px;
}

#maincol fieldset { 
	width:90%;
	border:1px solid #727272;
	text-align: left;
	margin-left:30px;
	margin-right: 30px;
	padding: 10px;
}

#maincol label { 
	font-size: 70%;
	letter-spacing:1px;
	display:inline;
	float:left;
	margin:5px;
	color: #727272;
	padding:2px;
 }
 
 legend { 
	padding-left:5px; padding-right:5px;
	margin: 5px;
	margin-left:20px;
	font-variant: small-caps;
	letter-spacing:2px;   
 }
label input, label select { 
 letter-spacing: normal;
 }
