/* --- Tag Styles --- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border:0;
}
body {
	background-color: #fff;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}
p, td { padding: 0.2em 0 0.5em 0; }
h1, h2, h3 { padding: 0.8em 0 0.2em 0; }
h4, h5, h6 { padding: 0.5em 0 0 0; }
h1 { font-size: 130%; color: #a52; font-weight: normal; }
h2 { font-size: 110%; color: #550; font-weight: normal; }
h3 { font-size: 80%; color: #b80; font-weight: bold; text-transform: uppercase; }
h4 { font-size: 90%; color: #444; font-weight: normal; }
h5 { font-size: 90%; color: #444; }
h6 { font-size: 85%; color: #000; }
p { font-size: 85%; color: #000; }
a:link, a:visited { color: #c00; font-size: 90%; line-height: 150%; text-decoration: none; font-weight: bold; }
a:hover { color: #c00; font-size: 90%; line-height: 150%; text-decoration: none; font-weight: bold; }
a:active { color: #c00; font-size: 90%; line-height: 150%; text-decoration: none; font-weight: bold; }
hr {
	border: 0;
	color: #996;
	background-color:#996;
	height: 2px;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}
tr, td {
	vertical-align: top;
	font-size: 95%;
	color: #000;
	padding-left: 10px;
}

/* --- Text Styles --- */
.alphabet {
	font-size: 14px;
	letter-spacing: .5em;
	margin: 10px 0;
	padding: 0.2em 0 0.3em 0;
	border-top: #ec7 2px solid;
	border-bottom: #ec7 2px solid;
}

/* Original alphabet style

.alphabet {
	font-size: 120%;
	letter-spacing: 2px;
	margin: 10px 0;
	padding: 0.2em 0 0.3em 0;
	border-top: #ec7 2px solid;
	border-bottom: #ec7 2px solid;
}
*/



.alphabet a:link, .alphabet a:visited { color: #d70;text-decoration: none; font-weight: bold; }
.alphabet a:hover { color: #662; text-decoration: none; font-weight: bold; }
.alphabet a:active { color: #d70;text-decoration: none; font-weight: bold;}
.proctor {
	width: 500px;
}
.proctorDef {
	width: 280px;
}
.proctor td {
	width: 50%;
}
.pixLeft {
	float: left;
	margin: 5px 5px 5px 0;
}
.pixRight {
	float: right;
	margin: 5px 0 5px 5px;
}

/* --- Layout Styles --- */
#wrapper {
	width: 772px;
	margin: 10px 0 0 10px;
}
#banner {
	width: 100%;
}
#leftBanner {
	float: left;
	border-right: 2px #fff solid;
}
#rightBanner {
	float: left;
}
#innerWrapper {
	clear: both;
	width: 100%;
}
#header {
	width: 780px;
	height: 40px;
	background: #fff url(../images/usheTitle.gif) top left no-repeat;
}
#header img{
	float: left;
}
#header form{
	float: right;
	padding: 10px 10px 0 0;
}
#mainColumn {
	float: left;
	margin: 0 0 10px 0;
	width: 520px;
	padding: 10px 20px;
	font-size: 90%; 
	border-left: 1px #ccc solid;
}
#mainColumn li {
	list-style: inside;
	margin-left: 15px;
}
#newsColumn {
	float: left;
	margin: 20px 0 0 0;
	width: 180px;
	padding: 10px 20px;
	font-size: 90%;
}

/* --- Navugation Styles --- */
#sideColumn {
	float: left;
	width: 160px;
	margin: 0;
	background-color: #fff;
}
#sideColumn ul {
	list-style: none;
	margin: 0;
}
#sideColumn ul li{
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	color: #666;
	padding: 5px 0 5px 10px;
}
#sideColumn a {
	font-weight: normal;
	text-decoration: none;
}
#sideColumn a:link, #sideColumn a:visited { color:#444; }
#sideColumn a:hover { color:#d90; }
#sideColumn a:active { color:#444; }

#sideColumn .subNav ul {
	background-color: #fff;
	margin-left: 10px;
}
#sideColumn .subNav ul li {
	background-color: #fff;
	padding: 3px 0;
	border-bottom: none;
}
#sideColumn p {
	background-color: #a52;
	color: #fff;
	font-weight: bold;
	margin-left: -10px;
	padding: 6px 0;
	border-bottom: none;
	text-indent: 10px;
}

/* --- Footer Styles --- */
#footer {
	clear: both;
	margin: 10px 0;
	height: 30px;
	background-color:#fff;
}
 #footer p {
	color: #444;
	font-size: 70%;
	padding: 0;
	padding: 0 5px 0;
	text-align: center;
}
#footer img {
	padding: 0 5px 0 3px;
	vertical-align: top;
	border: 0;
}
#footer ul {
	list-style: none;
	font-size: 70%;
	padding: 0;
	text-align: center;
}
#footer ul li{
	display: inline;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
}
#footer a:link, #footer a:visited { color:#444; }
#footer a:hover { color:#996; }
#footer a:active {
	color:#444;
}
#footer .spacer {
	font-weight: normal;
	font-size: 9px;
}
