html {
	overflow-y: scroll;
	}

body {
	background-color:#FFFFFF;
	top:0px;
	padding:0px;
	margin:0px;
	}

#wrap {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:Trebuchet, Helvetica, sans-serif;
	}
	
#subwrap {
	width:800px;
	position:relative;
	}

/*Headers*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	}
	
		
h4 {
	font-size:16px;
	}

/*img*/
#sidebar img {border:none;}
#content img {border:5px;
	border-color:#FFFFFF;
	border-style:ridge;}

#content.landing img {border:none;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:0px;}

/*Staff paragraphs*/
p.staff {min-height:128px;}

/*content*/
#content {
	float:left;
	font-family:Trebuchet, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	width:460px;
	padding:20px;
	background-color:#F7F7F7;
	}

#content.wide {background-color:#FFFFFF;}
#content a {color:#C2202D; text-decoration:none;}
#content a:hover {text-decoration:underline;}
	
/*navigation*/
#navbar .on {color:#C2202D;}
#navbar .off {color:#000000;}

#navbar {
	width:800px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
	border-top:#E4E4E4;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom:#E4E4E4;
	border-bottom-style:solid;
	border-bottom-width:2px;
	}


	#navbar ul {margin:0px;
		padding:0px;
		list-style:none;
		}
		
	#navbar ul li {
		display:inline;
		padding:10px;
		font-size: 16px;
		font-weight: bold;
		line-height:18px;
		}
		
	#navbar a {
		width:10em;
		text-decoration: none;
		color: black;
		}
		
	#navbar a:hover, #navbar a:focus {
		color:#C2202D;
		}
		
/*effects: about, schedule, news staff pages*/
	#tabbed {
		width:auto;
		position:relative;
		margin-top:25px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	  /*padding-bottom:5px;*//*will need 5px padding-bottom for firefox browsers, none for safari*/
		margin-bottom:0px;
		border-bottom:#E4E4E4;
		border-bottom-style:solid;
		border-bottom-width:2px;
		}

	#tabbed ul {margin:0px;
		list-style:none;
		}
		
	#tabbed ul li {
		display:inline;
		font-size: 16px;
		font-weight: bold;
		}
		
	#tabbed a {
		width:10em;
		text-decoration: none;
		color:#000000;
		}
		
	#tabbed a:hover {
		color:#C2202D;
		}
				
	#subwrap .active {
		background-color:#FFFFFF;
		padding:5px;
		border-top:#E4E4E4;
		border-top-style:solid;
		border-top-width:2px;
		border-right:#E4E4E4;
		border-right-style:solid;
		border-right-width:2px;
		border-left:#E4E4E4;
		border-left-style:solid;
		border-left-width:2px;
		border-bottom:none;
		}
	#subwrap .inactive {padding:5px;
		border-top:#E4E4E4;
		border-top-style:solid;
		border-top-width:2px;
		border-right:#E4E4E4;
		border-right-style:solid;
		border-right-width:2px;
		border-left:#E4E4E4;
		border-left-style:solid;
		border-left-width:2px;
		border-bottom:#E4E4E4;
		border-bottom-style:solid;
		border-bottom-width:2px;
		background-color:#E4E4E4;
		}
				
/*end*/
		
/*sidebar*/
	#sidebar {
		float:right;
		width:280px;
		padding-left:20px;
		line-height:14px;
		}
	
	#sidebar em {font-style:normal;
		font-weight:bold;}
	
	#sidebar a {
		color:#C2202D;
		font-weight:bold;
		}
	
	#sidebar.contact, #sidebar.home {
		font-size:12px;
		line-height:14px;
		}
	
	#sidebar.contact a {
		font-weight:normal;
		}
		
	#sidebar.charts {font-size:12px;
		line-height:14px;
		}
	#sidebar.charts a {
		font-weight:normal;
		}

#content p img {float:left;
	margin:8px;}


/*footer*/
#foot {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:800px;
	text-align:center;
	clear:both;
	border-top:#E4E4E4;
	border-top-style:solid;
	border-top-width:2px;
	}

/*in page iframes*/
#content iframe {
	width:700px;
	margin-left:40px;
	border-width:3px;
	border-top:#E4E4E4;
	border-top-style:solid;
	border-left:#E4E4E4;
	border-left-style:solid;
	border-right:#F7F7F7;
	border-right-style:solid;
	border-bottom:#F7F7F7;
	border-bottom-style:solid;
	}	

li.histpic {
	display:block;}
	
/*TEMPORARY*/
#social {font-size:12px;}
#supportLink {
	margin:0 0 20px 0;
}


