*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #666666 url("bodybg.jpg");
	color: #666666;
}
a		{ color: #FF9900; font-weight: bold; text-decoration: none;}
a:visited {	color: #F4C800; }
a:hover { color: #666666; }
a:active { color: #FF9900; }

p{
	padding: 8px 0px;
}
cite{
	margin: 10px;
	display: block;
}

h1, h2{
	color: #324963;
}
h2{
	font: normal normal bold 1.5em/1.5em Georgia, "Times New Roman", serif;
	border-bottom: 1px dotted #666666;
}
h3{
	font-size:1.2em;
	line-height: 3em;
	font-weight: bold;
	margin-top: 5px;
	color: #FF9900;
}
h4{
	margin-top: 10px;
	font-size: 1em;
	border-bottom: 1px dotted #888888;
}
/* SECTION FORMATTING */
#container{
	background: #ffffff url("containerbg.jpg") repeat-y top right;
	width: 800px;
	margin: auto;
	position: relative;
	border: 1px solid #B5B79D;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header{
	background: #FFFFFF url("title.jpg") no-repeat;
	height: 150px;
	border-bottom: 10px solid #427691;
}
#header h1{
	display: none;
}
#navigation{
	position: absolute;
	top: 160px;
	right: 0px;
	width: 189px;
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #FDFCFA;
	background: #FDFCFA url("menubottom.jpg") no-repeat bottom left;
}
#navigation ul{
	list-style: none;
	font-size: .7em;
	font-weight: bold;
	line-height: 0em; /*IE problem*/
}
html>body #navigation ul{
	line-height: 2em;
}
#navigation li{
	padding: 0;
	line-height: 1px;
	border: 1px 0px;
}
#navigation a{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	line-height: 2em;
	color: #666666;
	background: transparent url("bullet.gif") no-repeat 5px .5em;
}
#navigation a:hover{
	background-color: #eceedd;
	color: #FF9900;
}
#content{
	font-size: .72em;
	line-height: 1.5em;
	width: 580px;
	margin: 10px 0px 20px 15px;
}
#content ul,#content ol{
	padding: 10px 40px;
	padding-right: 0;
}
#content ul li,#content ol li{
	padding: 3px 0px;
}
#footer{
	font-size: .6em;
	line-height: 1.5em;
	text-align: center;
	height: 35px;
	background-color: #d4d6c5;
	border-top: 1px solid #B5B79D;
}
#footer a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/* END SECTION FORMATTING */

/* MODULE FORMATTING */
.news{
	margin-top: 10px;
}
.newstitle{
	font-size:1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #FF9900;
}
.newsinfo, .subtitle{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	color: #696969;
}
.newsblurb{
	padding: 5px 0 0 0;
}
.newslink{
	text-align: right;
	padding: 0 0 15px 0;
}
dl.roster{
	margin: 10px;
}
dl.roster dl{
	margin-bottom: 10px;
}
/*dl.roster dt{
	font-weight: bold;
	background-color: #F8F8EC;
	padding: 5px;
}*/
dl.roster dt{
	font-size:1.2em;
	line-height: 3em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #FF9900;
}
dl.roster dl dt{
	background-color: transparent;
	float: left;
	width: 150px;
	padding: 2px;
	font-size: .95em;
	line-height: 1.5em;
	margin-top: 0;
	color: #666666;
}
dl.roster dl dd{
	margin: 5px;
}
dl.download{
	background-color: #d4d6c5;
	margin: 20px 150px;
	border-bottom: 1px solid #000000;
}
dl.download dt{
	float: left;
	width: 10em;
	font-weight: bold;
	padding: 3px;
}
dl.download dd{
	margin-left: 10em;
	padding: 3px;
	padding-left: 1em;
	border: 0;
	background-color: #FFFFFF;
}
ul.faqmenu{
	margin-left: 0px;
	padding-left: 0px;
}
ul.faqmenu a{
	font-size: .95em;
}
ul.faqmenu a:visited{
	color: #FF9900;
}
ul.faqmenu li{
	margin-bottom: 5px;
}
ol.bylaws, ol.bylaws ul{
	padding: 0 0 10px 10px !important;
	margin: 0 0 0 20px !important;
	list-style: none;
	font-size:1.2em;
	line-height: 3em;
	font-weight: bold;
	margin-top: 5px;
	color: #FF9900;
}
ol.bylaws{
	list-style: decimal;
}
ol.bylaws ul{
	font-size: .85em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	color: #666666;
}
ol.bylaws ul ul{
	font-weight: normal;
	font-size: 1em;
	margin-left: 30px !important;
}
ol.bylaws li{
	padding: 0;
	margin: 0;
}
ol.bylaws li li{
	padding-bottom: 10px !important;
}
ol.bylaws li li li {
	padding-bottom: 0px !important;
}
ol.bylaws .subbullet{
	width: 100px;
	font-weight: bold;
	margin-right: 10px;
}
/* END MODULE FORMATTING */

/* CLASS FORMATTING */
img.calloutimage{
	float: right;
	margin: 10px 0px 10px 10px;
}
/* END CLASS FORMATTING */