body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}

a {
	text-decoration: underline;
	color: #4D4D4D;
}

a:hover {
	text-decoration: underline;
}

body.index {
	background-image: url(images/index_background.jpg);
	background-repeat: repeat-x;
}

body.inside {
	background-image: url(images/Inside_background.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 999px;
	text-align: left;
}

#masthead_index {
	background-image: url(images/index_header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: inherit;
	position: relative;
}

#masthead_inside {
	background-image: url(images/Inside_header.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: inherit;
	position: relative;
}

#masthead_inside .title {
	position: absolute;
	width: 979px;
	top: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	padding-right: 20px;
	text-align: right;
}

#marquee_index {
	background-image: url(images/index_marquee.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: inherit;
	position: relative;
}

#marquee_index #MooFlow {
	cursor: pointer;
	position: absolute;
	width: 610px;
	z-index: 1;
	top: -35px;
}

/***Start: Inside Top Menu*/
#topmenu {
	text-align: center;
}

#topmenu ul {
	padding: 0px;
	margin: 0px;
	margin-top: 17px;
	margin-bottom: 7px;
}

#topmenu ul li, #topmenu ul li.selected {
	list-style-type: none;
	display: inline;
	padding: 10px;
}

#topmenu ul li.selected {
	background-color: #CECF96;
	color: #FFFFFF;
}

#topmenu ul li.divider {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #953D0D;
}

#topmenu ul li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #953D0D;
	text-transform: lowercase;
}

#topmenu ul li.selected a {
	color: #FFFFFF;
}

#topmenu ul li a:hover {
	text-decoration: none;
}
/***End: Inside Top Menu*/

/***Start: Body Styles*/
#body_inside {
	background-image: url(images/Courses.jpg);
	background-repeat: no-repeat;
	min-height: 402px;
}

#leftpanel {
	float: left;
	min-height: 200px;
	width: 260px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
	/*color: #747651;*/
	coor: #000;
}

#leftpanel span.title {
	font-size: 16px;
	font-weight: bold;
}

#leftpanel .textbut {
	border: 2px solid #B8BA8B;
	padding: 2px;
	width: 230px;
}

#mainpanel {
	float: left;
	min-height: 200px;
	width: 630px;
	margin-left: 40px;
	margin-top: 45px;
	text-align: left;
}

#mainpanel span.coursetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: normal;
	color: #8C2709;
	text-align: left;
}

#mainpanel span.courseblurb {
	line-height: 20px;
	text-align: justify;
}

#mainpanel a.courselink {
	color: #8C2709;
	text-decoration: underline;
}

#mainpanel hr.coursedivider {
	border-top: 1px dashed #4D4D4D;
	border-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/***End: Body Styles*/

/***Start: Index Footer*/
body.index #footer {
	background-image: url(images/index_footerbg.jpg);
	background-repeat: repeat-x;
	height: 235px;
	width: inherit;
	padding-top: 20px;
	text-align: center;
	z-index: 1000;
}

body.index #footer ul {
	margin: 0px;
	padding: 0px;
}

body.index #footer ul li {
	display: inline;
	list-style-type: none;
}

body.index #footer ul li.divider {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #953D0D;
}

body.index #footer ul li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #953D0D;
	text-transform: lowercase;
}

body.index #footer ul li a:hover {
	text-decoration: none;
}

body.index #footer div.copyright {
	margin-top: 20px;
	color: #6B4612;
}
/***End: Index Footer*/

.inside_footer {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #6B4612;
}