﻿body {
	font-size: 80%;
	font-family: Verdana;
}
	
p {
	line-height: 1.75em;
}

#content {
	margin-left: 16px;
}

h1 {
	color: #002672;
	font-family: Verdana;
	font-size: 16px;
}

a:link {
	color: #002672;
	font-weight:bold;
	text-decoration:none;
	
	}

a:visited {
	color: #002672;
	font-weight:bold;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
}

.figure {
	width: auto;
}

div.figure {
	float: right; 
	width: 382px;
	margin: 0px 10px 5px 30px;
}

.photo {
		background: url('images/drop_shadow.gif') no-repeat right bottom;
}

.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 10px;
	position: relative;
	top: -5px;
	left:-5px;
}


.figure p {
	font: .85em/normal Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	color: #002672;
}

ul {
	list-style-type:square;
	line-height:150%;
}

ol{
list-style-type:lower-alpha;
	line-height:1.75em;
}