/*------------------------------------------------------------------------------------------------------------------------------
	index_style.css - evan 
------------------------------------------------------------------------------------------------------------------------------*/

body {background: #003700; text-align: center; font-family: arial; margin: 0px; padding: 0px;}

li {list-style: square; margin-bottom: 5px;}

div.wrapper 
{
	width: 900px; 
	margin: 20px; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto; 
	background: #ffffff;
}

div.contents {}

div.mission_statement 
{
	width: 330px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	margin-top: 30px;
	border: 1px solid green;
}

div.news 
{
	padding: 5px;
	font-size: 14px;
	margin: 10px;
	border-top: 1px dotted silver;
}

div.slideshow 
{
	width: 500px;
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background: #000000;
	background-image: url('../images/ucsf_img2.jpg');
}

div.presidents_message 
{
	margin: 5px;	
	margin-top: 40px;
	text-align: left;
	border-top: 1px dotted silver;
}

div.presidents_message  a {	text-decoration: none;color: #28691B;}

div.presidents_message  a:hover {text-decoration: underline;}

div.message {margin: 10px; font-size: 20px;	font-style: italic; color: #28691B; }
