html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial;
	font-size: .9em;
	background-color: #a1c4d0;
}

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF;
}

#header {
	height: 99px;
	margin: auto;
	position: relative;
	background: #004054 url(images/round_top_bottom_r.gif) no-repeat bottom right;
	vertical-align: middle;
	text-align: right;
	padding-right: 6px;
}

#slit {
	height: 12px;
	background-color: #a1c4d0;
}

#content_contain {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #FFFFFF url(images/round_top_r.gif) no-repeat top right;
	margin: auto;
	padding: 3px;
	padding-bottom: 2em;
}

#officers #content span {
	font-size: 1.1em;
}

#officers h3 {
	font-size: 1.1em;
}

#newsletters h4 {
	margin: 0;
	padding: 1px;
	font-weight: normal;
}


/* Side Menu */

#menu {
	top: 100px;
	float: left;
	position: absolute;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 188px;
	margin-left: -8px;
}

#menu ul li {
	width: 188px;
}

#menu ul li a {
	display: block;
	text-indent: -99999px;
	height: 35px;
	width: 188px;
}

#menu #m_home {
	background-image: url(images/m_home.gif);
}
#menu #m_about {
	background-image: url(images/m_about.gif);
}
#menu #m_newsletters {
	background-image: url(images/m_newsletters.gif);
}
#menu #m_familyprograms {
	background-image: url(images/m_familyprograms.gif);
}
#menu #m_legislative {
	background-image: url(images/m_legislative.gif);
}
#menu #m_events {
	background-image: url(images/m_events.gif);
}
#menu #m_membership {
	background-image: url(images/m_membership.gif);
}
#menu #m_corporate {
	background-image: url(images/m_corporate.gif);
}
#menu #m_honors {
	background-image: url(images/m_honors.gif);
}
#menu #m_officers {
	background-image: url(images/m_officers.gif);
}
#menu #m_links {
	background-image: url(images/m_links.gif);
}
#menu #m_photos {
	background-image: url(images/m_photos.gif);
}

#menu li:hover {
	background-position: 0 35px;
}

/* Content */

.center {
	text-align: center;
}

.left {
	float: left;
}

a:link,
a:active,
a:visited {
	color: #336774;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	padding-left: 210px;
	padding-bottom: 30px;
	font-family: Arial;
}

#content ul li {
	padding: 7px 0;
}

#content img {
	margin: 2px;
	border: 1px solid #000;
}

#content img.center {
	margin: auto;
	display: block;
	margin-top: 5px;
}

#content h1 {
	text-align: right;
	font-family: Georgia;
	border-bottom: 1px dashed #666;
	padding-bottom: -2px;
}

#content h2 {
	font-family: Georgia;
	font-weight: normal;
}

#content h3 {
	font-family: Georgia;
	margin-bottom: 3px;
}

#content h4 {
	font-family: Georgia;
	font-size: .9em;
}

#content .justify {
	text-align: justify;
}

#content p {
	line-height: 130%;
}

#content .pbg {
	background-image: url(images/paragraph_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #DDD;
	border-width: 0 0 1px 1px;
	padding: 2px;
}

ul.nostyle {
	list-style: none;
	float: left;
}

ul.nostyle li {
	list-style-type: none;
}

#footer {
	position: absolute;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	font-size: .8em;
	clear: both;
	padding-bottom: 3px;
}

#ausa {
	position: absolute;
	top: 0;
}