body {
	color: #4f3a26;
	background: #D7D0BE;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}

body  a:link, body a:visited {
	color: #ff4500;
	font-weight: bold;
	text-decoration: none;
}

body a:active {
	color: #FFFF00;
	background-color: #4F3A26;
	font-weight: bold;
	text-decoration: none;
}

body a:focus, body a:hover {
	color: #4F3A26;
	background-color: #BAA98B;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #847554;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

a img {
	border: none;
}

#content {
	margin-right: 310px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #EF5210;
	background: #D7D0BE;
}

#content .form {
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* 
fixes the MS padding issue here
*/
#content .padding {
	padding: 10px 20px;
}

#content html, body, h1 {
	margin: 0;
	padding: 0;
}

#content p {
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	padding: 3px 20px;
	color: #4F3A26;
	background: #191616;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EF5210;
}

#footer #txtnav {
	width: 350px;
	float: right;
	text-align: right;
	word-spacing: 2em;
}

#footer a {
	color: #dbd6d6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

#footer a:hover {
	color: #ef5210;
	background-color: #000000;
}

#header {
	background: #4f3a26;
	height: 85px;
}

#inset {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 5px;
	border: thin solid #000000;
	background-color: #BAA98B;
}

#inset  a:link, #inset a:visited {
	color: #660000;
	text-decoration: none;
}

#inset a:focus, #inset a:hover {
	color: #FFFF00;
	background-color: #660000;
	text-decoration: none;
}

#inset h2 {
	padding-right: 20px;
	color: #4F3A26;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

#main-nav {
	border-bottom: 1px solid black;
	background: #55422f;
	height: 22px;
}

#main-nav #topnav {
	float: right;
	padding-right: 25px;
}

#shell {
	width: 100%;
	margin: auto;
}

#sidebar {
	float: right;
	width: 300px;
	background: #D7D0BE;
}


.rbox_box {
	background: #ffffff;
}
.rbox_top div {
   background: url(../images/rboxtl.png) no-repeat top left;
}
.rbox_top {
   background: url(../images/rboxtr.png) no-repeat top right;
}
.rbox_bottom div {
   background: url(../images/rboxbl.png) no-repeat bottom left;
}
.rbox_bottom {
   background: url(../images/rboxbr.png) no-repeat bottom right;
}

.rbox_top div, .rbox_top, 
.rbox_bottom div, .rbox_bottom {
   width: 100%;
   height: 25px;
   font-size: 1px;
}
.rbox_content { margin: 0 25px; }

.floatleft {
	float: left;
	margin-right: 5px;
}

.floatright {
	float: right;
	margin-left: 5px;
}
