BODY {
	background-color: #000;
	font-family: Arial, sans-serif;
	margin: 0px; 0px; 0px; 0px;
	font-size: 12px;
	color: #fff;
}

A {
	color: #d14703;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}

H1 {
	color: #c4b344;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
.altH1 {
	color: #c4b344;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.footerBox {
	margin-top: 100px;
	background-color: #000;
}
.footerText {
	font-size: 10px;
	color: #808080;
	padding-top: 20px;
	padding-bottom: 120px;
}

.bigLink {
	font-size: 18px;
	font-weight: bold;
	color: #d14703;
	text-decoration: none;
}
.bigLink:hover {
	text-decoration: underline;
}

.wtTitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.pad20 {
	padding-left: 20px;
}
.descText {
	font-size: 12px;
	color: #fff;
	line-height: 17px;
}
.landingText {
	font-size: 11px;
	color: #fff;
	line-height: 17px;
}

#contactBox {
	text-align: left;
	width: 204px;
	background-color: #1a140f;
	border: #000 3px solid;
	padding: 10px 10px 30px 10px;
	color: #bbb9b7;
	font-size: 11px;
}
#contactBox H1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
#contactBox A {
	color: #ff5400;
	font-weight: bold;
	text-decoration: none;
}	
#contactBox A:hover {
	color: #ff5400;
	text-decoration: underline;
}	

.top {
	z-index: 5;
	position: absolute;
	top: 0px;
	left: 0px;
}

.dlText {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
}
.dlText:hover {
	color: #ee2605;
	text-decoration: underline;
}
.titleText {
	font-size: 32px;
}

#mainCont {
	margin-left: 20px;
	width: 960px;
}

#newsSection {
	font-size: 12px;
	padding-bottom: 50px;
	padding-right: 20px;
}
#newsSection .date {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}
#newsSection .heading {
	font-size: 21px;
	color: #fff;
	font-family: Times, Times New Roman, serif;
}
#newsSection .heading:hover {
	color: #52829a;
}

.heading {
	font-size: 21px;
	color: #fff;
	font-family: Times, Times New Roman, serif;
}

#mainContent {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 12px;
	color: #999;
}
#mainContent A {
	font-weight: bold;
	text-decoration: none;
}

#rightCol {
	padding-top: 40px;
}
#rightCol A {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#rightCol A:hover {
	text-decoration: underline;
}
#rightCol .bigA {
	font-size: 14px;
	color: #52829a;
	text-decoration: none;
	font-weight: bold;
}
#rightCol .bigA:hover {
	color: #52829a;
	text-decoration: underline;
}




#mainArea {
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 50px;
}
.mainTxt {
	width: 283px;
	margin-right: 20px;
	font-size: 14px;
}
.wtTxt {
	font-size: 14px;
	color: #fff;
}

.rightMain {
	background-color: #fff;
	padding-left: 20px;
}
.leftMain {
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 80px;
	padding-bottom: 10px;
	background-color: #52829a;
	width: 564px;
}
.wtLink {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.wtLink:hover {
	text-decoration: underline;
}

.mainA {
	font-size: 14px;
	color: #52829a;
	text-decoration: none;
	font-weight: bold;
}
.mainA:hover {
	color: #52829a;
	text-decoration: underline;
}
#footer {
	background-color: #000;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 100px;
}
.footerTxt {
	font-size: 12px;
	color: #6b6b6b;
}
.footerLink {
	color: #6b6b6b;
	text-decoration: none;
}
.footerLink:hover {
	color: #999999;
	text-decoration: underline;
}

