BODY {
	margin: 0px;
	padding: 0px;  
	font-family: arial;
	font-size: 11px;
	background-color: #CCCCCC;
}

#page {
	width: 768px;
}

#header {
	background-color: #666;
	clear: both;
	
}

#topmenu {
	background-color: #618989;
	margin: 0px;
	padding: 5px
	
}

#topmenu ul {
	margin: 0px;
	padding: 0px;
}

#topmenu li {
	list-style: none;
	display: inline;
}

#topmenu a:link {  
	text-decoration: none;
	border-right: 1px solid white;
	color: white;
	background-color: #618989;
	padding: 5px 10px 5px 10px;	
}

#topmenu a:visited {  
	text-decoration: none;
	border-right: 1px solid white;
	color: white;
	background-color: #618989;
	padding: 5px 10px 5px 10px;	
}

#topmenu a:hover {  
	text-decoration: none;
	border-right: 1px solid white;
	color: white;
	background-color: #326666;
	padding: 5px 10px 5px 10px;	
}


#leftmenu {  
	background-color: #326666;
	width: 175px;
	float: left;
}

#leftmenu ul {
    margin: 0px;
    padding: 0px;
} 

#leftmenu li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #B7E1E1; 
} 

#leftmenu li a:link {  
	display: block;
	text-decoration: none;
	color: #A6D2D2;
    background-color: #326666;
	padding: 10px 0px 10px 30px;    
	font-weight: bold;

}

#leftmenu li a:visited {  
	display: block;
	text-decoration: none;
	color: #A6D2D2;
    background-color: #326666;
	padding: 10px 0px 10px 30px;    
	font-weight: bold;

}

#leftmenu li a:hover {  
	display: block;
	text-decoration: none;
	color: white;
    background-color: #618989;
	padding: 10px 0px 10px 30px;
	font-weight: bold;

}

#content {
	background-color: white;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	border-left: solid 175px #326666;
	border-bottom: 10px solid #326666;
}

H1 {
	color: #0c2157;
	font-size: 20px;
	border-bottom: solid 1px #618989;
	padding-bottom: 7px;
	margin-bottom: 20px;
}

H2 {
	color: #023AA9;
	font-size: 11px;
	text-transform: uppercase;
}

#footer {
	background-color: #EEEEEE;
	padding: 10px;
}

#footer a:link {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#footer a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: #0c2157;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #0c2157;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #0c2157;
	font-weight: bold;
}

.teamMember {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.teamMember strong{
	font-size: 1.1em;
}