html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	width: 100%;
	background:gray;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
}


div#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding:0;
	width:792px;
	/*border: 1px solid #666;*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	height: 114px;
	border-bottom: 1px solid #fff;
}
#logo{
	position:absolute;
	margin: 0;
	left: 0;
	top: 0;
}
div#contentMain {
	position: static;
	padding:1em 1em 100px 0px; /* bottom padding for footer */
	margin: 10px 10px 0 240px;
	width: 500px;
	height:auto !important; /* real browsers */
	height:400px; /* IE6: treaded as min-height*/
	min-height:400px; /* real browsers */
	text-align: justify;
	font-size: 10pt;
	line-height: 14pt;
	/*float: right;*/
	/*border: 1px solid red;*/
}

div#footer {
	position:absolute;
	width:100%;
	height: 90px;
	bottom:0; /* stick to bottom */
	left: 0;
	clear: left;
}
#sponsorBar{
	position:relative;
	width: 792px;
	height: 63px;
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	left: 0;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
#sponsorBar img {
	border: 0;
}
.jCarouselLite{
	width: 790px;
	text-align: center;
}
.jCarouselLite ul{
	text-align: center;
	list-style:none;
}

.jCarouselLite li{
	text-align: center;
	width: 198px;
}
div.sponsorList div.sponsor{
	margin-top: 20px;
	border-bottom: 1px groove #666;
	padding-bottom: 20px;
}
	div.sponsor{
		text-align: right;
	}
	div.sponsor h4{
		font-size: larger;
		text-align: left;
	}
	div.sponsor img{
		float: right;
		border: 0;
	}
	div.sponsor p{
		text-align: justify;
	}
#messages{
	color: #f00;
	text-align: center;
	font-weight: bold;
}
#navigation { 
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 185px;
	min-height: 100%;
	float: left;
}
ul.menu{
	position:relative;
	text-align: left;	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 185px;
}
ul.menu li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 18pt;
	margin-left: 0;
	text-align: left;
}
ul.menu li a:link, ul.menu li a:visited, ul.menu li a:hover, ul.menu li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 180px;
	padding: 0px;
	color: #999;
	padding-left: 5px;
}
ul.menu li a:hover {
	text-decoration: underline;
	color: #999;
}

fieldset{
	border: 0;
	text-align: left;
}
fieldset br{
	clear: left;
}
fieldset.abstract{
	width: 480px;
}
	fieldset.abstract table.formtable{
		width: 460px;
	}
	fieldset.abstract table.formtable input{
		width: 100px;
	}
	fieldset.abstract table.formtable input.small{
		width: 30px;
	}
	fieldset.abstract table.formtable th{
		font-size: 9pt;
		text-align: center;
	}
	fieldset.abstract label{
		text-align: left;
		display: block;
		font-weight: bold;
	}
	fieldset.abstract select{
		margin-left: 50px;
		width: auto;
	}
label{
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 9pt;
	text-align: right;
	
}
select{
	width: auto;
}
select.small{
	width: auto;
	margin-left: 0;
}
input.small{
	width: 30px;
}
.checkbox{
	width: auto;
}
input, select{
	margin: 5px 0 0 0;
	width: 150px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
textarea{
	width: 400px;
	height: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
p.note{
	font-style: italic;
}
span.field, span.datefield{
	margin-top: 5px;
	display: block;
	color: #000;
}
div.requiredText{
	text-align: right;
	color: #000;
}
span.requiredSymbol{
	color: #000;
}
.button{
	width: auto;
}
span.description{
	clear: left;
	display: block;
	font-size: 8pt;
}