body
{
	background-color: #EFEFEF;
	margin:0px;
	text-align: center;
}


.header
{
	background: url(../images/header.gif) no-repeat;
	width:767px;
	height:100px;
} 

#outer 
{
	margin-left: auto;
	margin-right: auto;
	width: 774px;
	margin-top: 0;
	margin-bottom: 0;
	border:4px #ffffff solid;
	background-color:#ffffff;
	position:relative;
}

#leftside
{ 
background-image: url(../images/left_side_gradient.gif);
} 


h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #830000;
	font-weight: bold;
}

.footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #830000;
	text-decoration: none;
}
.footer a,
.footer a:link, 
.footer a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #830000;
	text-decoration: none;
}
.footer a:hover,
.footer a:visited 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration: underline;
	color: #4D6DA0;
}

#navigation
{
	font-family: arial, sans-serif;
	padding : 10px 5px 5px 5px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background-color: #666;
}
#navigation a,
#navigation a:link, 
#navigation a:active
{
	font-family: arial, sans-serif;
	padding : 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
#navigation a:hover,
#navigation a:visited
{ 
	color: #CCC; 
	text-decoration: underline;
}

#content 
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#content a,
#content a:link, 
#content a:active 
{
	color: #666;
	
}
#content a:hover
{ 
	color: #830000;
	text-decoration: none;
}

.button
{
	padding : 5px 5px 5px 5px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333;
	}
	
.input

{
	width:150px;
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	background-color:#fff;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333;
	}
	
.links {
	color: red;
	font-weight: bold;
}
	
	
/* ----------------------- TEAM PAGE ------------------------- */

.clear { clear: both; } 

ul {
	list-style: none;
	padding: 5px 0 0 3px;
	margin: 0;
	}

li {
	padding-bottom: 40px;
	}

h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 3px 0;
	margin: 0;
	}
	
.person img {
	float: left;
	}

.info {
	float: left; 
	margin-left: 20px;
	}
	
.position {
	font-size: 14px;
	}










