/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:.9em/1.4em arial, helvetica, sans-serif;
background: url(../images/student-back.jpg) top center repeat-x fixed #b3b4b8;
color: #000;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#620000;
}

h1 {
padding:6px 0 6px 15px;
letter-spacing:-1px;
font:1.3em arial, helvetica, sans-serif;
margin: 0 0 15px 0;
background: url(../images/h1.jpg) repeat-x;
color:#fff;
text-transform: uppercase;
font-weight: bold;
}

h2 {
padding:10px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
text-transform: uppercase;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color:#620000;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Header *****/

#nav {
float: right;
display: block;
text-align: right;
color:#fff;
text-transform: uppercase;
font-size: .9em;
}

#nav ul {
list-style: none;
}

#nav li a {
text-decoration: none;
color: #fff;
padding: 10px 15px;
}

#nav li {
float: left;
display: block;
padding: 7px 6px 8px 6px;
}

#nav li a:hover {
background: url(../images/student-hover.jpg) repeat-x;
}

#header h1 {
float:left;
display:block;
padding: 15px 0 5px 0;
text-indent:-2000px;
background: none;
}
	
	#header h1 a {
	width:562px;
	height:90px;
	display:block;
	background:url(../images/student-logo.png) no-repeat;
	}

/***** Home *****/

#flash {
width: 746px;
height: 550px;
background: url(../images/flash-back.jpg) no-repeat;
padding: 12px 12px 12px 11px;
float: left;
display: block;
}

#buttons {
float: right;
display: block;
}

#button1, #button2, #button3 {
padding: 0 0 10px 0;
_padding: 0 0 7px 0;
width: 180px;
height: 136px;
}

#button4 {
padding: 0 0 0 0;
width: 180px;
height: 136px;
}

/***** Sub *****/

#content {
float: left;
display: block;
width: 598px;
}

#subpic {
width: 334px;
float: right;
display: block;
}

/***** Footer *****/

#footer {
padding: 21px 0 40px 0;
font-size: .9em;
color: #3b3535;
}

#footer-sub {
padding: 8px 0 40px 0;
font-size: .9em;
margin-top: 10px;
color: #3b3535;
border-top: #7c7c7c solid 1px;
width: 960px;
}

#footer a, #footer-sub a {
color:#3b3535;
}

#f1 {
float: left;
display: block;
}

#f2 {
float: right;
display: block;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }