/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: #FEFEFD;
}

/* stupid IE... this doesn't work in IE! */
.main_table {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: #FEFEFD;
	z-index: 2;
}

/* stupid IE... there is a small white space at the bottom */
.main_table_footer {
	position: absolute;
	bottom: -3px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;
}

.content_table { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: #F5F4F2;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
}

.content_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
}

.content_main .page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 19px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 100px;
}

.content_main .img_table {
	background-color: #F0F0F0;
}

.content_main .img_subtitle {
	font-size: 10px;
	color: #B6725B;
	line-height: 14px;
}

.content_main .img_with_subtitle {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.content_main .past_officers_list_table {
	font-size: 11px;
}

.content_main .table_header {
	background-color: #EAEAEA;
	font-weight: bold;
	color: #996633;
}

#main_div_container {
	position: relative;
	width: 420px;
	height: 1100px;
	/* IE: top: 20px; */
	z-index: 100;
}

.important_indent {
	margin-left: 22px;
}

.important_orange {
	color: #B6725B;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 26px;
	color: #666666;
	margin-top: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 23px;
	color: #666666;
	margin-top: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 21px;
	color: #666666;
	margin-bottom: -2px;
	margin-top: 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #666666;
	margin-bottom: -4px;
	margin-top: 0px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B6725B;
	margin-bottom: -8px;
	margin-top: 0px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B6725B;
	margin-bottom: -4px;
}

.footer {
	color: #CCCCCC;
	font-size: 10px;
}

a:link {
	text-decoration: underline;
	color: #BF3E11;
}

a:hover {
	text-decoration: underline;
	color: #BF3E11;
}

a:active {
	text-decoration: underline;
	color: #BF3E11;
}

a:visited {
	text-decoration: underline;
	color: #BF3E11;
}

a img { border: none; }
a.img { border: none; }

.sub_nav_table .sub_nav_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* IE: letter-spacing: 0px; */
	font-size: 10px;
	padding-left: 14px;
}

.sub_nav_links a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

.sub_nav_links a:visited {
	letter-spacing: 1px;
	line-height: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

.sub_nav_links a:hover {
	letter-spacing: 1px;
	line-height: 15px;
	text-decoration: none;
	color: #CCCCCC;
}

.sub_nav_links a:active {
	letter-spacing: 1px;
	line-height: 15px;
	text-decoration: none;
	color: #CCCCCC;
}


#login_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding: 3px 20px 0px 20px;
	color:#696969;
}

#login_bar a { font-size: 9px; color: #333333; }
#login_bar a:hover { color: #BF3E11; }