﻿html {
	height: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #0D1427;
	background-image: url('../images/background.jpg');
	background-position: center;
	background-attachment: fixed;
}
div#background {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 960px;
	text-align: center;
	background-color: #1A274E;
}
div#header {
	margin-left: 0px;
	margin-right: 0px;
	height: 81px;
	background-color: #1A274E;
}
div#menu {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 56px;
	background-color: #1A274E;
	background-image: url('../images/layout2_hc_01-02.jpg');
	font-size: 11px;
	font-family: Verdana;
	color: #95561B;
	text-align: right;
}
div#content {
	margin-left: 40px;
	margin-right: 40px;
	font-size: small;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
div#footer {
	font-size: 10px;
	font-family: Verdana;
	color: #9A5027;
	text-align: center;
}
.sectionHeader {
	font-size: medium;
	color: #FFFFFF;
}
.sectionSubHeader {
	color: #95561B;
	font-size: 12px;
	font-weight: bold;
}
a{
	text-decoration:none;
}
a.menuLinks{
	color: #95561B;
}
a.menuLinks:hover{
	color: #FFFFFF;
	text-decoration: none;
}
a.bodyLinks{
	color: #95561B;
	text-decoration: underline;
}
a.bodyLinks:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerLinks{
	color: #4F1111;
	text-decoration: none;
}
a.footerLinks:hover{
	color: #EEC05B;
	text-decoration: none;
}

