@charset "utf-8";
/*---basic styling--*/
* {
	margin: 0px;
	padding: 0px;
	}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
		}
		
#masthead {
	position: relative;
	background: #ffffcc;
	height: 176px;
	}	
#clear {
	clear: both;
	}	
		
#main-content {
	position: relative;
	width: 800px;
	float: left;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	
		
	}
#leftcontent {
	position: relative;
	width: 570px;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	}		
#leftcontent2 {
	position: relative;
	width: 770px;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	margin-top: 12px;
	}		
#rightcontent {
	positon: relative;
	margin-left: 5px;
	margin-right: 5px;
	width: 190px;
	float: right;
	color: #633;
	margin-top: 12px;
		 	}
#rightcontent2 {
	float: right;
	width: 215px;
	margin-right: 5px;
	margin-left: 10px;
}
#columnLeft {
	position: relative;
	margin-left: 10px;
	top: 10px;
	width: 150px;
	float: left;
	} 		
#columnMiddle {
	position: relative;
	top: 10px;
	width: 400px;
	float: left;
	margin-left: 150px;
	}
#columnRight {
	position: relative;
	display: block;
	left: 570px;
	width: 100px;
	top: 10px;
	background-color: #fffff;	
		}
		
#lower-footer {
	background-color: #cc6633;
	}	

#footer {
	font: .6em Arial, Helvetica, sans-serif;
	margin-top; 2em;
	text-align:center;
	background-color: #CC6633;
	}	

	margin-top		
/*---navigation---*/	
navsite {
}
#navsite ul {
	padding: 3px 0;
	margin-left: 13px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background-color: cc6633;
	}
#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
	}
#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #cc6600;
	text-decoration: none;
	}
#navsite ul li a:link {
	color: #000;
	}
#navsite ul li a:visited {
	color: #fffff;
	}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #000;
	background: #f7d8a4;
	border-color: #227;
	}
#navsite ul li a#current {
	background: cc9933;
	border-bottom: 1px solid white;
	}					
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#main-content2 {
	background-color: #FFF;
	float: left;
	width: 800px;
	position: relative;
}
#navbar {
	background-color: #cc6633;
	height: 20px;
	width: 800px;
}
#wrapper #main-content2 #leftcontent2 p .style11 {
	color: #fffff;
}
#wrapper #main-content2 #leftcontent2 table tr td p {
	color: #fffff;
}
#wrapper #main-content2 #leftcontent2 table tr td h4 {
	color: #fffff;
}
.conductor-name {
	font-weight: normal;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
