h3 {
	font-size: 12px;
	margin-bottom: 16px;
}

a {
	color: #707072;
	text-decoration: none;
}

a:hover {
	color: #707072;
	text-decoration: underline;
}

p {
	margin-bottom: 28px;
}

li {
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 20px;
}

body {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: white;
	background-image: url(../Media/bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

/* class definitions */

.spacer-top {
	background-color: white;
	height: 55px;
	width: 100%;
}

p.tightspace {
	margin-bottom: 15px;
	padding-top: 0px;
}

.header {
	width: 100%;
	height: 59px;
	background-color: white;
	background-image: url(../Media/logo_stripe.gif);
	background-repeat: repeat-x;
}

.main {
	float: left;
	width: 412px;
	padding-left: 80px;
	padding-right: 45px;
	padding-top: 15px;
}

.main-nospace {
	float: left;
	width: 512px;
	padding-left: 0px;
	padding-right: 25px;
	padding-top: 15px;
}

.menu {
	float: left;
	width: 252px;
	padding-top: 57px;
}

.menu-items {
	height: 80px;
	width: 170px;
}

.menu-inactive {
	display: block;
	color: #707072;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 11px;
}

.menu-items a:hover {
	background-color: #707072;
	color: #fcfdfd;
	text-decoration: none;
}

.menu-active {
	color: #fcfdfd;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 11px;
	background-color: #707072;
}

.float-helper img {
	margin-right: 25px;
	float: left;
}

.no-float {
	clear: both;
}

.highlight {
	font-size: 12px;
	font-weight: bold;
}

td.head {
	vertical-align: top;
	width: 140px;
}

.resume {
	padding-top: 20px;
	width: 509px;
}