/* CSS Document */

/*--		Basic CSS			--*/

	*{
		margin: 0;
		padding: 0;
		position: relative;
	}

	td, body, div, input, textarea, select {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#02461f;
		font-size:11px;
	}
	
	body {
		background: #1a5b91 url(../images/page_bg.gif) top repeat-y;
		position: static;
	}
	
	h1, h2, h3, h4, h5 {
		font-size: 16px;
	}
	
	h6 {
		padding-top: 10px;
		font-size: 12px;
		text-align: center;
		border-bottom: 1px solid #000000;
	}
	
	p {
		padding: 5px 0;
		line-height: 18px;
	}
	
	p.text {
		display:block;
		float:left;
	}
	
	a {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	img {
		background: #02461f;
	}
	
	img.gallery {
		float:right;
		padding-left: 10px;
		margin-bottom: 10px;
		clear:right;
		background-color:#FFFFFF;
		border:none;
	}
	
/*--		Layout Divs			--*/

	#container {
		width: 760px;
		margin: 0 auto;
	}
	
	#header {
		background: url(../images/header1.jpg);
		height: 190px;
	}
	
	#content {
		margin: 10px 10px 10px 220px;
	}
	
	#footer {
		clear: both;
		margin: 10px 10px 10px 220px;
		text-align: right;
	}
	
/*--		Nav			--*/

	#nav {
		list-style: none;
		width: 210px;
		float: left;
	}
	
	#nav a {
		display: block;
		height:35px;
		line-height: 35px;
		text-align:right;
		padding: 0 10px;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		color: #02461f;
	}
	
	#nav a:hover {
		background: #02461f;
		color: #fff;
	}