body {
	background-color: #D19D3D;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1,h2,h3 {
	text-align: center;
}
a {
	
	text-decoration: none;
}
#rap {
	width: 960px;
	border: solid 1px #000;
	margin: 0 auto;
}
#head {
	background-image: url('img/logo.jpg');
	height: 155px;
	width: 900px;
}
#navimg {
	float: right;

}
#nav ul {
	display: block;
	list-style-type: none;
	width: 210px;
	padding: 0;
	margin: 0;
}
#nav li {
	list-style-type: none;
	border: solid 1px #000;
	width: 200px;
	height: 25px;
	padding: 0 0 0 10px;
	margin: -1px 0 0 -1px;
}
#nav a {
	text-decoration: none;
	color: #fff;
	font-size: .7em;
	font-weight: 900;
}
#nav li:hover {
	background-color: #7F5200;
}
#current {
	background-color: #7F5200;
}
#content {
	background-color: #A2C3E6;
	border-top: solid 1px #000;
	margin-top: -1px;
	padding: 15px;
	overflow: auto;
}
#content img {
	border: solid 1px #000;
	margin: 5px;
}
#content a {
	color: #333;
}
#content a:hover {
	color: #fff;
}
#contact {
	width: 400px;
	margin: 0 auto;
}
#altcontent img {
	border: solid 1px #000;
	margin: 5px;
}
#altcontent {
	background-color: #A2C3E6;
	border-top: solid 1px #000;
	margin-top: -1px;
	padding: 0;
	overflow: auto;
}
#altcontent a {
	color: #555;
}
#altcontent a:hover {
	color: #fff;
}
#left {
	background-color: #A2C3E6;
	width: 600px;
	float: left;
	height: 100%;
	padding: 15px;
	border-right: solid 1px #000;
}
#right {
	background-color: #A2C3E6;
	width: 298px;
	float: right;
	height: 100%;
	padding: 15px;
}
#right img {
	margin: 10px auto -5px 70px;
}
#right p {
	font-size: .65em;
	margin-left: 70px;
}
#register table {
	margin: 15px auto;
	border-collapse: collapse;
}
#register tr {
	vertical-align: top;
}
#foot {
	text-align: center;
}
#foot a {
	color: #fff;
	text-decoration: none;
}
#foot a:hover {
	color: #7F5200;
}
#contactimg {
	position: relative;
	left: 265px;
}

.bold {
	font-weight: 900;
}
.biglmargin {
	margin-left: 150px;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aright {
	text-align: right;
}
.aleft {
	text-align: left;
}
ul,li.nodot {
	list-style-type: none;
}
p.bigred {
	font-size: 1.3em;
	color: #F00;
	text-align: center;
	clear: both;
}
.green {
	color: #008000;
}