/*********************/
/* BASIC */
/*********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
	font-size: 1em;
	color:#666666;
	line-height: 16px;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 10px;
	padding: 0px;
}


/*********************/
/* LAYOUT */
/*********************/

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;	
}

#main {
	padding: 3px 3px 0 6px;
	float: right;
	width: 760px;
}


#main p {
	line-height: 110%;
	}


#banner {
	background-image: url(../illuminataonline/fall_2006/images/rcrc_banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 760px;
	border-bottom: 0px solid #999999;
	margin-top: 0px;
	height: 90px;
}



/*********************/
/* BANNER STYLES */
/*********************/
#background {
	background-repeat: no-repeat;
	background-position: right top;
}



/*********************/
/* MAIN SECTION STYLES */
/*********************/
#main h1 {
	color: #000000;
	font: bold 20px Arial, Helvetica, sans-serif;
	line-height: 26px;
	margin-bottom: 30px;
	Text-Align: center
}
	
#main h2 {
	color: #0D5384;
	font: bold 20px Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin-bottom: 26px;
	Text-Align: center
}
	
	
#main h3 {
	color: #666666;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-top: 30px;
	margin-bottom: 0px;
	Text-Align: left
}


#main h4 {
	color: #666666;
	font: 1.0em Arial, Helvetica, sans-serif;
	font-style: normal
	line-height: 16px;
	margin-top: 10px;
	Text-Align: left
}
#main ul {
	font-size: 1em;
	list-style-type: square;
	width: 480px;
	margin: 18px;
	border: solid 1px #fdd041;
	border-top-width: 5px;
	padding: 10px;
	background-color: #fbef99
	
}


#main li {
	margin-bottom: 5px;
	margin-left: 1.5em;
	line-height: 110%;
	
	}




.topofpage {
	font-size: .8em;
	color:#000000;
	text-decoration: none;
	}
	


/*********************/
/* FORM STYLES */
/*********************/

#subForm {
	font-size: 0.8em;
	
}
#subForm .label {
	float: left;
	clear: left;
	width: 220px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

#subForm .labelcheck {
	float: left;
	clear: left;
	margin-right: 0px;
	text-align: center;
	font-weight: bold;
}

#subForm .labelradio {
	float: left;
	clear: left;
	margin-right: 0px;
	text-align: left;
	
}


input#submit {
	margin-left: 10px;
	background-color: #CBD893;
	margin-top: 30px;
	font: bold Arial, Helvetica, sans-serif;
}




input#firstname:focus,
input#email:focus,
input#phone:focus,
input#fax:focus
{
	background-color: #FDD041;
}

