html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1em; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }html { height:100%; padding:0; margin:0; }

body {
	font:62.5% Arial, sans-serif;
	position: relative;
	color: #f9e69a;
	min-height:100%;
	background:#a35404 url(/images/background.gif) top center repeat-y;
	padding:0;
	margin:0;
	overflow-x:hidden;
}

* html body { height:100%; }

a { color: #dcc773; text-decoration: none; border-bottom:1px dotted;}
* html a { border-bottom:1px solid }
a:hover { border-bottom:1px solid; }

h1, h2, h3, h4, h5 { margin: 1em 0; font-family: "Times New Roman", Georgia, serif; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

p { margin:1em 0; }
li { margin:0.5em 1.5em; }

.clearer { clear:both; }

/* FORM THAT APPEARS ABOVE THE CONTENT */

#topForm {
	min-width: 100%;
	background-color:#f0dd93;
	border-top:25px solid #A35404;
}

.contentContainer {
	width:770px;
	margin:0 auto;
	margin-top:-25px;
	position: relative;
}

#topLeft {
	width:534px;
	background-color:#5b4e0c;
	min-height:300px;
}

* html #topLeft { height:300px; }

#nav {
	width: 100%;
	height: 25px;
	position:relative;
	z-index:100;
	background-color: #541607;
}

#main { padding:5px 15px; font-size:1.6em; }3

.globalErrorMessage {
	background-color: #FFE25F;
	padding: 10px;
	margin: 0 10px 10px 10px;
	border: solid #EFA848 1px;
	font-size: 1.8em;
	color:#a35404;
}

/* PROMO */

#topRight {
	position:absolute;
	top:15px;
	left:534px;
	width:235px;
	height:380px;
}

.promo {
	font: 1.4em/1.6em Arial, sans-serif;
	width:195px;
	margin:0 0 0 20px;
	color:#401c03;
}

.promo h3 { font:italic 1.6em/1.3em "Times New Roman", Georgia, serif; }
.promo a { color:#a35404; font-weight: bold; text-decoration: none; border-bottom:1px dotted; }
* html .promo a { border-bottom:1px solid; }
.promo a:hover { border-bottom:1px solid; }
.promo span.schoolName { font-weight: bold; }

#promoImg {
	position:absolute;
	bottom:7px;
	left:534px;
	width:350px;
	height:200px;
}

* html #promoImg { bottom:-4px; }

/* BOTTOM CONTENT THAT APPEARS BELOW THE FORM, OR AT THE TOP OF THE PAGE WITHOUT A FORM */

#bottomContent {
	min-width: 100%;
	border-top:25px solid #541607;
	min-height:100%;
}

#bottomLeft {
	width:534px;
	border-top:25px solid #401C03;
	background-color:#541607;
	float:left;
}

* html #bottomLeft { position:relative; top:-25px; }

#bottomLeft #nav {
	background-color: #401c03;
	margin-top:-25px;
}

#bottomRight {
	float:right;
	width:215px;
	padding:5px 5px 220px 5px;
	font-size:1.4em;
	margin-top:20px;
	line-height:1.6em;
}

.completeThisBrief { font-style:italic; }

* html #bottomRight { margin-top:0; }

#bottomRight h2 {
	font-size:1.5em;
	font-style:italic;
}

#bottomRight ol {
	list-style-type:decimal;
	padding-left:5px;
	font-size:1.2em;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
}

#footerContent {
	font: 1.4em/1.6em Tahoma, Verdana, sans-serif;
	color:#c1ac56;
	width:210px;
	margin:0 auto;
	position:relative;
	left:270px;
	padding-bottom:20px;
}

#footerContent ul { margin-left:0; }
#footerContent li { margin:0; padding:3px 15px 0 0; }
#footerContent a { color:#f0dd93; border-bottom:1px dotted; }
* html #footerContent a { color:#f0dd93; border-bottom:1px solid; }
#footerContent a:hover { text-decoration:none; border-bottom:1px solid; }/* CONTENT STYLE */

#article, #articleDirectory, #clsPar {
	padding:0 25px;
	font: 1.4em/1.6em Arial, sans-serif;
}

h1.articleTitle {
	color:#c1ac56;
	font-style:italic;
	font-size:1.7em;
	line-height:1.2em;
	position:relative;
	z-index:1000;
}

#articleDirectory ul li ul li, #clsPar ul li {
	text-indent:-20px;
	line-height:1.3em;
	padding-left:20px;
}

#articleDirectory ul li ul li a {
	position:relative;
	z-index:1000;
}

#article em { font:1.2em/1.4em "Times New Roman", serif; }


.requestInfo {
	text-align:center;
	margin:20px 0;
	font-size:1.2em;
	position:relative;
	z-index:1000;
}

.requestInfo a { border-bottom:0; }
.requestInfo a:hover { border-bottom:0; }
.requestInfo a span { border-bottom:1px dotted; }
* html .requestInfo a span { border-bottom:1px solid; }
.requestInfo a:hover span { border-bottom:1px solid; }

.pageContent ul, .pageContent p {
	font-size:1.4em;
	line-height:1.6em;
}

.pageContent h1 {
	font-size:2.3em;
}

/* WIKI CONTENT STYLES */

div.wikiContent .requestInfo a, div.wikiContent .requestInfo a:hover { border:0; }
div.wikiContent ul, div.wikiContent ol { list-style-type:square; }

.pageContent { padding:0 10px; }

.pageContent h1, .pageContent h2, .pageContent h3, div.wikiContent h1, div.wikiContent h2, div.wikiContent h3,
	div.wikiContent h4, div.wikiContent h5 { color:#c1ac56; }

div.wikiContent a, div.wikiContent .requestLink {
	color:#dcc773;
	border-bottom:1px dotted;
}

div.wikiContent a:hover {
	text-decoration:none;
	border-bottom:1px solid;
}

div.remBio, span.remBio, div.remFootnotes, span.remFootnotes {
	font-style: italic;
	margin: 8px 0;
}

table.wikitable { border: 0; }

table.wikitable td, table.wikitable th {
	border: 0;
	padding: 2px 6px;
	margin: 3px;
}

/* SITESPECT */
.blur { color: #999 !important; }#formContent {
	position: relative;
	color:#f0dd93;
	margin-top:20px;
}

#formTitleImage {
	position:relative;
	top:-25px;
	left:-15px;
}

* html #formTitleImage { margin-right:-40px;}

#formContent .quiz { margin-top:0; }

#formContent .quiz .formFieldLabel, #formContent .quiz .radio label {
	font-size: 1.5em;
	line-height:1.5em;
	padding-right:15px;
}

td.formFieldLabel { min-width:120px; }
td.formInput select { width: 182px; }

#formContent .quiz .formFieldLabel { font-family:Georgia, serif; font-size:1.8em; }
#formContent .quiz .radio label { color:#CFBA67 }

#formContent .quiz .formInput {
	font-weight: normal;
	margin-bottom: 15px;
	padding-top:5px;
	vertical-align:bottom;
}

#formContent .quiz .formInput select {
	font-size: 1.4em;
	font-family: Verdana, sans-serif;
}

div.submitButton {
	text-align: left;
	margin:20px 0 15px 0;
}

div.chainDone {
	font-size:1.4em;
	line-height:1.6em;
	margin: 0 15px 0 20px;
}

.formError {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #f33;
}

.formCopyright {
	margin: 10px 20px 0 25px;
	font-size: 0.9em;
	font-family: verdana, sans-serif;
}