/* Normalizes margin, padding */
body, div, dl, dt, dd, ul,ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td
{ margin:  0; padding : 0;}

/* Removes list-styles from lists  */
ul
{ list-style : none;}

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal; }

acronym { outline: none; border: none;}

body {
	background: #494949 url(../images/student_bg.gif) repeat-x;
	font-family: "Lucida Grande", "Verdana", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #111;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #9b4728;
	background: #fff;
}

p, dl, ul {
	font-size: 1.4em;
}

ul li {
	margin-bottom: 0.8em;
}

ol li {
	margin-bottom: 1.2em;
}

h2 {
	color:#046380;
	font-size: 2.2em;
	margin-bottom: 0.6em;
}

h3 {
	color: #9B4728;
	font-size: 1.8em;
}

h3 a {
	color: #9B4728;
}

#header {
	width: 100%;
	height: 200px;

	margin: 0px;
	background-color: #000;
	background: url(../images/sheadlight.jpg) no-repeat #000 top left;
}

#header3 {

	height: 200px;
	width: 100%;
	background: url(../images/sheadtext.png) no-repeat top center;

}

#header2 {
	height: 200px;
	width: 100%;
	background: url(../images/sheadball.jpg) no-repeat top right;

}

#header h1 {
	visibility: hidden;
	height: 0px;
}

#wrap {
	background-color: #EFECCA;
	width: 80%;
	margin: 0 auto;
}

#content {

	padding: 20px;
}

#menu {
	margin: 0;
	display:block;
}

#back {
	float:left;
		clear: left;
	padding: 2px 20px;
	background:#9b4728;
	font-size: 1.6em;
	margin-bottom: 20px;
}

#back img {
	border:0;
}

#menu {
	float:left;

}

#menu img {
	margin: 0px;
}
#back_link {
	float:right;
	margin: 6px 20px 6px 0px;
}

#content a {
	color: #046380;
}

ol {
	margin-left: 25px;
}

dt {
	display:inline;
	padding-left: 23px;
	background: url(../images/small_faq_answer.png) no-repeat center left;
	font-weight: bold;
}

dt a {
	margin-left: 10px;
}


dd {
	margin-bottom: 0.8em;
	padding-left: 23px;
	display:none;
}