@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	height: 101%;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background: #FFFFFF;
}
#footer {
	text-align: center;
	margin: 0px;
	padding: 25px;
	clear: both;
	width: 700px;
}
#footer, #footer a, #footer a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
	border-style: none;
}
#footer p {
	text-align: center;
}

#header {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0px;
	padding: 0px 15px;
	background: #FFFFFF;
}
#content {
	margin: 0px;
	width: 98%;
	z-index: 9000;
	padding: 15px 7px;
}

#content p {
	text-align: justify;
}
#content th {
	background: #CCCCCC;
}

#content th, #content td {
	border: 1px solid #CCCCCC;
}

#content ul li {
	list-style: disc url(/images/bullets/red_dot.gif) outside;
}
#course_nav {
	padding: 0px;
	margin: 0px auto;
	width: 660px;
	clear: both;
}
#course_nav a:link, #course_nav a:visited, #course_nav2 a:link, #course_nav2 a:visited {
	background: url(/images/bttns/red_glass_220a.gif);
	height: 70px;
	width: 220px;
	display: block;
	text-align: center;
	vertical-align: middle;
	float: left;
	color: #FDE700;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
}
#course_nav a:hover {
	color: #CC0000;
	background: url(/images/bttns/red_glass_220_dn.gif);
}
#course_nav2 {
	padding: 0px;
	margin: 0px auto;
	width: 500px;
}
#course_nav2 a:link, #course_nav2 a:visited {
	background: url(/images/bttns/red_glass_250.gif);
	height: 70px;
	width: 250px;
	display: block;
	text-align: center;
	vertical-align: middle;
	float: left;
	color: #FDE700;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
}
#course_nav2 a:hover {
	color: #CC0000;
	background: url(/images/bttns/red_glass_250_ovr.gif);
}

#r_sidebar {
	background: #F0F0F0;
	margin: 10px 0px 10px 15px;
	padding: 7px;
	float: right;
	font: .8em Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #999999;
	width: 130px;
}
#web_frm {
	clear: both;
}
#web_frm, #web_frm th, #web_frm td {
	border-style: none;
	text-align: left;
}

body {
	margin: 0px;
	padding: 0px;
	background: #990000 url(/images/bg/red-gold-bg-fade.gif) repeat-y center;
}
body, td, th {
	color: #000000;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	text-align: left;
}
h1 {
	font-size:2em;
	margin-top: 15px;
}  /* displayed at 24px */
h2 {
	font-size:1.5em;
	line-height: 40px;
	text-align: center;
	display: block;
	clear: both;
	height: 40px;
	width: 100%;
	background: url(/images/red-glass-bar_a.gif);
	color: #FDE700;
	margin: 9px auto;
	padding: 0px;
}  /* displayed at 18px */
h2, h2 a:link, h2 a:visited {
	color: #FDE700;
	text-decoration: none;
}
h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 a:active {
	color: #FF0000;
	text-decoration: none;
}
h3 {
	font-size:1.25em;
	background: url(/images/yellow-glass-bar_a.gif);
	display: block;
	height: 30px;
	width: 100%;
	text-align: center;
	clear: both;
	float: none;
	line-height: 30px;
	margin: 9px auto;
	padding: 0px;
}  /* displayed at 15px */
h4 {
	font-size:1em
}  /* displayed at 12px */
h5 {
	font-weight: normal;
	font-size: 1em;
}

dt {
	font-size: 1.1em;
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
	font-size: 1em;
}
th em {
	font-size: .8em;
	font-weight: normal;
}
.align_left {
	padding: 0px;
	border: 1px solid #666666;
	float: left;
	margin: 0px 11px 5px 0px;
}
.align_left_noborder {
	padding: 0px;
	float: left;
	margin: 0px 11px 5px 0px;
}

.align_right {
	background: right;
	padding: 0px;
	border: 1px solid #666666;
	float: right;
	margin: 0px 0px 5px 11px;
}
.align_right_noborder {
	background: right;
	padding: 0px;
	float: right;
	margin: 0px 0px 5px 11px;
}


.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #990000;
}
.frmRequired {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CC0000;
}

.sm_txt {
	font: 0.8em "Times New Roman", Times, serif;
}

.zbottom {
	z-index: -5000;
}
