/* CSS Document  */

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}


#facultyNames a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#facultyNames a:visited {
	text-decoration: none;
	color:  #000000;
	font-weight: bold;
}
#facultyNames a:hover {
	text-decoration: underline;
	color: #BD1600;
	font-weight: bold;
}
#facultyNames a:active {
	text-decoration: none;
}

#container{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #000000;
	

}



#bannerw {
	height: 100px; 
 	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

#redbar {
	border-top: 10px solid #BD1600;
}

#nav {
	background-color: #FFFFFF;
	border-top: 1px solid #BD1600; 
	border-bottom: 10px solid black;
	text-align: center;
}

#nav ul{
	list-style-type: none;
	padding: 0px;

}

#nav ul li {
	display: inline;
	margin: 5px 30px;	
}

#leftcol {
	background-color: white;
	width: 160px;
	padding: 10px;
	border-right: 10px solid #669933;
	/*float: left;*/
	height: auto;  /*arbitrary value i used */

}

#leftcol ul{
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;	
	
}

#leftcol ul li{
	margin-bottom: 10px;
}

#address{
	font-size: 10px;
	position: relative;
	bottom: 10px;
}




#content {
	width: 570px;
	text-align: left;
	margin: 10px -15px;	
	padding: 10px 12px;
	/*height: 900px;  also arbitrary size for test;
					 remove once you have content and it will dynamically wrap*/
}


#rightimage{
	float: right;
	margin-left: 15px; 
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
}


#rightimage a:link {
	color: #BD1600;
	text-decoration: none;
	font-weight: bold;
}
#rightimage a:visited {
	text-decoration: none;
	color: #BD1600;
	font-weight: bold;
}
#rightimage a:hover {
	text-decoration: underline;
	color: #BD1600;
	font-weight: bold;
}
#rightimage a:active {
	text-decoration: none;
}


#nameLink {
	margin-left: 75px; 
}

#nameLinkMLK {
	margin-left: 45px; 
}


