/* -- layout -- */

body {
	padding: 0;
	margin:	0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#75518F;
}

#wrapper {
	width: 770px;
	background-color:#DBDBDB;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#masthead {
	height: 150px;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
}

#navigation {
	height:29px;
	background-image: url(../images/topbar.png);
	padding-top: 2px;
	color: #FFFFFF;
	border-bottom: 10px solid #ffffff;
}

#mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer {
	background-color: #75518F;
	border-top: 10px solid #ffffff;
	text-align:right;
	padding: 15px 20px;
	color:#FFFFFF;
}

#emailContainer {
	float:right;
	font-size:77%;
	padding: 130px 10px 0 0;
}

.boxout {
	float:right;
	width: 202px;
	background-color:#DBDBDB;
	border-left: 1px solid #B59459;
	border-bottom: 1px solid #B59459;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.separator {
	clear:both;
	height:0;
}

/* -- nav bar -- */

#navigation a {
height: 29px;
margin-right: 19px;
margin-left: 19px;
font: 12px/24px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}

/* -- fonts -- */

h1 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#mainContent h1 {
border-bottom: 1px solid #B59459;
padding-bottom: 3px;
margin-bottom: 10px;
margin-right: 10px;
}

p {
font-size: 85%;
line-height: 1.3em;
margin: 0 0 1em;
}

#footer p {
margin: 0;
}

/* -- links -- */
#emailContainer a {
color: #FFFFFF;
}

a {
color: #000000;
}

#navigation a:hover {
	text-decoration: underline;
	background-color: #B47DDB;
}
