html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, sub, sup, b, u, i, center,
ol, ul, li, fieldset, form, label, legend, table, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: georgia, arial;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}

/* end reset */

body {
	text-align: center;
	background-color: #43492d;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url("/academy/img/bg.jpg");
	background-position: top center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	height: 182px;
	background-image: url("/academy/img/header/header_bg.jpg");
	background-repeat: no-repeat;
}

#nav {
	position: relative;
	float: left;
	width: 885px;	/* + 15 padding = 900 */
	height: 12px;
	padding-left: 8px;
	margin-top: 12px;
}

#nav li {
	list-style: none;
	position: relative;
	float: left;
}

#nav li.left {
	margin-right: 1px;
	margin-left: 1px;
}

#nav li.right {
	margin-right: 4px;
	margin-left: 4px;
}

#nav li.center {
	margin-right: 66px;
	margin-left: 66px;
}

#header_touts {
	position: relative;
	float: left;
	width: 900px;
	height: 80px;
	margin-top: 15px;
	color: #AB7628;
}

#header_touts .left_tout {
	position: relative;
	float: left;
	text-align: center;
	border-right: 1px solid #8a560e;
	height: 70px;
	width: 155px;
	padding-top: 10px;
}

#header_touts .center_hotbox {
	position: relative;
	float: left;
	height: 130px;
	width: 200px;
	margin-left: 200px;
	_margin-left: 175px; 
	cursor: pointer;
}

#header_touts #loginErr {
	margin-top: 8px;
	margin-right: 5px;
	height: 100px;
	width: 160px;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	color: #fadfb0;
	border: none;

}

#header_touts .right_tout {
	position: relative;
	float: right;
	border-left: 1px solid #8a560e;
	height: 80px;
	width: 145px;
	padding-left: 10px;
}

#header_touts .right_tout .enroll {
	margin-top: -5px;
	margin-bottom: -2px;
}

#header_touts .right_tout #UserLoginForm {
	position: relative;
	float: left;
}

#header_touts .right_tout #UserLoginForm a, #header_touts .right_tout #UserLoginForm input {
	position: relative;
	float: left;
}

#header_touts li {
	list-style: none;
	clear: both;
}

#header_touts li a:hover {
	color: #FFFFFF;
}

#login input {
	width: 131px;
	height: 14px;
	font-size:10px;
	color: #4b0701;
	background-color: #eacc8c;
	border: 1px solid #6c0b01;
	padding-top: 2px;
	padding-left: 5px;
	margin-top: 2px; 
}


#login .submit {
	width: 56px;
	height: 16px;
	font-size:10px;
	color: #ab7628;
	background-color: #520500;
	border: 0px solid #6c0b01;
	margin: 0px;
	margin-top: 2px;
	margin-left: 1px;
	padding: 0px;
	position: relative;
	float: left;
}

#login a {
	color: #ab7628;
	font-size: 10px;
	padding: 2px;
	margin: 0px;
	position: relative;
	float: left;
}

#login .forgot {
	padding-left: 4px;
	padding-top: 3px;
}

#login .forgot:hover {
	color: #FFFFFF;
}

#content {
	position: relative;
	float: left;
	width: 900px;
	background-image: url("/academy/img/content_bg.jpg");
	background-repeat: no-repeat;
	background-color: #7c813f; 
	min-height: 480px;
	_overflow: hidden;
}

#footer {
	position: relative;
	float: left;
	width: 900px;
	height: 75px;
	background-color: #380401;
	border-top: 6px solid #7c6428;
	text-align: center;
	color: #e9be5d;
	font-size: 13px;
	line-height: 20px;
	padding-top: 5px;
}

#footer .pipe {
	border-right: 1px solid #e9be5d;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	font-size: 9px;
}

a, a:visited {
	color: #561c0b;
}

.cake-sql-log {
	display: none;
}

.red {
	color: #561c0b;
}

.redBorder {
	border: 1px solid #520500;
}

.redLinks a {
	color: #561c0b;
}

.big {
	font-size: 40px;
	margin-right: -3px;
	line-height: 28px;
	*line-height: 34px;
}

.pointer {
	cursor: pointer;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.nounderline {
	text-decoration: none;
}

.underlineHover {
	text-decoration: none;
}

.underlineHover:hover {
	text-decoration: underline;
}

.noTopPadding {
	padding-top: 0px;
}

.lightpad {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.leftPad {
	margin-left: 10px;
}

.wide {
	width: 450px;
}

.clear {
	position: relative;
	float: left;
	clear:both;
}

.float {
	position: relative;
	float: left;
}

.yellow {
	background-color: #b5ab88;
}
.blackLinks a {
	color: #000000;
}

.standardLinks a, .standardLinks a:visited {
	color: #600500;
	text-decoration: underline;
}

.standardLinks a:hover {
	color: #960902;
	text-decoration: underline;
}	
