﻿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;
	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: 29px;
	background-color: #1A274E;
	background-image: url('../images/layout_hc_02.jpg');
	font-size: 11px;
	color: #95561B;
	font-family: Verdana;
	text-align: right;
}
div#content {
	margin-left: auto;
	margin-right: auto;
	height: 465px;
	width: 960px;
}
div#footer {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 960px;
	font-size: 10px;
	font-family: Verdana;
	color: #9A5027;
	text-align: center;
}
.sectionHeader {
	font-size: medium;
	color: #EEC05B;
}
.sectionSubHeader {
	color: #4F1111;
}
a{
	text-decoration:none;
}
a.menuLinks{
	color: #95561B;
}
a.menuLinks:hover{
	color: #FFFFFF;
	text-decoration: none;
}
a.bodyLinks{
	color: #4F1111;
	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;
}
