body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 20px;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
	color:#12346b;
}

h2{
	font-size: 14pt;
	color:#E5D7B4;
	font-weight: bold;
}

a {
	color: #8b002f;
}

strong {
	font-weight: bold;
}

p {
	margin: 20px 0px 20px 0px;
}

ul {
	list-style: disc outside;
}

ul li{
	margin-bottom: 10px;
}

input {
	border: solid 1px #000000;
}

div#header {
	width: 100%;
	height: 125px;
	background: #FFFFFF;
}
	div#redheader {
		width: 100%;
		height: 115px;
		background-color: #8b002f;
	}
		div#logocontainer {
			width: 888px;
			height: 100%;
			margin-left: auto;
			margin-right: auto;
		}
			img#logo {
				margin-top: 15px;
			}
		
div#main {
	background: #FFFFFF url(../img/background.png) repeat-x;
	width: 100%;
}
	div#maincontainer{
		width: 888px;
		margin-left: auto;
		margin-right: auto;
		background: #F7EFE2;
	}
		div#mainimage{
			width: 100%;
			height: 414px;
			float: left;
		}
		div#maincontent{
			width: 100%;
			height: 100%;
			float: left;
			background: url(../img/midbackground.png) repeat-y;
		}
			div#leftcontent{
				float: left;
				width: 563px;
				min-height: 360px;
				height: 100%;
				background: #E5D7B4;
				padding-bottom: 20px;
			}
				div#content{
					margin-left: 40px;
					width: 488px;
					margin-top: -30px;
				}
					div#box{
						width: 440px;
						background: #f7f2e6;
						padding: 15px 10px 15px 10px;
					}
						div#i{
							float: left;
							height: 37px;
							width: 37px;
							background: url(../img/i.png) no-repeat;
							position: relative;
							left: 0px;
							top: -32px;
							
						}
				
			div#rightcontent{
				float: right;
				width: 311px;
				min-height: 360px;
				height: 100%;
				background: #12346b;
				padding-bottom: 20px;
			}
				div#wn {
					width: 200px;
					margin-left: auto;
					margin-right: auto;
					color: #FFFFFF;
				}
				div#enewsborder{
					background: #6c83aa;
					width: 270px;
					padding: 1px 1px 1px 1px;
					margin-left: auto;
					margin-right: auto;
				}
					div#enews {
						width: 250px;
						padding: 5px 10px 5px 10px;
						background: #3b598e;
						text-align: center;
						color: #FFFFFF;
					}
					
					input#enewsbutton {
						background:#8b002f;
						font-weight: bold;
						color: #FFFFFF;
						font-size: 8pt;
						height: 20px;
						width: 80px;
						cursor: pointer;
						padding-bottom: 3px;
					} 				
					
		div#mainfooter{
			float: left;
			margin-top: 10px;
			background: #8b002f;
			color: #FFFFFF;
			width: 848px;
			height: 53px;
			padding: 5px 20px 0px 20px;
		}
		

#mapcontainer {
	width: 800px; 
	height: 500px; 
	margin-left: auto; 
	margin-right:auto; 
	position:absolute; 
	top: 200px;
	display: none;
	background: #FFFFFF;
	float: left;
}

#mapcontainer2 {
	width: 800px; 
	height: 500px; 
	margin-left: auto; 
	margin-right:auto; 
	position:absolute; 
	top: 200px;
	display: none;
	background: #FFFFFF;
	float: left;
}

#mapheader {
	width: 785px; 
	height: 20px; 
	float:left; 
	background:#8B002F; 
	text-align:right; 
	padding-right: 15px; 
	color: #FFFFFF; 
	font-weight: bold;
}

#mapcontent {
	width: 100%; 
	height: 480px; 
	float:left;
}

#closewindow {
	cursor: pointer;
}
