/* CSS Document */

	body{
		background-color:#000000;
		font-family: Arial;
		font-size: .8em;
		margin:0px;
	}
	
	#mainBody {
		width:800px;
		height:100%;
		background-color:#FFFFFF;
	}
	#header {
		height:75px;
	}
	
	#header img {
		border-bottom:1px solid #FFFFFF;
	}
	
	.subHeader {
		height:25px;
		background-color:869EAE;
		border-bottom:1px solid #FFFFFF;
	}
	
	#leftNav {
		width:200px;
		height:100%;
	}
	
	#leftNav img {
		border-bottom:1px solid #FFFFFF;
	}
	
	#content {
		margin:15px 20px 20px 20px;
	}
	
	#content h1 {
		font-family:Arial;
		font-size:1.5em;
		color:#869EAE;
	}
	
	#content h2 {
		font-family:Arial;
		font-size:1em;
		font-weight:bold;
		color:#869EAE;
	}
	
	#content h3 {
		font-family:Arial;
		font-size:.8em;
		font-weight:bold;
	}
	
	content hr {
		color:#D8E4EC;
	}
	
	#content p, li {
		font-family: Arial;
		font-size: .8em;
	}
	
	#rightNav {
		height:100%;
		border-left:1px solid #CCCCCC;
	}
	
	#spotlight {
		width:199px;
		background-color:#D8E4EC;
	}
	
	#spotlight-item {
		padding:10px;
		font-family:Arial;
		height:75px;
	}
	
	#spotlight-item h1 {
		color:#666666;
		font-size:.9em;
		font-weight:bold;
		margin-bottom:15px;
	}
	
	#spotlight-item h2 {
		font-size:.6em;
		font-weight:bold;
		margin-bottom:15px;
	}
	
	#spotlight-item p {
		font-weight:bold;
		margin-top:18px;
		margin-bottom:15px;
	}
	
	#spotlight-item .spotlight {
		color:#666666;
		font-size:.9em;
		font-weight:bold;
		margin-bottom:15px;
	}
	
	#spotlight-item .spotlight_name {
		font-size:.6em;
		font-weight:bold;
		margin-bottom:12px;
	}
	
	#spotlight-item a {
		color:#869EAE;
		font-size:.6em;
		align:right;
	}

	#footer {
		color:#FFFFFF;
		font-family:Arial;
		font-size:.7em;
	}
	
	#footer a {
		color:#FFFFFF;
		font-family:Arial;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
	.bioText {
			width:240px;
			font-family:Arial;
			font-size:.7em;
	}
	
	