/* CSS Document */

/*general public*/
#wrapper-1{
	width: 982px;
}

#banner1{
	background-image: url(../images/images/images/banner_bkg_05.jpg);
	width: 982px;
	height: 128px;
}

#banner2{
	background-image: url(../images/images/images/mem_banbkg_05.jpg);
	width: 982px;
	height: 128px;
}

#banner3{
	background-image: url(../images/images/images/govbannerbkg_05.jpg);
	width: 982px;
	height: 128px;
}

#banner{
	width: 982px;
	height: 174px;
}
/*general public*/
#wrapper2-1{
	background-image: url(../images/images/images/public_07.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 982px;
}

/*government guide*/
#wrapper2-2{
	background-image: url(../images/images/images/gov_07.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 982px;
}

/*members only*/
#wrapper2-3{
	background-image: url(../images/images/images/members_07.gif);
	background-position: top center;
	background-repeat: repeat-y;
	width: 982px;
}

#nav2{
	width: 173px;
	float: left;
	margin-left:6px;
	margin: 0px;
}

#main {
	width: 754px;
	padding: 10px 10px 20px 20px;
	margin-left: 173px;
	min-height: 380px;
	height: auto;
}

/* the following rule is recognized only by IE */
	
* html #main {
	width: 770px;/*substract 20px*/
	padding: 5px 0px 20px 20px;
	margin-left: 173px;
	height: 380px;
}

#main2 {
	width: 805px;
	margin-left: 173px;
	height: 20px;
	background: #000;
}

/*general public*/
#footer-1 {
	width: 982px;
	height: 6px;
	background-image: url(../images/images/images/public_08.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
/*government guide*/
#footer-2 {
	width: 982px;
	height: 6px;
	background-image: url(../images/images/images/gov_08.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/*members only*/
#footer-3 {
	width: 982px;
	height: 6px;
	background-image: url(../images/images/images/members_08.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/*TEXT FORMATTING*/
#eventtable{
	border-top: 2px solid #999999;
}

#eventtable td{
border-bottom: 2px solid #999999;
}


p {
	font-size: 12px;
	color: #333333;

}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 2px;

}
ul {
	font-size: 12px;
	color: #333333;
}
#main a {
	color: #464B9F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 464B9F;
}

.mice {
	font-size: 10px;
}
