body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #083A6F;
}
body {
	background-color: #000000;
}
a:link {
	color: #BD2A32;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BD2A32;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #BD2A32;
}
#maincontainer {
	background-color: #FCFCFC;
	width: 569px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/maincontainer-bg.jpg);
	padding: 2px;
	background-repeat: no-repeat;
}
#navigation {
	background-color: #ED1429;
	height: 2px;
}
#spacer {
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
	margin-top: 20px;
}

#content {
	background-color: #FCFCFC;
}
#footer, #footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #C9C9C9;
	color:#023262;
	font-size:12px;
	padding:5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ED1429;
	margin-top: 50px;
}
.footerreflect {
	background-image: url(../images/footer-reflect.jpg);
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-repeat: repeat-x;
}

#banner{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #ED1429;
	border-left-color: #D3D3D3;
	width: 565px;
}
h1 {
	font-size: 20px;
	text-align: center;
}
.contactdetails {
	margin: 5px;
	padding: 5px;
	width: 159px;
	float: left;
	text-align: left;
}
