@charset "utf-8";
/* CSS Document */

body  {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:800px;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */}
	
.emphasize {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:1.25em;
	color:#ED1C24;}

h1 {
	font-size:1.5em;}
h2 {
	font-size:1.15em;}
h3 {
	font-size:.9em;}
h4 {
	font-size:.75em;}
h5 {
	font-size:.65em;}
h6 {
	font-size:.5em;}	
	
p {
	font-size:.8em;}

#container {
	width:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: #fff;
	border-top:solid 10px #06437d;
}

#header {
	margin:0 auto;
	background:#FCF8F3;}
	
#header h1 {
	float:left;
	margin: 0 auto;
	padding:0;
	background:#FCF8F3 url(../images/hsoa_logo_web.jpg) center no-repeat;
	height: 100px;
	width:225px;
	text-indent:-1000em;}

#apply {
	height:100px;
	background:#FCF8F3 url(../images/apply_online.jpg) right no-repeat;}
	
#header #apply h2 {
	margin: 0;
	height: 50px;
	width:475px;
	float:right;
	color:#2E3192;}
	
#header #apply form {
	float:right;
	width:475px;
	text-align:left;}
	
#header #apply input {
	background:#B33543;
	color:#fff;
	font-weight:bold;
	padding:0;
	margin:0;}
	
#mainNav {
	text-align:left;}
		
#mainNav #parentMenu ul {
	background:url(../images/mainNav_background2.jpg);
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
	text-align:left;
	border-bottom:solid 1px #a72833;
	border-top:solid 1px #a72833;
	border-left:solid 1px #a72833;
	border-right:solid 1px #a72833;}

#mainNav #parentMenu li {
	display: inline;
	border-right: 1px solid #333;
	padding: 0em .5em;
	text-align:left;
}
#mainNav #parentMenu li.first {
	padding: 0em 0.5em 0em 1em;
}
#mainNav #parentMenu li a {
	padding: .2em .5em;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	margin-right: .5em;
}

#mainNav #subMenu ul {
	list-style:none;
	background:none;}

#mainNav #subMenu li {
	display:block;
	background:#D5DEE7;
	border:solid 1px #fff;
	font-size:.75em;}

#mainContent {
	float:right;
	width:530px;
	margin:0 auto;
	padding:0px;
	background:#fff;}
	
#mainContent a {
	text-decoration:none;
	color:blue;}
	
#mainContent a:hover {
	text-decoration:none;
	color:red;}


	
.clear {
	clear:both;}
	
.registered {
	font-size:.5em;}
	
#mainContent .anchor a, #mainContent .anchor a:hover {
	color:#000;}

.superscript {
	vertical-align:top;
	font-size:.5em;}