body {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-y;
	background-color:#CBDECB;
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#002C94;
	margin-top:5px;
}
a:hover {
	color:#FFFFFF;
}

#banner {
	height:75px;
	width:650px;
	background-image:url('../images/logo.jpg');
}


.menu {
	height:100%;
	width:150px;
	float:left;
}
.menu li {
	width: 132px;
	height:44px;
	margin:5px 3px;
	position:relative;
	left:-40px;
	list-style:none;
	background-image:url('../images/button.jpg');
	text-align:center;
	font-size:9px;
	font-weight:900;
}
.menu li:hover {
	background-image:url('../images/button_alt.jpg');
}
.menu a {
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
.menu a span {
	position:relative;
	top:20px;
}
.menu a span.break_lines {
	position:relative;
	top:10px;
}

.separator {
	clear:both;
	border-bottom:3px ridge;
}

.spacer {clear:both;}

.content {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	float:left;
}
h1 {
	text-align:center;
	font-size:30px;
	font-family:verdana;
}
div.group {
	width:250px;
	padding:20px;
	margin:10px;
	float:left;
	height:65px;
}
div.group div {
	float:left;
}
img.group {
	width:80px;
	clear:none;
	float:left;
	padding-right:10px
}
.group a {
	display: block;
}
#bottom {
	display:block;
	width:60%;
	text-align:center;
	padding:20px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border-top:2px ridge;
	border-bottom:1px inset;
	
}
.content h2{
	padding-left:120px;
}
img.people {
	float:right;
	height:auto;
	clear:none;
	width:150px;
	height:auto;
	margin-left:10px;
	margin-bottom:10px;
}
p {
	text-indent: 1.5em;
	text-align:justify;
	padding:5px;
}

.signature {
	font-style:italic;
	font-weight:600;
}
.box {
	border:none;
	background-color:#ADBAAD;
	padding:20px;
}
.content em {
	font-weight:700;
}
.content li {
	padding:5px;
}

