body {
	background-color: #e9e9bf;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/hamNat_mainBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
html, body {
    height: 100%;
}
img {
  border: none;
  padding: 0px;
  margin: 0px;
}
/*STRETCH MAIN TABLE TO 100% HEIGHT*/
#tableHeight {
	height:100%;
}

/*STRETCH CONTENT AREA TO 725px*/
#mainWidth {
	width:725px;
	background-image: url(../images/hamNat_menuContentBG.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
/*BACKGROUND IMAGES*/
#leftBorder{
	background-image: url(../images/hamNat_leftBorder.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#rightBorder{
	background-image: url(../images/hamNat_rightBorder.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftTop{
	background-image: url(../images/hamNat_leftTop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:350px;
}
#rightTop{
	background-image: url(../images/hamNat_rightTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:350px;
}
#bottomBG{
	width:725px;
	height:174px;
	background-image: url(../images/hamNat_menuContentBG.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
#bottomBG1{
	width:725px;
	height:174px;
	background-image: url(../images/hamNat_bottomBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*LEFT AND RIGH COLUMN WIDTHS*/
#leftColumn{
	width:196px;
}
#rightColumn{
	width:529px;
	background-image: url(../images/hamNat_contentBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
/*LOGO AND MENU CONTAINER*/
#logo{
	width:196px;
	height:202px;
}
#menuBG{
	width:196px;
	height:358px;
	background-image: url(../images/hamNat_menuBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*TITLE STYLES*/
#titleContainer{
	width:529px;
	height:66px;
	padding-right:35px;
	text-align: right;
	vertical-align: bottom;
}
h1 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #63621f;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
/*CONTENT HEADING*/
h2 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	color: #aead0b;
	/*color: #013473;*/
	text-decoration: none;
	padding:0px;
	margin:0px;
}
/*h3 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#636220;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	padding-top:15px;
	padding-left:12px;
	padding-right:24px;
}
h3 a:link{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#212100;
	font-weight:bold;
	text-decoration:none;
}
h3 a:visited{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#212100;
	font-weight:bold;
	text-decoration:none;
}
h3 a:hover{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#002c43;
	font-weight:bold;
	text-decoration:underline;
}*/


/*CONTENT*/

.contentText{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#636220;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	padding-top:15px;
	padding-left:12px;
	padding-right:24px;
}
.contentText a:link{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #aead0b;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:visited{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #aead0b;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:hover{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#002c43;
	font-weight:bold;
	text-decoration:underline;
}

/*FOOTER*/
#footerTable{
	width: 725px;
	height: 174px;
}
#footerTableLeft{
	width: 280px;
	height: 174px;
}
#footerTableRight{
	width: 288px;
	height: 174px;
}
#footerTableMid{
	width: 156px;
	height: 174px;
}
.footerText{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	padding-left:20px;
	padding-bottom:30px;
	font-size: 10px;
	color:#7b7b41;
	font-weight: normal;
	letter-spacing: 1.25pt;
	text-align: left;
}
.footerText a:link{
	color:#7b7b41;
	font-weight:bold;
	text-decoration: none;	}
.footerText a:visited{
	color:#7b7b41;
	font-weight:bold;
	text-decoration: none;
}
.footerText a:hover{
	color:#7b7b41;
	font-weight:bold;
	text-decoration: underline;	
}

.footerText2{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	padding-right:20px;
	padding-bottom:30px;
	font-size: 10px;
	color:#7b7b41;
	font-weight: normal;
	letter-spacing: 1.25pt;
	text-align: right;
}
.footerText2 a:link{
	color:#7b7b41;
	font-weight:bold;
	text-decoration: none;	}
.footerText2 a:visited{
	color:#7b7b41;
	font-weight:bold;
	text-decoration: none;
}
.footerText2 a:hover{
	color:#7b7b41;
	font-weight:bold;
	text-decoration: underline;	
}

.adressText{
	font-family: Times, Trebuchet MS, Trebuchet, Arial, Helvetica, serif, sans-serif;
	padding-bottom:30px;
	font-size: 13px;
	font-weight:bold;
	color:#013473;
	font-weight: normal;
	letter-spacing: 1pt;
	line-height:18px;
	text-align: center;
}
.adressText a:link{
	color:#013473;
	font-weight:bold;
	text-decoration: none;	}
.adressText a:visited{
	color:#013473;
	font-weight:bold;
	text-decoration: none;
}
.adressText a:hover{
	color:#013473;
	font-weight:bold;
	text-decoration: underline;	
}
/*NAV STUFF*/
.menu_links {
	padding-left: 0px;
	padding-right: 0px;
	color: #013473;
	background-color: #e1e0a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
.menu_links a:link{
	color: #013473;
	background-color: #e1e0a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
.menu_links a:visited{
	color: #013473;
	background-color: #e1e0a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
.menu_links a:hover {
	color: #b1b10f;
	background-color: #e1e0a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
.menu_links_active {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #e8e7b8;
	color: #013473;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	text-decoration: none;
}
.spacer{
height:1px;
}
