body {
	margin: 0;
	padding: 0;
	background-color: #615D53;
	background-image: url("images/content.gif");
	background-position: center top;
	background-repeat: repeat-y;
	font: 13px arial, sans-serif;
	color: #fff;
}

div#page {
	width: 786px;
	margin: 0 auto 0 auto;
	border-top: 11px solid #615D53;
	padding: 0 0 0 2px;
}

div#top {
	position: relative;
	height: 200px;
	width: 784px;
	margin: 0;
	border: 1px solid #fff;
	padding: 0;
}

/*Menu*/
ul#menu {
	position: absolute;
	top: 145px;
	left: 132px;
	margin: 0;
	padding: 0;
}

ul#menu li {
	float: left;
	height: 17px;
	margin: 0; 
	padding: 4px 0 4px 0;
	list-style-type: none; 
	cursor: pointer;
	text-align: center;
}

ul#menu li ul { 
	display: none; 
}

/*Drop-Downs*/
ul#menu li:hover > ul { 
	display: block;
	position: absolute;
	width: 125px;
	margin: 27px 0 0 12px; 
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	padding: 0;
	z-index: 5;
}

ul#menu li:hover > ul li {
	float: none;
	height: 20px;
	margin: 0;
	border-top: 1px solid white;
	background: #405D42;
	text-align: left;
}

ul#menu li.over {
	position: relative;
	z-index: 7;
}

ul#menu li.over ul { 
	display: block;
	position: absolute;
	width: 125px;
	top: 29px;
	left: 13px; 
	margin: 0; 
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	background: #405D42;
	z-index: 7;
}

ul#menu li.over ul li {
	float: none;
	height: 20px;
	margin: 0;
	border-top: 1px solid white;
	text-align: left;
}

/*End Drop Downs*/

.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	float: left;
	padding: 6px 13px 6px 13px;
	text-align: center;
	font: bold 14px arial, sans-serif;
	color: white;
}

.menulink:hover, .dropdown:hover{
	color: #FDFCB7;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #BED0BF;
}

.dropdown:link, .dropdown:visited, .dropdown:active{
	display: block;
	padding: 2px 0 2px 6px;
	color: white;
}

/*CONTENT*/
div#content {
	clear: both;
	width: 746px;
	padding: 10px 20px 5px 20px;
}

h1 {
	margin: 0 -5px 0 -5px;
	padding: 4px 8px 4px 0;
	font: italic 28px georgia, serif;
	background: #827D70;
	text-align: right;
}

h2 {
	margin: 15px 0 -15px 0;
	font: 24px georgia, serif;
}

td h2{
	margin-bottom: 0;
}

h3 {
	margin: 15px 0 -11px 0;
	font: bold 15px arial, sans-serif;
}

p {
	margin: 15px 0 0 0;
	line-height: 18px;
}

table {
	margin: 15px 0 0 0;
}

td{
	height: 18px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 15px 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #BED0BF;
	cursor: pointer;
}

a:hover {
	color: #FDFCB7;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right{
	text-align: right;
}

/*Popup Windows*/
div.popup{
	padding: 0 20px 20px 20px;
	font-size: 12px;
}

/*Home*/
h1.home{
	border-bottom: 1px solid white;
}

div#home{
	width: 741px;
	margin: 0 -5px 0 -5px;
	padding: 0 5px 20px 10px;
	background: #827D70;
}

div#homeLeft{
	float: left;
	width: 400px;
	margin: 15px 26px 0 0;
}

div#homeLeft img{
	float: left;
	margin: 14px 15px 150px 0;
}

div#homeRight{
	float: right;
	width: 314px;
	margin: 15px 0 0 0;
}

div#homeLeft h2{
	margin: 10px 0 -9px 0;
}

div#homeLeft p{
	margin-top: 13px;
	line-height: 16px;
}

div#homeRight h2{
	margin: 10px 0 -7px 0;
}

div#homeRight p{
	margin-top: 8px;
	line-height: 16px;
}

/*History*/
div#collage{
	float: right;
	width: 402px;
	padding: 15px 60px 0 0;
	text-align: center;
	font-size: 11px;
}

/*Partners*/
img#homeLogo{
	float: right;
	margin: 15px 0 15px 15px;
}

/*Officers*/
img.officer{
	float: left;
	margin: 0 20px 15px 0;
	border: 1px solid #eee;
}

/*Register Online*/
div.highlight {
	float: right;
	width: 300px;
	margin: 0 0 15px 15px;
}

div#register{
	float: right;
	width: 185px;
	margin: 0 0 25px 30px;
	padding: 15px 10px 15px 10px;
	background: #fff;
	font: 24px georgia, serif;
	text-align: center;
}

.confirmation{
	color: blue;
}

.message, .message:link, .message:visited, .message:hover, .message:active{
	display: block;
	margin: 15px 0 0 0;
	font: bold 15px arial, sans-serif;
	color: #FAAA92;
}

span.orange{
	color: #FAAA92;
}

/*Rides*/
table#rides td{
	width: 350px;
	padding: 0 20px 0 20px;
}

/*Recipients*/
table.recipients {
	width: 744px;
	margin: 20px 0 0 0;
	border: 1px solid #eee;
}

th {
	padding: 4px 4px 3px 0;
	background: #827D70;
	font-weight: bold;
	text-align: left;
}

/*Membership*/
div#ulFloat{
	float: right;
	width: 495px;
	padding: 0 0 15px 20px;
}

/*FOOTERS*/
p.credit{
	clear: both;
	text-align: center;
	font-size: 11px;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	color: #fff;
}

p.copyright {
	clear: both;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 11px;
}
