#masterpage {
	width: 800px;
	margin: 0 auto 0 auto;
}

	#header {
		position: relative;
		height: 168px;
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
	}

		#topnav {
			position: absolute;
			right: 0;
			bottom: 11px;
			text-align: right;
		}

#recognitiontop {
	height: 220px;
}

body { 
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #2a2e42;
	text-align: left;
}

a:link { color: #a72024; text-decoration: none; }
a:visited { color: #a72024; text-decoration: none; }
a:hover { color: #a72024; text-decoration: none; }
a:active { color: #d2d3a6; text-decoration: none; }
a.blue { color: #0a388e; text-decoration: none; }
a.whitelink { color: #fff; text-decoration: none; }
.subhead1 { color: #a72024; font-family: verdana; font-weight: bold; font-style: italic; }
.subhead2 { color: #a72024; font-family: verdana; font-weight: bold; }
.header { color: #a72024; font-size: 16pt; font-family: Arial; font-weight: bold; }

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

h1
{
	color: #a72024;
	font-size: 2em;
	font-family: Arial;
	font-weight: bold;
}

h2 {
	color: #a72024;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	color: #2a2e42;
	font-size: 1.1em;
	font-weight: bold;
}

.75pad {
	padding: 0 0 8px 8px;
}

.tdpad {
	padding: 0 5px 5px 0;
}

.picoffset
{
	padding-right: 5px;
	padding-bottom: 5px;
}

.tdreveal {
	padding-bottom: 8px;
}

.imgpadleft {
	padding: 0 8px 8px 0;
}

.redtext {
	color: #a72024;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.ulpad {
	padding-left: 5px;
}