html
{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}

body, html, #container
{
	padding: 0px;
	min-height: 100%;
	height: 100%;
}

html>body, html>body #container 
{
	height: auto;
}

body
{
	position: relative;
	margin: 0px 0px 0 38px;
	padding: 0;
	font-size: 75%;
	color: #8F8F8F;
	background: #FFFFFF;
	min-width: 955px;
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #FF9A3A;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

p
{
	margin: 0 0 1.5em 0;
	line-height: 1.5;
}

b
{
	font-weight: normal;
	color: black;
}

/*********************************/
/** headings
/*********************************/

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 210%;
	font-weight: normal;
	margin: 0.7em 0 0.8em 0;
	color: #A999CA;
	width: 575px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.2;
	color: black;
	margin: 0;
}

h3
{
	font-size: 15px;
	font-weight: normal;
	color: black;
	margin: 0.25em 0 0.5em 0;
	line-height: 1.2;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	color: #6F6F6F;
	margin: 0 0 0 0;
	line-height: 1.2;
}
/*********************************/
/** misc stuff
/*********************************/

#container
{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

#minwidth
{
	position: relative;
	width: 955px;
}

#homelink
{
	position: absolute;
	right: 38px;
	top: 33px;
}

.clear
{
	clear:both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

#mainimage
{
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 1;
	background-color:white;
}

.wow
{
	font-size:115%;
	font-weight:normal;
}

/*********************************/
/** nav
/*********************************/
 
 #topnav
{
 	position: relative;
 	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 110px;
	width: 800px;
	margin-top: 33px;
	left:-38px;
	background-color:#A999CA;
 }
 
 #topnav ul
{
 	margin: 0;
	padding: 0;
 }
 
 #topnav li
{

 	display: block;
	list-style: none;
	float: left;
	height: 34px;
	width: 82px;
	padding: 0 0 0 14px;
	border-left: 1px solid #4D4D4D;
 }
 
 #mainnav
{
	 font-size: 15px;
 }
 
 
 #mainnav a
{
 	color: #ffffff;
	text-decoration: none;
 }
 
 #mainnav a:hover
{
 	color: #F49633;
 }
 
 #mainnav .mainnavactive a
{
 	color: #FF7129;
 }
 
 #subnav
{
 	position: absolute;
	bottom: 0px;
	margin-left:40px;
	color: #9f9f9f;
 }

#logo
{	

	width:290px;
	height:90px;
	background:transparent url('../images/logo.jpg') no-repeat top left;
	position:absolute;
	top:2px;
	left:-25px;
	z-index:2;
}

#logo div
{	
	position:absolute;
	bottom:0px;
	right:0px;
	color:black;
	font-size:15px;
	font-weight:bold;
}
 
 #subnav a
{
 	color: #ffffff;
 	text-decoration: none;
	font-size:16px;
	margin: 0 12px 0 0;
 }
 
 #subnav a:hover
{
 	color: #F49633;
 }
 
 #subnav .subnavactive a
{
 	color: #FF7129;
 }

 #subnav p
{
 	margin: 0;
 }
 
/****************************/
/** one column (regular)
/****************************/
 
 .onecol
{
 	position: relative;
 	width: 567px;
 }
 

 
/*********************************/
/** one column (wide)
/*********************************/

.onecolwide
{
 	position: relative;
 	width: 858px;
}
 
/*********************************/
/** two columns
/*********************************/
 
.twocol
{
 	position: relative;
 	width: 600px;
}

.twocol p
{
	text-align:left;
}
 
.twocol #subcoll
{

 	width: 273px;
	margin: 0 20px 0 0;
	float: left;
}

.twocol #subcoll p
{
	line-height:2em;
}
 
.twocol #subcolr
{
	padding-left:20px;
	border-left:1px solid gray;
 	width: 273px;
	margin: 0 0 0 0;
	float: left;
 }

.twocol #subcolr p
{
	line-height:2em;
}
 
/*********************************/
/** Class fees
/*********************************/
.extendedFees
{
	float:left;
	clear:both;
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid gray;
	width:400px;

}

table.fees
{
	position:relative;
	top:20px;
}
table.fees td
{

	padding:12px 0 0px 10px;
	width:800px;
}

#feespacer
{
padding:0 0 9.5em 0;
}

/*********************************/
/** Classes
/*********************************/
.classHeading
{
	color:blue;
	font-weight:bold;
	margin:0 0 0 0;
}

.classInfo
{
	width:auto;
	padding:0 0 1.5em 0;
	margin:0 0 0 0;
}

/*********************************/
/** Registration
/*********************************/
#registrationInfo
{
	line-height:1.6em;
	font-weight:bold;
	margin:15px 0 15px 0;
}

#registrationInfo span
{
	font-size:18px;
	font-weight:normal;
	color:#6F5F6F;
}

#registrationInfo span span
{
	font-size:125%;
	font-weight:normal;
}

#registrationDirections
{
	font-size:15px;
	margin:1em 0 2em 0;
	font-weight:normal;
}

#registrationScedule
{
	font-size:15px;
	margin:1.5em 0 1em 0;
	font-weight:normal;
}

#registratonDisclaimer
{
	margin:1.5em 0 2em 0;
	font-weight:normal;
	font-style:italic;
}

#registrationRules
{
	line-height:1.7em;
	padding:75px 0 15em 0;
}

/*********************************/
/** Footer
/*********************************/

 
 