body, h1, h2, h3, p, a{
	font-family:"arial";
}

body{
	margin:20px 10px 10px 10px;
	background-color:#000000;
}

h1, h2, h3{
	margin:0;
	padding:5px 0 10px 0;
}

p, a{
	font-size:14px;
}

.spacer{
	clear:both;
}

#header, #dates, #strapline, #content{
	width:692px;
	margin:0 auto;
	background-color:#FFFFFF;
	clear:both;
}

#logo{
	width:692px;
	margin:0 auto;
	clear:both;
	background-image:url('../images/logo_bg.gif');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	position:relative;
	top:0;
	left:0;
}

#logo a.subscribe, #logo a.subscribe:visited{
	height:50px;
	width:305px;
	overflow:hidden;
	position:absolute;
	top:43px;
	right:0;
	text-indent:-1500px;
	background-image:url('../images/subscribe.gif');
	background-position:0 0;
	background-repeat:no-repeat;
}
#logo a.subscribe:hover{
	background-position:0 -50px;
}

#logo p.subscribeHeader{
	margin:0;
	padding:0;
	position:absolute;
	top:95px;
	right:40px;
	width:333px;
	height:98px;
	text-indent:-1500px;
	background-image:url('../images/new_format.gif');
	background-position:0 0;
	background-repeat:no-repeat;
}

#header{
	height:102px;
	background-image:url('../images/header.gif');
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-1500px;
}

#dates{
	height:35px;
	background-image:url('../images/dates.gif');
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#CC3333;
	text-indent:-1500px;
}

#strapline{
	height:46px;
	background-image:url('../images/strapline.gif');
	background-position:top center;
	background-repeat:no-repeat;
	text-indent:-1500px;
}

#content{
	width:608px;
	padding:1px 42px 20px 42px;
	background-color:white;
}

#content p{
	margin:5px 0 10px 0;
	padding:0;
}

#content em{
	font-style:normal;
	font-size:21px;
}
#content a, #content a:visited{
	color:#000000;
}
#content a:hover{
	color:#CC3333;
}

/* New Homepage styles */
#content a.mapLink, #content a.mapLink:visited{
	color:red;
	text-decoration:none;
	font-weight:bold;
}
#content a.mapLink:hover{
	color:#CC3333;
}

#content .leftColumn{
	padding-top:20px;
	width:255px;
	float:left;
	background-color:white;
}


#content .rightColumn{
	padding-top:20px;
	padding-left:5px;
	float:right;
	background-color:white;
}

#content .leftColumn .announce{
	color:#000000;
	font-weight:bold;
}

/* End new Homepage styles */

#footer{
	clear:both;
	width:682px;
	margin:0 auto;
	padding:5px;
	text-align:right;
}
#footer a, #footer a:visited{
	font-size:12px;
	color:#FFFFFF;
}
#footer a:hover{
	font-size:12px;
	color:#CC3333;
}


/*
	SUBSCRIBE PAGE STYLES
*/

#info{
	margin:10px 15px 0 0;
	float:left;
	width:273px;
	padding:0;
}
#info em{
	color:#023f7d;
}

#form{
	margin:10px 0 0 0;
	width:300px;
	float:left;
	background-color:#E7E7E8;
	padding:10px;
}

/*
	FORM STYLES
*/

	form{
		margin:0;
		padding:0;
	}

	form p, form a, form a:visited, form a:hover{
		font-size:12px;
	}

	form input{
		width:200px;
	}

	form input.button{
		width:100px;
	}

	form label{
		float:left;
		width:90px;
		font-weight:bold;
	}