@charset "utf-8";

body {
	background:url(images/headerBG.gif) repeat-x #465f3f;
	padding:65px 0 0 0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFF;
}

p {
	margin:15px 0;
	line-height:1.3;
}

h1 {
	margin:20px 0;
	font-size:1em;
	font-weight:bold;
	color:#0f2625;
	border-bottom:1px solid #0f2625;
}

h2 {
	color:#0f2625;
}

strong {
	font-weight:bold;
}

.tbl {
	text-align:left;
	font-size:0.8em;
	color:#bddfb3;
}

.tbl td {
	padding:5px;
	background-color:#465f3f;
}

.menu {
	text-align:center;
}

#container {
	width:850px;
	height:auto;
	overflow:auto;
	margin:0 auto 20px auto;
}

#header {
	width:850px;
	height:275px;
	overflow:auto;
	margin:0 0 90px 0;
	background-image:url(images/header.jpg);
}

#contT {
	width:850px;
	height:21px;
	background-image:url(images/contT.gif);
}

#contB {
	width:850px;
	height:21px;
	background-image:url(images/contB.gif);
}

#content {
	width:850px;
	height:auto;
	overflow:auto;
	background-image:url(images/contBG.gif);
	font-size:1em;
	color:#0f2625;
}

	#nav {
		width:189px;
		height:auto;
		overflow:auto;
		padding:0 3px 0 8px;
		position:relative;
		float:left;
	}
	
		#navT {
			width:189px;
			height:30px;
			background-image:url(images/navT.gif);
		}
		
		.navCell {
			width:189px;
			height:31px;
			margin:0 0 2px 0;
		}
	
	#text {
		width:559px;
		height:auto;
		overflow:hidden;
		padding:0 38px 0 53px;
		text-align:justify;
		position:relative;
		float:right;
	}
	
		.imgL {
			width:270px;
			float:left;
			margin:0 10px 10px 0;
		}
		
		.imgR {
			width:270px;
			float:right;
			margin:0 0 10px 9px;
		}
		
		#map {
			padding:3px;
			border:2px solid #465f3f;
		}
		
		#contact {
			
		}


.center {
margin-left: auto;
margin-right:auto;
text-align:center;
padding-top:-15px;

}


#footer {
	width:100%;
	height:31px;
	clear:both;
	padding:19px 0 0 0;
	background-image:url(images/footerBG.gif);
	font-size:0.75em;
	text-align:center;
}

/*#############
    LINKS
#############*/

a:link, a:active, a:visited {
	color:#465f3f;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}