@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
	color: #015696;
}

a:hover{
	color: #302E27;
}



#maincontainer {
	margin: auto;
	margin-top:0;
	padding-top: 0px;
	width: 900px;
	background-image: url(../images/09.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	
	width: 403px;
	height: 232px;
	position:absolute;
	margin-left: 0;
}


#dates {
	background-image: url(../images/dates.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 242px;
	position: absolute;
	margin-top: 232px;
	margin-left: 0;
}

#dates2 {
	background-image: url(../images/dates2.gif);
	background-repeat: no-repeat;
	width: 248px;
	height: 51px;
	position: absolute;
	margin-top: 492px;
	margin-left: 44px;
}

#containerleft {
	margin-left: 0;
	margin-top: 0;
	float: left;
	width: 300px;
}

#containermiddle {
margin-top: 0px;
	padding: 0px;
	margin-left: 355px;
	float: left;
	display: inline;
	width: 400px;
	

}

#content{
	margin-top: 110px;
	margin-left: 0;
	padding: 0px;
	float: left;
	display: inline;
	width: 400px;
	line-height: 21px;
	min-height: 670px;
}

#content p {
	margin-top: 6px;
	padding-top: 6px;
}


#containerright {
	margin-left: 800px;
	top: 0;
	position: absolute;
	width: 222px;

}

#nav{
	margin-left: 0;
	margin-top: 0;
	width: 222px;
	height: 509px;
	padding: 0px;
	position: absolute;
	background-image: url(../images/nav_bg.gif);
}

#nav a{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover{
	color: #F67B21;
	text-decoration: underline;
}


#nav ul{
	margin: 20px 10px 10px 20px;
	padding: 0px;
}


#nav ul li{
	margin: 0;
	padding: 10px 0 10px 0;
	display: block;
}



#contact{
	margin: 30px 0 0 130px;
	padding: 0px;
	width: 550px;
}




#footer{
	height: 302px;
	margin-left: -355px;
	clear: left;
	float: left;
	margin-top: -160px;
	width: 326px;
}


.standouttext{
font-size: 15px;
font-weight: bold;
line-height: 25px;

}

h1 {
	display: none;
}

h2 {
font-size: 15px;
font-weight: bold;
line-height: 25px;
}