/*-- Author: Cameron Bates
/*-- ARM Education Website Basic Style Sheet
/*-- Last Modified: October 3, 2003 by Darcy Short*/

blockquote, body, div, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, tr, ul {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(/studyhall/images/bg2.gif);
	color: black;
	background-repeat : repeat-y;
}

p, ul, ol, dl, li, td, th, h1, h2, h3, h4 {
	color: black;
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

h1 {
    font-size: 20px;
    margin-top: 0px;
	font-weight: normal;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

a:link, a:visited {
	color: #268BBE;
}

#homeLink {
	font-size: 16px;
	margin: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#leftNav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 133px;
	text-align: center;
}

#menu {
	text-align: left;
}

#signBtm {
	display: none;
}

#leftNav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#content {
	position: static;
	padding-left: 155px;
	padding-top: 15px;
	margin-right: 15px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height : 16px;
}

p#disclaimer {
	text-align: right;
}

p#disclaimer a {
	font-size: 11px;
	font-weight: normal;
}

.floatRight {
	float: right;
	padding: 0 0 10px 10px;
	
}

.floatRight, .floatLeft {
	color: black;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.floatLeft {
	float: left;
	padding: 0 10px 10px 0;
}

sub {
	vertical-align: baseline;
}

.signature {
	font-weight: bold;
	padding-left: 50px;
}

.orange {
	color: #ECA529;
	font-size: 18px;
}

hr {
clear: both;
}

.spacer {
	clear: both;
}


