html {
	color:#CCCCCC;
	font-size:14px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
}
	
body { 
	background-color:#999999;
	background-image: url(/images/background4.jpg);
	background-repeat:repeat-x;
}

#container {
	margin: 0px;
	padding:0px;
	width: 800px; 
	background-color:#333333;
	text-align:left;
	height:inherit;
	border: 1px solid #5c5c5c;
}

/*********************************/
/* Elements concerning title bar */
/*********************************/
#titleBar {
	height:167px;
	width:800px;
}

/********************************************/
/* Elements concerning primary page content */
/********************************************/

/* Width = 174 */
#navBar {
	width:154px;
	float:left;
	background-color:#333333;
	padding: 5px 5px 0px 10px;
	height:auto;
	font-size:12px;
}

#navBar ul {
	list-style-type: none;
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-top:0px;
}

#navBar li {
	padding-top:6px;
}

#navBar .navTitle {
	font-size:16px;
}

#footer {
	clear:both;
	width:800px;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #5c5c5c;
	font-size:12px;
}


/*************************************************/
/**********  Design formatting *********************/
/*************************************************/
a {
	color:#8AC9FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.sectionTitle {
	color: #76B41C;
	font-size: 20px;
	display:inline;
}
.sectionSubtitle {
	color: #76B41C;
}

.green {
	color: #76B41C;
}

.orange {
	color:#CC9900;
}

#pageContent img {
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.bodyImg {
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.error {
	color:#FF0000;
}

.staffBlurb .staffName {color:#8AC9FF;}
.staffName {color:#76B41C;}
.staffTitle {color:#CCCCCC;}
.staffBlurb {width:32%; height:185px; float:left; top: 0px; text-align:center;}
.staffBlurb img {border: 1px solid #5c5c5c;}
.staffBlurb img:hover {border-color:#8AC9FF;}