body {
	margin: 0px;
}


#container {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#header {
	display: block;
	width: 700px;
	height: 175px;
}


#topNav {
	display: none;
}


#sideNav {
	display: none;
}


#contentLeft {
	display: none;
}
#contentRight {
	display: block;
	width: 100%;
	padding: 42px 0px 0px 0px;
	background-color: #FFFFFF;
}
#contentRight h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #9D8A54;
}
#contentRight h2 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #12306D;
}
#contentRight h3 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #12306D;
}
#contentRight h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #9D8A54;
	text-align: center;
}
#contentRight p {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 12px;
	color: #7A7A7A;
	line-height: 20px;
}
#contentRight strong {
	color: #12306D;
}
#contentRight ul {
	font-size: 12px;
	color: #7A7A7A;
	line-height: 20px;
}
#contentRight li {
	margin-bottom: 10px;
}
#contentRight a:link {
	color: #0D2984;
	text-decoration: underline;
}
#contentRight a:visited {
	color: #0D2984;
	text-decoration: underline;
}
#contentRight a:hover {
	color: #9D8A54;
	text-decoration: underline;
}
#contentRight a:active {
	color: #9D8A54;
	text-decoration: underline;
}

.clearDiv {
	clear: both;
}


#contactForm {
	margin: 0px 0px 40px 50px;
	font-size: 12px;
	color: #12306D;
}
#contactForm form {
	margin: 0;
	padding: 0;
}
#contactForm form br {
	clear: both;
	padding: 8px 0px 8px 0px;
}
label,input,select {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
#contactForm label {
	margin-right: 10px;
	text-align: right;
}
#contactForm input {
	color: #12306D;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#contactForm select {
	width: 150px;
	color: #12306D;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#contactForm textarea {
	margin: 5px 0px 10px 20px;
	width: 290px;
	height: 100px;
	color: #12306D;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#buttons {
	margin: 0px 0px 0px 80px;
	background-color: #FFFFFF;
}
#buttons input {
	margin-left: 10px;
	width: 75px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #9D8A54;
	background-color: #0A216A;
}
#hidden input {
	border: none;
	background-color: none;
}


#footerContainer {
	display: none;
}