@charset "utf-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}
#wrapper{
	margin-left:5%;
	margin-right:5%;
	border: 1px solid #333333;
	min-width:840px;
}
#header{
background-image:url(../images/header-bg.jpg);
height:157px;
width:100%;
background-image:url(../images/header-bg.gif);
background-repeat:repeat-x;

}
em{
	color:#5284bf;
	font-size:14px;
	font-style: normal;
}
#logo{
height:156px;
float:left;
width:200px;
margin-left:25px;
}
#strapline{
width:400px;
color:#FFFFFF;
bottom:0;
float:left;
margin-top:109px;
font-size:11px;
float:left;
}
#nav{
background-image:url(../images/nav-bg.gif);
background-repeat:repeat-x;
height:72px;}
#content{
min-height:400px;
font-size:14px;}
h1{
font-size:16px;
color:#5284bf;}
a{
color:#5284bf;
}
#footer{
clear:both;
	font-size:10px;
	padding:25px;
	background-color:#666666;
	border-top:1px solid #000000;
	margin-top:35px;
	height:70px;
	bottom:0;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
}

#footer img{
float:left;

}
#footerText{
float:left;
color:#FFFFFF;
line-height:23px;
}
#footerText a{
color:#FFFFFF;
text-decoration:underline;
}

#nav a{
	display:block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height:39px;
	line-height:39px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin-top:6px;
}
#nav a:hover{
background-color:#58cdff;
background-image:url(../images/nav-hover.gif);
background-repeat:repeat-x;
}
#navSpace{
	display:block;
	float:left;
	width:25px;
	height:50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.halfPage{
width:44%;
float:left;
padding-left:25px;
}

#date{
	display:block;
	height:39px;
	line-height:39px;
	padding-left:20px;
	padding-right:10px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	margin-top:6px;
	width:60%;
	text-align:center;
}
ul{
margin:0;
padding:0;
list-style:none;

}
#strapline2{
font-size:14px;
float:left;
color:#FFFFFF;
margin-top:122px;
font-weight:bold;
width:350px;
margin-left:20px;
text-align:center;}
