body, HTML {
	margin: 0px;
	height: 100%;
	background-color:#004c83;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #004c83;
}
#frame {
	background-image: url(../images/main_background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	min-height: 100%;
	position:relative;
	}
	
#contentheader {
	height: 78px;
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	}
#headerdate {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 150px;
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
}
#headerreg {
	position: absolute;
	bottom: 5px;
	right: 30px;
	width: 550px;
	color:#004c83;
	font-size:11px;
	text-align:right;
}

	
form {
	margin: 0px;
	padding: 0px;
}

#footer {
	height: 20px;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	background-color:#004c83;
	padding-top: 10px;
	padding-left: 20px;
	color:#fff;
}
#footer a {
	color:#fff;
}
#forthcoming {
	position:absolute;
	right: 20px;
	top: 300px;
	width: 224px;
}

#forthevent {
	
}
#forthtop {
	background-image: url(../images/image_futuretop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
}
#forthbottom {
	background-image: url(../images/image_futurebottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
}

#forthcontent {
	background-image: url(../images/background_future.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 10px;
	padding-right: 10px;
}

#forthcoming H1 {
	color:#004c83;
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 20px 0px;
	border-bottom: 1px dotted #004c83;
	padding-bottom: 10px;
	font-weight: normal;
}
.forthevent {
	margin-top: 15px;
	border-bottom: 1px dotted #004c83;
}
#forthcoming H2 {
	color:#004c83;
	font-size: 12px;
	margin:0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
#forthcoming H3 {
	color:#fff;
	font-size: 16px;
	margin:0px;
	padding-bottom: 10px;
	font-weight: normal;
}
#forthcoming H4 {
	color:#004c83;
	font-size: 12px;
	margin:0px;
	padding-bottom: 10px;
	font-weight: normal;
}
#navimageholder {
	width:958px;
	padding: 0px 2px 0px 2px;
margin-right: auto;
	margin-left: auto;
}
#nav {
	width:231px;
	height: 300px;
	float:left;
	background-color:#c60203;
	background-image: url(../images/image_nav_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}	

#mainimage {
	width: 727px;
	height:300px;
	float:left;
	background-image: url(../images/image_mainheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}	



#blocksmall {
	float:left;
	width:200px;
	margin-left:20px;
	margin-top:15px;
	text-align:center;
}

#blocksmall2 {
	float:left;
	width:470px;
	margin-left:30px;
	margin-top:15px;
}

#blocknormal {
	float:left;
	width:670px;
	margin-left:30px;
	margin-top:15px;
}
			
/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 24px; /* */
	width: 210px;
	margin-left: 10px;
}




/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 10px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 1px 0 1px 8px;
	display: block;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
	margin-top: 0px;
	color:#ffffff;
/* */
}
#p7TMnav div a:visited {
	color: #ffffff;
}
#p7TMnav div a:hover {
	color: #ffffff;
	background-color: #730000;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	background-color: #730000;
	margin-top: 0px;
	border-bottom: 1px dotted #fff;
	border-top: none;
	
}



/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
	padding: 1px 0 1px 20px !important;
}


/*
blue: #004c83
red: #c60203

*/