body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #800000;
	font-size: small;
}
img {
	border: 0px;
}
div.boxlt {
   float: left;
}
div.boxrt {
   float: right;
}
.right {
	text-align: right;
	display: block;
}
.left {
	text-align: left;
	display: block;
}
.center-align {
	text-align: center;
}
span.right, div.right {
	text-align: right;
	float: right;
	padding-right: 4px;
}
span.left, div.left {
	text-align: left;
	float: left;
	padding-left: 4px;
}
a:link {
	color: #E47207;
	text-decoration: none;
}
a:visited {
	color: #E47207;
	text-decoration: none;
}
a:hover {
	color: #E47207;
	text-decoration: underline;
}
link.visited {
	color: #E47207;
	text-decoration: none;
}
.link-main {
	font-size: 11px;
	font-weight: bold;
	color: #E47207;
	text-decoration: none;
}
.HeadLine {
	height: 1em;
	margin: 10px auto 0px;
	padding: 3px;
	font-size: 1em;
	background-image: url(../layout_img/bg.gif);
	color: white;
}
.dark-green {
	background-color: #360;
	color: #fff;
	text-align:	center;
}
.green {
	background-color: #3c3;
	text-align:	center;
}
.grey {
	background-color: #DDD;
	text-align:	center;
}
.blue {
	background-color: #09F;
	text-align:	center;
}
.white {
	background-color: #FFE;
	text-align:	center;
}
.gold {
	background-color: #FF6;
	text-align:	center;
}
.red {
	background-color: #F9C;
	text-align:	center;
}
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	margin-left: 7.5em;
}
fieldset {
	margin: 0px 0px 5px 10px;
	clear: left;
	float: left;
	width: 39em;
	padding: 0.5em 0em 0.5em 0.5em;
}
legend {
	border: 1px solid #781351;
	padding: 2px 6px;
	margin-top: 0.5em;
}
#pageContainer {
	margin: 0px auto 15px;
	background-color: #FFF;
	border-width: thin;
	border-style: none solid;
	border-color: #CCC;
	width: 760px;
}
#header {
	margin: 0px auto;
	width: 760px;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #448CCB;
	border-width: thin;
	border-style: solid none;
	border-color: #B8B800;
}
#header a, #header a:link {
	color: #000;
	padding-right: 6px;
	margin-right: 6px;
}
#sidebar {
	margin: 5px 5px 10px;
	padding: 0px 5px;
	width: 170px;
	height: 700px;
	float: left;
	background-color: #CCC;
}
.main {
   float: left;
   width: 540px;
}
.coursemain {
	margin: 0px 5px;
}
.directions {
	width: 350px;
	display: block;
}
.courselayout {
	float: right;
	width: 378px;
	height: 311px;
}
#coursenav {
	margin-top: -10px;
	width: 100%;
	float: right;
	background-color: #426208;
}

#coursenav ul { padding: 0; }
#coursenav ul li { display: inline; }

#coursenav ul
{
margin: 0;
padding: 0px 0px 2px;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .65em;
font-weight: bold;
}

#coursenav ul li a
{
padding: 0.2em 12px;
background-color: #426208;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #94B473;
}

#coursenav ul li a:hover
{
background-color: #7B9D25;
color: #FFFFFF;
}
#courselist {
	float: right;
}
#courselist li a:hover, #courselist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #CC3333;
text-align: right;
text-transform: uppercase;
}
.description {
	font-family: Lucida Calligraphy, Lucida Handwriting;
}
#navcontainer ul
{
width: 760px;
display: block;
margin: 0px auto 10px auto;
padding: 0px;
list-style-type: none;
}
#navcontainer li { 
padding: 0px 20px 0px 0px;
display: inline; 
}
#navlist {
text-align: center;
border: 1px solid #FFCC66;
padding-bottom: 10px;
padding-top: 0px;
}
#navlist a, #navlist a:link, #navlist a:visited, navlist a:hover, #navlist a:active, #navlist a:focus{
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: .75em;
	text-decoration: none;
}
#footer {
	text-align: center;
	margin: 0px auto -10px;
	width: 760px;
	height: 45px;
	border-top: solid medium #666666;
	background-color: #FFF;
	clear: both;
}
#bottomcontainer {
	width: 560px;
	display: block;
	margin: auto;
}
#footer ul {
	margin: 0px auto 0px auto;
	list-style-type: none;
}
#footer li {
	padding: 0px 20px 0px 0px;
	display: inline; 
}
.clear {
	margin: 0px;
	clear: left;
	visibility: hidden;
}
.cleared {
	clear: both;
}