@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#page {
	width: 100%;
	display: table;
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main #container {
	width: 1009px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
.main #header {
	background-image: url(images/top.jpg);
	height: 138px;
	background-repeat: no-repeat;
	background-position: left;
} 
.main #leftcol {
	float: left; 
	width: 300px;

}
.main #rightcol {
	float: right;
	width: 179px;
	margin-right: 20px;
	margin-top: 10px;
}
.main #mainContent {
	margin-top: 15px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 315px;
	background-color: #eef6e1;
	padding: 0px;
} 
.main #footer {
	background-image: url(images/footer-bg.jpg);
	height: 160px;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #title {
	font-size: 16px;
	color: #666666;
	float: left;
	width: 450px;
	height: 30px;
	font-weight: bold;
	margin-top: 85px;
	padding-left: 320px;
}
.main #cart {
	float: right;
	height: 64px;
	margin-top: 48px;
	width: 150px;
	margin-right: 25px;
	font-size: 10px;
}
.carttext {
	padding-top: 15px;
	width: 84px;
}
.main #logo {
	height: 135px;
}
.main #menutop {
	background-image: url(images/menu-top.jpg);
	height: 54px;
	width: 261px;
	margin-left: 26px;
}
.main #menufooter {
	background-image: url(images/menu-footer.jpg);
	height: 26px;
	width: 261px;
	margin-left: 26px;
}
.copy {
	padding: 20px;
}a {
	color: #000;
	text-decoration: underline;
}
.menupad {
	padding-left: 20px;
}
#navcontainer {
	width: 261px;
	margin-left: 26px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
 }
#navlist {
padding: 0;
margin: 0;
width: 220px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
}
#navlist li a {
	text-decoration: none;
	color:#333333;
}
#navlist  a:link, .navlist2 a:visited {
	color: #333333;
}
#navlist a:hover {
	color: #999999;
	text-decoration: none;
}
.findacourse {
	background-image: url(images/find-a-course-bg.jpg);
	height: 300px;
	width: 450px;
	background-repeat: no-repeat;
	background-position: top;
}
.findawrap {
	font-weight: bold;
	color: #FFFFFF;

}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.findalink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.main #footerwrap {
	font-size: 12px;
	padding-top: 80px;
	text-align: center;
}
.sidefiller {
	background-image: url(images/side-filler.jpg);
	height: 348px;
	width: 271px;
	margin-left: 22px;
}
.sidefillerwrap {
	height: 300px;
	width: 217px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}form {
	margin: 0px;
	padding: 0px;
}
.button {
	cursor: pointer;
}
.inputcontact {
	width: 250px;
	border: 1px solid #01621d;
	height: 20px;
}
.textareacontact {
	width: 250px;
	border: 1px solid #01621d;
}
.coursestable {
	font-size: 11px;

}
.main #coursecontent {
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 315px;
	background-color: #eef6e1;
	padding: 0px;
} 
.coursesindent {
	padding-left: 15px;

}
.coursetabletitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #016414;
	height: 30px;
	font-size: 13px;
}
.coursebodycell {
	background-color: #E9F3EB;
	font-weight: bold;
}
.coursedatetitle {
	height: 40px;
	font-size: 13px;
	font-weight: bold;
}
.Cursor_Pointer
{
	cursor: pointer;
}
input.button
{
	cursor: pointer;
}
.MarginBottom
{
	margin-bottom:15px;
	}