body {
	font: 12px Trebuchet MS, Georgia, Times,serif;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_pat.gif);
}
a:link		{
	color: #0000ff; 
	font-weight: bold;
	text-decoration:none;
}
a:visited	{
	color: #CC3399; 
	font-weight: bold;
	text-decoration:none;	
}
a:hover	{
	color:#FF3399;
	text-decoration:none;
	font-weight: bold;
}
a:active	{
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
}
h1, h2 , h3 {
	color: #000066;
}

#header {
	border-top: 1px solid;
	border-bottom: 1px solid #000;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	padding: 0;
	height: 179px;
	border-color: #006600;
}
#wrapper {
	width: 750px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #006633;
	background-image: url(images/white_wrapper.gif);
	margin: 0 auto;
	overflow: hidden;
	border-top-color: #006633;
}
* html #wrapper {
  width: 750px; 
  w\idth: 750px;
}

/*********************************
The trickery above uses the Tan hack. 
See: "A Modified SBMH" on that page.
*********************************/
#content {
	margin: 0;
	padding: 20px;
	background-color: #FFFFFF;
}
#content li {
	margin-left: 35px;
}
#content p {
	margin: 0 30px 6px 30px;
	text-align: left;
/*	color: #060;*/
}
#contentpop		{
	margin: 0;
	background-color: #FFFFFF;
	clear: both;
	background: #FFF;
}
#navcontainer {
	margin-left : 15px;
}

#navcontainer ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

#navcontainer li {
	display : block;
	float : left;
	background-image: url(images/nav_back.gif);
}

#navcontainer li a {
	color : #FFFFFF;
	display : block;
	width : 100px;
	text-decoration : none;
	border-left : 1px solid #84979C;
	border-bottom : 1px solid #84979C;
	border-right : none;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}

#navcontainer ul li a:hover {
	color : #FFFF00;
	background-image: url(images/nav_back_hover.gif);
	font-weight: bold;
}

#navcontainer a:active	{
}

#specialborder {
   border-right : 1px solid #84979C;
}
#sand	{
	margin-left:100;
	margin-top:75;
}

#classes {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40em;
}
#smallpics {
	margin-left:2em;
	width: 50em;
}
fieldset	{
	border: #0099cc solid 1px;
	padding: 0px 0px 5px 0px;
	width: 610px;
}
legend	{
	border: #26a solid 1px;
	padding: 1px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFFF00;
	margin-left: 10px;
} 
.titles	{
	padding: 5px 0px 0px 15px;
}
.leftimage {
	float:left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
}
.rightimage {
	float:right;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
}
.centerimage {
	margin-left: 100px;
}
.product	{
	margin-left: 30px;
	margin-right: 5px;
}
.style1 {color: #0066FF}
.style2 {color: #FFCC00}
#popups {
	padding: 10px 10px 10px 10px;
}
#popups h2 {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-weight : bold;
	color : #000000;
	background-color : #FFFFFF;
	background : none;
	font-size: 14pt;
}
#popups h3 {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-size : 12pt;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
	background: #FFF;
	margin-left: 0px;
}
#popups p {
	font-family : Trebuchet MS, Georgia, Times,serif;
	font-size : 10pt;
	font-weight : normal;
	color : #000;
	background-color : #FFFFFF;
	line-height : normal;
}
.reglist	{
	list-style-type: none;
}
#cal_date	{
	margin-left: 20px;
	width:	180px;
	position:relative;
}
#cal_time	{
	margin-left: 201px;
	width:140px;
	position:relative;
	display: inline-table;
	float: none;
}
		
#calendarspace	{
	margin-left:40px;
}	
#classlist	{
	margin-left: 40px;
}
#footer {
	border-bottom: 1px solid;
	border-top: 1px solid;
	background: no-repeat;
	height: 90px;
	padding: 0;
	clear: both;
	background-image: url(images/footer.jpg);
	margin: 0;
	border-color: #006633;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
