body{
	padding: 0px;
	margin: 0px;	
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	/*padding-bottom: 20px;*/
}

p{
	margin-left: 1em;
}

h2 {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-style: Italic;
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 0em;
}

.pageTitle{
	font: bold 18pt Arial,Helvetica,sans-serif;
   	color: #000000;
   	width: 100%;
   	vertical-align: middle;  	
   	text-align: center;
   	padding: 0px;
}

#header{
	padding: 3px;
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#content{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

#footer{ 	
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 15px;    
    color: #fff;    
    z-index: 200;
    overflow: hidden;
    overflow-y: hidden; 
    
	clear: both;
	font: italic 12pt "Times New Roman", Times, serif;
	color: #fff;
	background-color: #000;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	margin-top: 30px;
}

#wnc_location{
	width: 600px; 
	height: 340px;
	border: 1px solid #000;
}

#tabs {
	list-style: none;
	display: inline;
	margin-left: 20px;
}

#tabs A:link, #tabs A:visited, #tabs A:active, #tabs A:hover{
   color: #666666;
   text-decoration: none;
}

a:link, a:visited, a:active
{
	color: #006699;
	text-decoration: none;
}
a:hover
{
	color: #006699;
	text-decoration: underline;
}

#tabs li{
	display: inline;
	margin-right: 10px;
	background-color: #F9F9F9;
	font: 12pt Arial,Helvetica,sans-serif;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
	text-align: center;
}
#tabs li.active-tab {
	border-top: 3px solid #cc0000;
	border-bottom: 3px solid #fff;
	color: #000;
	font-weight: bold;
	background-color: #fff;
}

table.download_pane {
	border: 2px solid #000;
	border-collapse: collapse;
	text-align: center;
}

table.download_pane th {
	padding: 2px;
	border: 1px solid #000;
	border-collapse: collapse;
}

table.download_pane td {
	padding: 5px;
	border: 1px solid #000;
	border-collapse: collapse;
}

.tabSelector{
	visibility: hidden;
}

.featureList li {
	margin: 0.5em 0em;
}

.smallNote {
	font-size: 10pt;
	font-style: italic;
	width: 65%;
}

.missionStatement{
	text-align: center;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #006699;
	color: #006699;
	background-color: #C9D7E1;	
	padding: 5px;
}

.blueBar{
	background-color: #006699;
	font-size: 16pt;
	xfont-weight: bold;
	font-style: italic;
	color: #fff;
	text-shadow: 0px -1px 0pt rgba(0, 0, 0, 0.6);
	padding-left: 5px;
	
	background-image:url('logo_bluebar.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	height: 44px;
}

.photo{
	border: 1px solid #000;
}