@charset "utf-8";
/* CSS Document */

body{
	background-color: #6992C4;
	color: #333333
}
a{
	text-decoration:none;
}
a:link{
	color:#333333;
}
a:visited{
	color:#333333;
}
a:hover{
	color:#FFCC00;
}
a:active{
	color:#333333;
}
table{
	border-collapse: collapse;
	border: 1px solid #696969;
	margin: 5px;
}
td, th{
	border: 1px solid #696969;
	padding: 2px;
}
th{
	background: #979797;
	font-weight: bold;
	white-space: nowrap;
}
#content {
	margin-left: 20px;
}
#members {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #C0D1E7;
}
#members tr {
	height:16px;
}
#members td {
	font-size: 100%;
	text-align: center;
}
#members th {
	background-image: url(../../images/news.png);
	font-weight: bold;
	font-size: 110%;
}
#vol, #vol tr, #vol td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: solid #333333 1px;
}
#vol {
	margin-left: 40px;
}

#detail, #detail tr, #detail td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: inherit thin ridge;
}
#detail {
	margin-left: 30px;
}
#roster {
	margin-left: 40px;
}
#roster td{
	padding-left: 2px;
}
#roster th{
	background: #979797;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}
#roster td, th{
	border: 1px solid #696969;
	padding: 3px;
	vertical-align: top;
	background-color: #DADADA;
}
h1{
	font-size: 125%;
}
h2{
	font-size: 110%;
}
h3{
	font-size: 95%;
}
h4{
	font-size:90%;

}
tabularData, tabularData td, tabularData th{
	border: 1px solid #696969;
	border-collapse: collapse;
}
#officers {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#docs {
	margin-right: auto;
	margin-left: auto;
	border: none;
}
#docs td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .stats {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.style1 {
	font-size: x-large;
	font-weight: bold;
}
