body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #333333;
	padding: 0px;
	line-height: 16px;
	margin: 0px;
	background-image: url(../images/design/backgrounds/bg.png);
	background-repeat: repeat;
}

h1, h2, h3, p {
	margin: 0px 0px 14px 0px;
}

h1 {
	margin: 10px 0px 10px 0px;
	color: #313F66;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

h2 {
	margin: 0px;
	color: #BF780C;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	margin: 0px;
	color: #061129;
	font-size: 14px;
	font-weight: bold;
	
}

img {
	border: 0px;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #6396C3;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 830px;
	height: 146px;
	background-image: url(../images/design/backgrounds/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}

#logo {
	margin: 0px 10px 0px 0px;
	width: 73px;
	height: 73px;
	float: left;
}

#headerRight {
	float: right;
	color: #333333;
	text-align: right;
	width: 250px;
	line-height: 20px;
}

.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 850px;
	height: 39px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/design/backgrounds/navigationBg.jpg);
	background-repeat: repeat-x;
}

#navigationTop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigationTop ul #headerNav0 {
	background-image: none;
}

#navigationTop ul li {
	margin: 0px;
	padding: 10px 35px 12px 35px;
	font-size: 14px;
	text-decoration: none;
	float: left;
	background-image: url(../images/design/backgrounds/navigationTopBg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#navigationTop a {
	font-weight: normal;
	color: #061127;
	text-decoration: none;
}

#navigationTop a:hover {
	color: #7B6A1D;
}

#navigationBottom {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 850px;
	height: 29px;
	color: #061127;
	text-align: center;
	background-image: url(../images/design/backgrounds/navigationBottomBg.jpg);
	background-repeat: repeat-x;
}

#navigationBottom a {
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #061127;
	text-align: center;
	color: #061127;
}

#navigationBottom a:hover {
	text-decoration: underline;
}

#navigationBottom #footerNav0 {
	border: none;
}

#contentArea {
	width: 850px;
	float: left;
	background-image: url(../images/design/backgrounds/contentBg.jpg);
	background-repeat: repeat-y;
}

#leftColumn {
	padding: 20px 30px 10px 20px;
	width: 550px;
	float: left;
	line-height: 17px;
}

#rightColumn {
	padding: 0px;
	width: 250px;
	float: left;
	text-align: center;
	color: #FFFFFF;
}

#rightColumnHeader {
	padding: 10px 0px 0px 0px;
	font-size: 24px;
	color: #BF780C;
	text-align: center;
	line-height: 40px;
	border-left: 1px solid #666666;
	background-color: #F8F8F8;
}

#rightColumnHeader img {
	margin-top: 16px;
}

#rightColumnTitle {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	height: 31px;
	background-image: url(../images/design/backgrounds/rightColumnTitleBg.jpg);
	background-repeat: repeat-x;
}

#rightColumnText {
	padding: 10px 10px 10px 20px;
	text-align: left;
}

#rightColumnText a {
	width: 82px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/design/backgrounds/white-arrows.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#rightColumnText a:hover {
	text-decoration: none;
	color: #FFCC33;
	background-image: url(../images/design/backgrounds/yellow-arrows.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#rightImg {
	margin: -120px 0px 0px 742px;
	position: absolute;
}

#footerText {
	margin: 10px 0px 10px 0px;
	color: #CCCCCC;
	text-align: center;
	font-size: 11px;
}

#footerText a {
	color: #CCCCCC;
}

#footerText a:hover {
	text-decoration: underline;
}

/* Contact Form Styles */
#contact {
	margin: 25px auto 0px auto;
	width: 550px;
}

#contact fieldset {
	border: solid 1px #000000;
	width: auto;
	margin: 0px 0px 8px 0px;
	padding: 10px 10px 10px 10px;
}

#contact legend {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
}

#contact label {
	color: #000000;
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	width: 12em;
	text-align: right;
}

#contact input, #contact select, #contact textarea {
	float: left;
	margin: 0px;
	padding: 0px;
}

#contact div {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
/* Contact Form Styles */