body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	font-family: "Lucida Grande", Arial, sans-serif;
}
#links li.current {
	color: #26363D;
	background-image: url(../images/bg_current.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper {
	width: 780px;
}

#left {
	float: left;
	width: 200px;
}
#links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#links li {
	padding: 0px;
	background-image: url(../images/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}
#links li a {
	color: #525F65;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 175px;
	padding-left: 25px;
}

#links li a:hover {
	color: #26363D;
	background-color: #EEF3F7;
}
#right {
	float: left;
	width: 560px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#breadcrumbs {
	height: 29px;
	background-image: url(../images/bg_breadcrumbs.jpg);
	background-repeat: repeat-x;
	font-size: 0.7em;
	color: #6A1E1F;
}
#breadcrumbs img {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#breadcrumbs p {
	padding-top: 8px;
}

#breadcrumbs a {
	color: #6A1E1F;
}

#content {
	margin-top: 1px;
}

#content h1 {
	color: #26363D;
	font-size: 1.4em;
	font-weight: normal;
}

#content h2 {
	color: #FB9741;
	font-size: 1.1em;
	font-weight: normal;
}

#content p {
	font-size: 0.8em;
	color: #212121;
}
#content a {
	color: #525F65;
}
.img_left {
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.img_right {
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

#main_content_left, #main_content_right {
	float: left;
	padding: 10px;
	width: 260px;
}

#main_content_left ul, #main_content_right ul, #content ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main_content_left li, #main_content_right li, #content li {
	background-image: url(../images/bg_icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	font-size: 0.8em;
	color: #212121;
	padding-bottom: 5px;
	padding-left: 12px;
}
#main_content_left li a, #main_content_right li a, #content li a {
	color: #525F65;
	text-decoration: none;
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main_content_left li a:hover, #main_content_right li a:hover, #content li a:hover {
	color: #000000;
	text-decoration: none;
}
table.dataTable {
	font-size: 0.8em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
table.dataTable td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
table.dataTable th {
	font-size: 1.1em;
	text-align: left;
	background-color: #EFF3BF;
	color: #4C4D3C;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C4D3C;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C4D3C;
}

td.totalCredits {
	background-color: #EFF3BF;
	color: #4C4D3C;
	text-align: right;
	font-weight: bold;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	padding-left: 10px;
}
#footer p {
	font-size: 0.7em;
	color: #333333;
	line-height: 1.5em;
}
.clearfloats {
	clear: both;
}

