/*--- Universal Tags ---*/
body{
	background-color: #006431;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
} 
h1{
	margin: -5px 0 -10px 0;
}
h2{
	font-size: 16px;
	margin-bottom: -15px;
}
li{
	margin-bottom: 3px;
}
a{
	color: #006633;
	text-decoration: underline;
}

/*--- Custom Built Convenience Classes ---*/
.l{
	float: left;
}
.r{
	float: right;
}
#l1{
	margin-top: -10px;
	float: left;
}
#r1{
	margin-top: -10px;
	margin-right: 80px;
	float: right;
}
#postal{
	float: left;
	margin: 15px 0px 0px 50px;
	_margin-top: 60px;
	_margin-left: -20px;
}
.clear{
	clear: both;
}
#container{
	_position: relative;
	_top: -7px;
	margin: -9px auto 0 auto;
	width: 758px;
	overflow: auto;
	background-image: url('../images/bg.gif');
}
#title{
	width: 723px;
	margin: 0px auto;
	height: 195px;
	background-image: url('../images/logo.gif');
}
.bottom{
	_position: relative;
	_top: -7px;
	margin: 0px auto;
	clear: both;
	width: 758px;
	height: 22px;
	background-image: url('../images/bottom.gif');
}
	
#top{
	_position: relative;
	_top: -7px;
	margin: 0px auto;
	width: 758px;
	height: 13px;
	background-image: url('../images/top.gif');
}
#content{
	width: 584px;
	float: left;
	background: center no-repeat url('../images/watermark.gif');
}

/*--- The Menu and Footer Sections ---*/
#menu{
	height: 185px;
	padding: 30px 0 0 5px;
	background-image: url('../images/menu.gif');
	margin-left: 20px;
	_margin-left: 10px;
	margin-top: -5px;
	width: 130px;
	float: left;
}
#menu a{
	color: #000000;
	width: 100px;
	height: 20px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	background: url('../images/menuitem1.gif') no-repeat;
}
#menu #current{
	background: url('../images/menuitem2.gif') no-repeat;
}
#menu a:hover{
	background: url('../images/menuitem2.gif') no-repeat;
}
#menu a:visited{
	color: #000;
}
#footer{
	margin: -3px auto 0 auto;
	width: 758px;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
#footer a{
	color: #00CC00;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

