﻿

body
{
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


h1
{
	font-size:large;
	color:#000099;
}

h2
{
	font-size:larger;
	color:#003399;
}

h3
{
	font-size:larger;
	color:#003399;
}

#header
{
	
}

#header img
{
	border-style:none;
}

#allContent
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F0F8FF;
	color:#666666;
}
	
#topMenu
{
	/*float:left;*/
	width:100%;
	overflow:hidden;
	/*background:#F4F4F4;*/
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
}

#topMenu ul
{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	width:800px; /* 800px - 60px */
	overflow:hidden;
}

#topMenu li
{
	display:inline;
	margin:0;
	padding:0;
}

#topMenu a
{
	float:left;
	background:url("../images/tableftJ.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}

#topMenu a span
{
	float:left;
	display:block;
	background:url("../images/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
	font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topMenu a span {float:none;}
/* End IE5-Mac hack */
#topMenu a:hover span
{
	color:#FFF;
}

#topMenu a:hover
{
	background-position:0% -42px;
}

#topMenu a:hover span
{
	background-position:100% -42px;
}

#main
{
	/*background-image: url(../images/goodbackground.jpg);
	background-repeat:repeat-y;
	height:445px;
	*/
	padding: 20px 30px 0px 30px;
	margin: 0px;
	min-height:550px;
}

#footer
{
	text-align: center;
	font-size: 90%;
}

#topMenu a#selected1
{
	background-position:0% -42px;
	color:#FFF;
	 
}

#topMenu a span#selected2
{
	background-position:100% -42px;
	color:#FFF;
	 
}

ul 
{
	
}
ul li
{
	/*margin-top:0.5em;*/
	line-height: 1.5em;
	/*list-style-image: url(../images/bullet_blue.gif);*/
}

#Testimonials li
{
	margin-top:1.0em;
	/*line-height: 1.5em;*/
	/*list-style-image: url(../images/bullet_blue.gif);*/

}

.quote
{
	font-style:italic;
	font-weight:bold;
}


/*table#Courses*/
table.CourseList
{
	table-layout:fixed;
	border-collapse:collapse;
	font-size:11px;

}

table#Courses
{
	width:700px;
}


/*table#Courses th*/
table.CourseList th
{
	font-size:12px;
	color:#003399;
	background-color: #E6E8FA;
}

/*table#Courses tr*/
table tr
{
	vertical-align:top;
}

/*table#Courses td*/
table.CourseList td
{
	padding:10px;
}

/* alternate color for each row */

/*table#Courses tr.odd td*/
table tr.odd td
{
	background-color: #F8F8FF;
}

/*table#Courses tr.even td*/
table tr.even td
{
	background-color: #E6E8FA;
}


table#Courses col#colName
{
	width:140px;
	
}

table#Courses col#colDesc
{
	width:360px;
	
}

table#Courses col#colCost
{
	width:100px;
	
}

table#Courses col#colStarts
{
	width:100px;
}

.listprice
{
	text-decoration:line-through;
}

.saleprice
{
	/*color:#990000;*/
	color:#CA4D33;
	font-weight:bold;
}

.save
{
	color:#CA4D33;
}


table#Schedule
{
	width:750px;
}

table#Schedule col#colName
{
	width:140px;
	
}

table#Schedule col#colSection
{
	width:50px;
	
}

table#Schedule col#colDate
{
	width:180px;
	
}

table#Schedule col#colDays
{
	width:60px;
	
}

table#Schedule col#colTime
{
	width:140px;
	
}

table#Schedule col#colCost
{
	width:100px;
	
}

table#Schedule col#colRegister
{
	width:80px;
	
}

/* register.html */

.reqfield
{
	/*color:#990000;*/
	color:#CA4D33;
}
