@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, th, td, p, ul, ol, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}



body {
	background-color: #191919;
	color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	
}
p {
	font-size:80%;
	line-height:120%;
	margin-bottom:16px;
}
h1 {
	font-size: 130%;
	color: #1c6bb4;
	margin-bottom:10px;
	line-height:140%;

}
h2 {
	font-size: 120%;
	color: #1c6bb4;
	line-height:130%;
	margin-bottom:10px;
}
h3 {
	font-size: 100%;
}


h4 {
	font-size: 100%;
	text-decoration: underline;
}


h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
#outerWrapper {
	font-size: .7em;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 958px;
	background-image:url(/assets/bodybackground.gif);
	background-repeat:repeat-y;
}
* html #outerWrapper {
    min-width: 958px;
	max-width: 958px;
}

/* Internet Explorer *
/*\*/
* html #outerWrapper {
    width: 958px;
}


/**/
#topHeader {
	margin: 0px;
	padding: 0px;
	height: 257px;
	width: 958px;
}
#logoLeft {
	float: left;
	height: 257px;
	width: 257px;
}
#topImageRight {
	float: right;
	height: 257px;
	width: 701px;
}
#contentWrapper {
	width: 701px;
	margin: 0 auto;
	float:right;

	background-color:#FFF;

}
.clearfloat {
	clear:both;
	height:0px;
	line-height: 0px;
}
.clearbr {
	
	height:25px;
	line-height: 25px;
}
#topSearch {
	background-color: #195DB0;
	width: 701px;
	text-align:center;
	height:54px;
	line-height:54px;
}
#ContentMain {
	background-color: #FFF;
	padding: 10px;
	width: 679px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0;
	color:#333;
	font-size:120%;
}
#ContentMain h1 {
	font-size: 160%;
	color: #1c6bb4;
	margin-bottom:10px;
	text-align: center;
}
.RedHtag, .RedHtag h1,  #ContentMain .RedHtag {
	color: #F00;
}
.BlackHtag, .BlackHtag h1,  #ContentMain .BlackHtag {
	color: #000;
}
#ContentMain .SpecialHighlight{
	color:#F00;
}
#ContentMain p{
	font-size:100%;
	font-weight: bold;
		
}
#ContentMain a:link, #ContentMain a:visited{
	color:#1c6bb4;
}
#ContentMain a:hover,#ContentMain a:active{
	color:#006;
}
#ContentMain ul li{
	margin-left:25px;
	
	
}
#ComingEvents{
	background-color:#CCC;
	padding:10px;
	border:#333 solid 1px;
}
#ComingEvents ul li{
	padding-bottom:10px;
}
div#navLeft{
		height:auto;
	min-height:100%;
}
#memberTable td{
	padding: 10px;
	border:#666 solid 1px;
	
}
#DirectorsTable table{
	border:#333 solid 1px;	
}
#DirectorsTable td{
	padding: 10px;
	background-color:#CCC;
	
}
#navLeft {
	background-color: #404040;
	float: left;
	width: 257px;
	text-align:center;
	height:auto;
	min-height:100%;
	
}
#navLeft a:link, #navLeft a:visited{
	background-image:url(/assets/ButtonUpBack.jpg);
	background-repeat:no-repeat;
	display:block;
	line-height:54px;
	padding-bottom:2px;
	color:#FFF;
	font-size:170%;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-decoration:none;
}
#navLeft a:hover, #navLeft a:active{
	background-image:url(/assets/ButtonOverBack.jpg);
}
#navLeftLower{
	font-size:160%;
}
#navLeftLower a:link{
	line-height:normal;
}
#footer {
	color: #FFF;
	background-color: #1c6bb4;
	padding: 10px;
	clear: both;
	height: 50px;
	text-align:center;
	line-height:150%;
	font-size:130%;
	font-weight:bold;
}
#footer a:link, #footer a:visited{
	color:#FFF;
	padding-top:10px;
	
}
.SpecialText {
	color: #185FB1;
}
