@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f0d794;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-color: #FFFFFF;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#header h2 {
	display: none;
}
#NavBar {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#mainContent  {
	padding: 0 60px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 400px;
}
#mainContentHome {
	padding: 0 60px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 400px;
	text-align: center;
}

#footer  {
	background-color: #94C2D1;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	margin-bottom: 4px;
}
#footer  p  {
	margin: 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer h2 {
	margin: 20px 30px;

}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}


.fltRt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.fltLt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearFlt {
	clear: both;
}
.12pixel {
	font-size: 12px;
}
.13pixel {
	font-size: 13px;
}
.14pixel {
	font-size: 14px;
}



img {
	border: 2px solid #000000;
}
.borderRt {
	float: right;
	margin-bottom: 10px;
	border: 2px solid #000000;
	margin-left: 10px;
}
.borderLt {
	float: left;
	margin-bottom: 10px;
	border: 2px solid #000000;
	margin-right: 10px;
}
.caption {
	font-size: 80%;
	padding: 3px 0;
}
#mainContent #members {
	margin-right: auto;
	margin-left: auto;
}
#members .stateName {
	background-color: #94C2D1;
	font-weight: bold;
}
#members .lastName {
	font-weight: bold;
	width: 225px;
	text-align: right;
}
.smItal {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#members .firstName {
	width: 180px;
}
#members  .city {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	width: 150px;
}

#membLevels td {
	text-align: center;
	border: 1px solid #94c2d1;
}
#mainContent #membLevels {
	margin-right: auto;
	margin-left: auto;
}
#membLevels th {
	background-color: #94C2D1;
	border: 1px solid #94c2d1;
}
#credit {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 40px;
}
#mainContent .accepted {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#mainContent .accepted-4_col {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}
.center {
	text-align: center;
}


#gallery {
	list-style-type: none;
	display: inline;
	margin: 0 auto;
}

#gallery li {
	display: inline-block;
	float: left;
	margin:2px 6px;
}
#NavBar #menu {
	margin-right: auto;
	margin-left: auto;
}

#nav {
	display: inline;
	list-style-type: none;
	top: 3px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -40px;
}
#nav li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu #nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu #nav a:hover {
	color: #f0d794;
}
#sponsorList {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #94C2D1;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	margin-bottom: 20px;
}
#sponsorList ul {

}
#sponsorList li {
	text-indent: 50px;
	list-style-type: none;
}
#mainContent ul {
	padding-left: 20px;
	list-style-type: none;
}

