/*
 	The White Hart

	CSS Stylesheet
*/


body {
	background: #990000;
	font-family: Verdana;
	font-size: 9pt;
	color: #666666;
	margin: 0;
}


.atable {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	cell-spacing: 0;
	float: left;
	}

a:link {
color: #990000;
}

a:visited {
color: #990000;
}

a:hover {
color: #FF0000;
}

a:active {
color: #FF0000;
}

a.footerlink:link {
color: #FFFFCC;
}

a.footerlink:visited {
color: #FFFFCC;
}

a.footerlink:hover {
color: #FFFFCC;
}

a.footerlink:active {
color: #FFFFCC;
}

.header {
position: relative;
width: 100%;
height: 200px;
background: #FFFFFF;
margin: 0;
padding: 0;
border: 0;
padding-left: 20px;
text-align: left;
}

.uppermenu_container {
position: relative;
width: 100%;
height: 30px;
background: #990000;
margin: 0;
padding: 0;
}

.lowermenu_container {
position: relative;
width: 100%;
height: 30px;
background: #FF6666;
margin: 0;
padding: 0;
padding-left: 20px;
}

.content {
position: relative;
width: 100%;
height: 100%;
background: #FFFFCC;
margin: 0;
padding: 20px;
}

.footer {
position: relative;
width: 100%;
height: 30px;
background: #990000;
margin: 0;
padding: 20px;
font-size: 8pt;
color: #FFFFCC;
text-align: center;
}

.uppermenu {
float: left;
position: relative;
font-size: 9pt;
width: 100%;
height: 30px;
border: 0;
background: transparent;
}

.uppermenu li{
display: inline;
}

.uppermenu li a{
float: left;
color: #FFFFCC;
padding: 8px 10px 8px 10px;
height: 30px;
margin: 0 10px 0 0;
text-decoration: none;
}

.uppermenu li a:visited{
color: #FFFFCC;
}

.uppermenu li a:hover, a.current:link, a.current:visited, a.current:hover, a.current:active {
color: #990000;
background: #FF6666;
text-decoration: none;
}

.lowermenu{
margin: 0;
padding: 0;
float: left;
font-family: Old Courier, Geneva, Trebuchet MS, Arial;
font-size: 9pt;
width: 100%;
height: 30px;
border: 0;
background: transparent;
}

.lowermenu li{
display: inline;
}

.lowermenu li a{
float: left;
color: #990000;
padding: 0px 10px 0px 10px;
margin: 6px 10px 0 0;
text-decoration: none;
}

.lowermenu li a:visited{
color: #990000;
}

.lowermenu li a:hover, .lowermenu li .current{
color: #990000;
background: #FF6666;
text-decoration: none;
font-weight: bold;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}