/*
 * Copyright: Garrett Banker
 * Color List:
		 blackish background: #161616
		 red: #e80202
 */

td a{
	color:red;
}

html {
	height:100%;
}
body{
	margin:0;
	height:100%;
}

#header{
	background-color:#161616;
}

#nonFooter{
	position: relative;
	min-height: 100%;
}


* html #nonFooter
{
	height: 100%;
}

#footerwrap
{	
	position: relative;
	margin-top: -7.5em;
}


#mainContent
{
	padding-bottom: 9em;
}

#header
{
	height:140px;
}

#headLogo{
	padding:40px 0 0 100px;

}

ul.links li{
	float: left;
	font-size:75%;
	margin-left:8px;
}

#mainText .noindentmargin{
	margin:0;
	text-indent:0;
}
ul.links{
	font-family:verdana;
	list-style:none;
	padding:0;
	text-align:right;
	position:relative;
	right:10em;
	top:-22px;
	float:right;
	margin-bottom:0;
}

ul.links a{
	text-decoration:none;
	color:white;
}

ul.links a:hover{
	text-decoration:underline;
	color:white;
}

ul.links2 a:hover{
	text-decoration:underline;
	color:white;
}

ul.links2 li{
	float: left;
	font-size:75%;
	margin-left:5px;
}
ul.links2{
	font-family:verdana;
	list-style:none;
	padding:0;
	margin-top:0;
	margin-left:300px;
}

ul.links2 a{
	text-decoration:none;
	color:white;
}


#main{
	font-family:verdana;
	float:none;
	background-color:white;
}

#mainText{
	margin-left:100px;
	margin-right:40px;
}

#mainText p{
	text-indent:30px;
	font-size:75%;
	margin:0 30px 0 30px;
}

#mainText h1{
	color:#e80202;
	font-weight:normal;
	font-size:28px;
}


.spacer{
	background-color:#e80202;
	height:3px;
}

#footerWrap{
	background-color:#161616;
	height:100px;
}

#smallLogo{
	padding-top:20px;
	margin-left:80px;
	float:left;
}

#footer ul.links{
	font-size:95%;
	float:right;
	margin-top:40px;
}

#footer p{
	float:left;
}

.noFloat{
float:none;
}

ul.links2 .noFloat{
float:none;
}

#subFoot{
	color:#919191;
	margin-top:15px;
}

#nextMeeting img{
	float:left;
}

#nextMeeting p{
	font-size:14px;
	text-indent:0;
}

#nextMeeting h1{
	font-size:24px;
}

#nextMeeting .imgDesc{
	font-size:16px;
}

.imgheader{
	margin-top:0;
}

#cred a{
	text-decoration:none;
	color:#919191;
	font-size:12px;
	font-family:verdana;
}

#cred{
	float:none;
	text-align:right;
	margin-right:30px;
	position:relative;
	top:5px;
}

h4{
	font-family:verdana;
	color:#e80202;
}

#reg_form{
	font-size:12px;
	margin-left:30px;
}

.topAdminTab{
	color:white;
}

#adminUsers{
	margin-left:20px;
}

#errorReg{
	font-size:12pt;
}

#reg_form{
	margin-left:40px;
}
#adminBar{
	margin-top:0;
}
#adminBar a{
	color:black;
	text-decoration:none;
	margin-left:10px;
}

#adminBar a:hover{
	text-decoration:underline;
}
#mainText .noindent{
	text-indent:0;
}

.indent{
	margin-left:30px;
}

.indentm{
	margin-left:50px;
}

img{
	border-style:none;
}


#meetImg img{
	margin:0 20px 0 20px;
}


#date{
	text-indent:0;
	margin-left:0px;
}

#art{
	margin-bottom:10px;
}

.par{
	font-size:9pt;
}

#news{
	position:relative;
	left:-30px;
}
#news td h1{
	text-align:center;
	font-size:20px;
}

#news td {
	width:33%;
}

#news .par{
	text-indent:30px;
}

.newsLink{
	text-align:right;
}

.newsLink a{
	font-size:10px;
	color: #E80202;
}


#news .par p{
	font-size:9pt;
	margin:0;
}

#mainText .article p{
	text-indent:0px;
	margin-bottom:10px;
}

#mainText .date{
	text-align:center;
	font-size:7pt;
	margin-bottom:10px;
	font-weight:bold;
}

h1.frontTitle{
	margin-bottom:0px;
}


.gal{
	margin-left:30px;
}
	

	
	#cred a{
		font-size:.55em;
		color:white;
	}
	
	#me
	{
		color:#e80202;
	}
	
/* added by nicholas turner 01-28-2011 */

#image {
	float: left;
	padding: 1em;
}

#imageTitle {
	clear: both;
}

