/* CSS Document */

a:link {
	color: #E6C982;
	text-decoration: none;
}

a:visited {
	color: #E6C982;
	text-decoration: none;
}

a:hover {
    color: #E6C982;
	text-decoration: underline;
}

body {
    background-color: #C9C9C9;
	background-repeat: repeat;	
}

.spacer {
	background-color: #660000;
	height: 2em;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.spacer2 {
	background-color: #660000;
	height: 2em;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
	
#navbar {
	background-color: #660000;
	color: #E6C982;
	padding: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
}

#navbar ul {
	list-style: none;
	display: block;
	margin: 0 5px;
}

#navbar ul li {
	float: left;
	margin: 0 4.7em;
	font: bold 1em Arial;
}

.here {
	float: left;
	margin: 0 4.7em;
	font: bold 1em Arial;
	text-decoration: underline
}

.here2 {
	text-decoration: underline
}

#footer {
	background-color: #660000;
	color:#E6C982;
	padding: 5px 0;
	margin-top:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 0 0;
}

#footer ul {
	list-style: none;
	display: block;
	margin: 0 0 5px 5px;
}

#footer ul li {
	float: left;
	margin: 0 3em;
	font: bold 1em Arial;
}

.topSection p {
	margin: 5px 0 0px 0px;
}

.topSection a:link {
	color: #0000FF;
	text-decoration: none;
}

.topSection a:visited {
	color: #800080;
	text-decoration: none;
}

.topSection a:hover {
	color: #800080;
	text-decoration: underline;
}

#topSection {
	font: 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#topSection2 {
	height: 280px;
	width: 230px;
	background-color: #660000;
	color:#E6C982;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 5px 0 0;
}

#topSection2 ul {
	list-style: none;
	display: block;
	margin: 25px 0 1px 50px;
}

#topSection2 ul li {
	margin: 15px 1px;
	font: bold 1em Arial;
}

#border {
	background-color: #F3F3F3;
	border-color: #660000;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#margin1 {
	margin: 5px 0 0 0;
}

#pageheader {
	background-image:url('/uploads/photos/foundations2.jpg');
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 1px 5px 1px 5px;
	background-color: #660000;
	border-color: #660000;
	border-width: 1px;
	border-style: solid;
	width: 950px;
	height: 191px;
}