/* Universal Styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #46463A;
	margin: 0px;
	padding: 0px;
	background-color: #EFF9C9;
	background-image: url(../images/HSC_main_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	line-height: 150%;
}
em {
    color: #672E12;
    font-style: normal;
    font-weight: bold;
}
blockquote {
    font-style: italic;
    margin: 0 30px 16px 30px;
}
p.indent {
    font-style: normal;
    margin: 0 30px 16px 30px;
}

hr {
    width: 75%;
}

.hr_img {
	width: 75%;
	height: 1px;
	margin: 10px 50px 25px 50px;

}

h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1ex;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-align: left;
}
h2 {
    font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h3 {
    font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #672E12;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.centered {
    text-align: center;
    font-size: 16px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 10px;
}
a img {
    border: none;
    display: block;
    overflow: hidden;
}
a {
	font-weight: normal;
	text-decoration: underline;
}
:link {
	color: #672E12;
	font-style: normal;
}
:visited {
    color: #672E12;
    font-style: normal;
}
:link:hover, :visited:hover {
    color: #672E12;
    font-style: normal;
    text-decoration: none;
}
img.right {
    float: right;
    margin: 0 0 10px 20px;
}
img.rightWhite {
    float: right;
    margin: 0 0 10px 20px;
    border: solid 3px #FFFFFF;
}
img.left {
    float: left;
    margin: 0 20px 10px 0;
    border: solid 3px #FFFFFF;
}

/* Landing Page */

body.landing {
	background-color: #516223;
	background-image: none;
}
td.landingLogo {
	background-image: url(../images/HSC_start_logo.gif);
	margin: 0px;
	padding: 0px;
	height: 368px;
	width: 535px;
}
td.landingEnter {
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 535px;
	text-align: center;
}
.landing table {
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}

/* Main Layout */

div.rightBG {
	background-image: url(../images/HSC_main_rbg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	height: 100%;
}
table.leaves {
	background-image: url(../images/HSC_main_rcorner_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.title {
	padding: 0px;
	height: 173px;
	width: 575px;
}
td.olives {
	text-align: right;
	vertical-align: top;
}
td.spacer {
	margin: 0px;
	padding: 0px;
	width: 41px;
}
td.titleImage {
	height: 173px;
	width: 260px;
}
td.menu {
    width: 260px;
	margin: 0px;
	vertical-align: top;
}
td.footer {
	font-size: smaller;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
td.content {
	vertical-align: top;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}

