body{
	margin: 0;
	padding: 0;
}

/*hsc_v1.css*/

#wrap{
	width: 94%;
	min-width: 800px;
	position: relative;
	margin: 3px auto;
}

#header,#footer{
	text-align: center;
}

#nav,#features{
	width: 25%;
	padding: 0 .75%;
	text-align: center;
}

#nav{
	clear: left;
	float: left;
}

#features{
	clear: both;
	float: right;
}

#content{
	width: 43%;
	float: left;
	padding: .75%;
}

#header{
	position: relative;
	float: left;
}

#footer{
	width: 100%;
	clear: both;
	padding: 1em;
}

#nav ul{
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#nav ul li{
	padding: .25em 0;
}

#content h3{
	text-align: left;
}

.alignleft{
	text-align: left;
}

.aligncenter{
	text-align: center;
}

.formRight{
	text-align: right;
}

.alignRight{
	margin-right: 0;
}

.archive{
	padding-left: 20px;
}

.archivevom{
	font-size: medium;
	font-weight: bold;
}

.pageTitle{
	margin: 0;
	padding: 2px;
}

.pageSection{
	margin: 0;
	padding: 5px;
}

.pageForm{
	margin: 0;
	padding: 2px;
}

.sectionContainer{
	margin: 20px 0;
	padding: 0;
}

.bordered{
	padding: 5px;
	margin: 0;
}

.floatLeft{
	float: left;
}

.scrolls{
	overflow: scroll;
}

.floatwrap{
	position: relative;
}

.clearing{
	clear: both;
}

.aligncenter h2,table{
	margin: 10px auto;
}

#logout{
	color: white;
}

#logoutLink{
	padding-right: 20px;
}

#logout a:link{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#logout a:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#logout a:hover {
	color: lightgray;
	font-weight: bold;
	text-decoration: underline;
}

#logout a:active{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}

#header h2{
	margin: 0 auto;
	padding: 0;
}

#header h3{
	margin: 0 auto;
	padding: 0;
}

#hsclogo{
	float: left;
}

#hsclogoright{
	float: right;
}

#address{
	clear: both;
}

