body
		{
			margin: 0px;
			margin-top: 4px;
			padding: 0px;
			background-color: #838383;
		}
		
		#container
		{
			margin: 0px;
			padding: 0px;
			text-align: left;
			width: 984px;
			background-color: #fffcd4;
			border: 1px solid #000;
			background-image: url(images/layout/navRepeat1.gif);
			background-repeat: repeat-y;
		}
		
		
		#banner
		{
			padding: 0px;
			background-image:  url(images/layout/banner1.gif);
			height: 195px;
			width: 984px;
		}
		
		
		#nav
		{
			float: left;
			padding: 0px;
			width: 180px;
			
		}
		
		#content
		{
			padding: 0px;
			margin-left: 188px;
			margin-right: 10px;
			
		}
		
		#footer
		{
			clear: both;
			width: 984px;
			background-color: #1F454C;
			color: #DDD;
			text-align: right;
			border-top: 1px solid #00000;
		}

.menutitle a{
	  display: block;
	  background-color:#224951;
	  border-left: 7px solid #16505C;
	  border-right: 7px solid #408998;
	  width:154px;
	  color:#ffffff;
	  padding: 6px;
	  border-bottom: 1px solid #173E3F;
	  text-decoration: none;
	  font-weight:bold;
	}

.menutitle a:hover{
	  text-decoration: underline;
	  border-left: 7px solid #165F62;
	  border-right: 7px solid #F6DC92;
	  background-color: #1D5560;
	}

.submenu a{
	  display: block;
	  text-indent: 15px;
	  width:154px;
	  background-color:#347A80;
	  border-left: 7px solid #16505C;
	  border-right: 7px solid #408998;
	  color:#ffffff;
	  text-decoration: none;
	  padding: 6px;
	  font-weight:bold;
	  border-bottom: 1px solid #173E3F;
	}

.submenu a:hover{
	  text-indent: 15px;
	  text-decoration: underline;
	  border-left: 7px solid #165F62;
	  border-right: 7px solid #F6DC92;
	  background-color: #348889;
	}


.show {
	display:inline;
	}

.hide {
	display:none;
	}
