/* General */
body {
	background-color: #FFFFFF;
	background-image: url(/layout/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	padding: 0px;
	font-weight: normal;
	font-size: 125%;
	color: #DC0004;
}
h2 {
	padding: 0px;
	font-weight: normal;
	font-size: 110%;
	color: #DC0004;
}
h3 {
	margin: 0px;
	background-image: url(/layout/h3-bg.gif);
	background-position: top right;
	color: #FFF;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 110%;
}
a {
	text-decoration: none;
	color: #DC0004;
}
a:hover {
	color: #0000CC;
}
.red {
	color: #DC0004;
	text-align: left;
}
#burst {
	background-image: url(/layout/burst.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 125px;
}
#backer {
	background-image: url(/layout/page.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 946px;
}
#wrap {
	width: 860px;
	margin: 0 auto;
	padding: 0px 20px 10px 20px;
	background-color: #FFF;
	min-height: 500px;
}
.lineage {
	line-height: 1.7em;
	text-align: justify;
}
.imageright {
	padding: 1px;
	border: 1px solid #CCC;
	margin: 3px 0px 0px 20px;
}
.imagecenter {
	padding: 1px;
	border: 1px solid #CCC;
}
.imageleft {
	padding: 1px;
	border: 1px solid #CCC;
	margin: 3px 20px 0px 0px;
}
.rten {
	margin-right: 10px;
}
.bten {
	margin-bottom: 10px;
}
.ltwenty {
	margin-left: 20px;
}
.formfont {
	font-family: Arial, Helvetica, sans-serif;
}
.form-margin {
	margin: 0px;
}
.normal {
	font-weight: normal;
}
.formback {
	background-color: #D9D9D9;
	padding: 20px;
}

/* Instructors */
.instructors {
	background-image: url(/layout/inst-bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.bio {
	width: 670px;
	float: right;
	padding: 0px 10px;
}	
.pic {
	width: 160px;
	padding: 5px;
	float: left;
	text-align: center;
}

/* Main Navigation */
#nav {
	background-image: url(/layout/top-bar.jpg);
	width: 900px;
	margin: 0 auto;
	background-position: top center;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 92%;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #FFF;
	border-right: 1px solid #000;
	padding: 5px 7px;
	display: inline-block;
}
#nav li a:hover {
	background-image: url(/layout/hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav li.first a {
	border-left: 1px solid #000;
}

/* Second Navigation */
#subnav {
	background-image: url(/layout/second-nav.jpg);
	background-position: bottom center;
	text-align: center;
	font-size: 92%;
	border-top: 1px solid #FFF;
}
#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li {
	display: inline;
}
#subnav li a {
	color: #000;
	padding: 5px 7px;
	display: inline-block;
	border-right: 1px solid #FFF;
}
#subnav li a:hover {
	background-image: url(/layout/hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
}
#subnav li.first a {
	border-left: 1px solid #FFF;
}

/* Cols */
.quarter {
	width: 240px;
	float: right;
}
.quarter ul {
	margin: 0;
	list-style: none;
	text-align: left;
	padding: 0;
}
.half {
	width: 408px;
	float: left;
}
.threequarter {
	width: 618px;
	float: left;
}
.padright {
	padding-right: 20px;
	border-right: 1px solid #CCC;
}
.padleft {
	padding-left: 20px;
}
.classlead {
	padding: 5px 5px 0px 5px;
	background-color: #D9D9D9;
	font-size: 90%;
	line-height: 1.4em;
}

/* Footer */
#foot {
	width: 900px;
	margin: 0 auto;
	background-image: url(/layout/footbar.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 40px 0px;
	font-size: 75%;
	color: #4A4A4A;
}
#foot a {
	color: #4A4A4A;
}
#foot a:hover {
	color: #DC0004;
}
#footleft {
	width: 440px;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#footright {
	width: 440px;
	float: right;
	text-align: right;
	padding-right: 10px;
}