@charset "UTF-8";
/* CSS Document */


body
{
	width: 814px;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
}

	
	
#mainbody
{
	margin: 0;
	padding: 5px 30px 20px 30px;
	background-image: url(images/pageBG.jpg);
	background-repeat:repeat-y;
}


#menubar ul 
{
	clear: left;
	float: left;
	width:100%;
	list-style:none;
	padding:0;
	margin: 0px 0px 25px 0px;
}
#menubar ul li 
{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menubar ul li a 
{
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 8px;
	text-align:center;
	background:#c06;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	border-top: 1px solid #c06;
	border-left: 1px solid #c06;
	border-right: 1px solid #c06;
	border-bottom: 1px solid #c06;
}
#menubar ul li a:hover 
{
/*	background:#6676aa;
	color:#fff;*/
	text-decoration: underline;
}
#menubar ul li a.active:hover 
{
	text-decoration:none;
}
#menubar ul li a.active,
#menubar ul li a.active:hover 
{
	color:#c06;
	background:#fff;
	font-weight:bold;
	border-top: 1px solid #c06;
	border-left: 1px solid #c06;
	border-right: 1px solid #c06;
	border-bottom: 1px solid #c06;
}
#menubar ul li a.current,
#menubar ul li a.current:hover 
{
	color:#c06;
	background:#FFF;
	font-weight:bold;
}
#menubar ul li a.current:hover 
{
	text-decoration: underline;
}
#menubar ul li a.startnow,
#menubar ul li a.startnow:hover 
{
	color:#c06;
	background:#FF0;
	font-weight:bold;
}
#menubar ul li a.startnow:hover 
{
	text-decoration: underline;
}
#menubar ul li a span 
{
	display:block;
}

h1
{
	color:#c06;
	font-size: 34px;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2
{
	color: #6676aa;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
}
h3
{
	color:#6676aa;
}
p
{
	font-size: 16px;
}
.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}
.centertext
{
	text-align:center;
}
.purplecenter
{
	text-align:center;
	color: #c06;
}
#rightbox
{
	float:right;
	width:250px;
	border: solid 2px #c06;
	padding: 5px;
	margin: 0px;
}
#rightbox a:link, a:visited, a:hover
{
	color: #00f;
	text-decoration: underline;
}
#rightbox a:hover
{
	text-decoration: none;
}
#rightbox a:active
{
	color: #f00;
}
#footer
{
	text-align: center;
	font-size: 12px;
}
#syllabus ul 
{
}
#syllabus ul li 
{
	list-style: circle outside;
	display: list-item;
}
#syllabus h2
{
	margin-top: 40px;
}
.figureheading
{
	text-decoration:underline;
	font-weight:bold;
	text-align:center;
}
.box-table-a
{
	font-size: 16px;
	margin: 45px;
	width: 660px;
	text-align: left;
	border-collapse: collapse;
}
.box-table-a th
{
	font-size: 17px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
.box-table-b
{
	font-size: 16px;
	margin: 45px;
	width: 660px;
	text-align: left;
	border-collapse: collapse;
}
.box-table-b th
{
	font-size: 17px;
	font-weight: normal;
	padding: 8px;
	background: #c06;
	border-top: 4px solid #900;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table-b tr:hover td
{
	background: #d0dafd;
	color: #339;
}
.sales
{
	color: #900;
	text-align:center
}
.bul
{
	font-weight: bold;
	text-decoration:underline;
}
.salestext
{
	font-size:18px;
}
