#header {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: left;
	vertical-align: bottom;
	height: 126px;
	width: 100%;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	vertical-align: bottom;
	padding-top: 0px;
	margin-right: 5px;
}

#welcome {
  color: #B4985A;
	padding-left: 18px;
}

#welcome a {
  color: #B4985A;
	font-weight: bold;
	text-decoration: underline;
}

#leftNav {
	float: left;
	width: 74px;
	height:auto;
	clear: both;
	background-color: #B4985A;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
    width: 100%;
	float: left;
	background-color:#b498ba;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	text-align: left;
	background-image: url(../images/slogan_background.gif);
	height: 91px;
	margin: 0px;
}
#bodyText {
	margin-left:244px;
	width:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #461211;
	background-color: #B4985A;
	height:auto;
	text-align: left;
}

.mybutton {
background-color: #A2824F;
color : #491010;
border: 2px outset #481210;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0em;
margin: 0px;
}