#logo {
	background-color: #FFFFFF;
	width: 800px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(Site_Images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	top: 0px;
}

#sub_nav {
	width: 790px;
	word-spacing: 10px;
	text-align: right;
	padding-right: 10px;
	height:16px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}
#major_minor_nav {
	float: left;
	width: 203px;
	position: relative;
	text-align: left;
	padding-top: 35px;
}
#main_images {
	width: 597px;
	float: right;
	position: relative;
}
#body_right {
	text-align: right;
	float: right;
	width: 425px;
	position: relative;
	padding-top: 30px;
	padding-right: 10px;
}

#body_left {
	float: left;
	width: 343px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #AAABAF;
	text-align: right;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	border-right-color: #AAABAF;
	border-bottom-color: #AAABAF;
	border-left-color: #AAABAF;
}
table {
	width: 375px;
	border: 1px solid #aaabaf;
	border-collapse:collapse;
}
th, td {border: 1px solid #aaabaf;
padding: 3px;

}
.rowshade {background:#dedfe1;

}

a.nav_indent:hover{padding-left: 5px;}

a:link {
	color: #b67150;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #D8B4A4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	border: 1px solid aaabaf;
}
ul#member_list {
	list-style-type:none;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #990000;
	color : #990000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #990000;
	color : #FFF;
	font-weight: bold;
}