@charset "utf-8";
/* CSS Document */

body {
	font-family: "Bell MT", "Times New Roman", serif; 
	font-size: 14px;
	color: #776a6e;
	margin-top: 0px;
}
a {
	text-decoration: none;
	color: #776a6e;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	line-height: 14px;
}
#pageWrap {
	position: relative;
	margin: 0px auto;
	width: 800px;
}
#navigationBar {
	width: 800px;
	height: 58px;
	background-image: url(images/navigationBg.gif);
	background-repeat: no-repeat;
}
#navigationLinks {
	width: 800px;
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #b3acae;
}
.linkPadding {
	margin-right: 30px;
}
#navigationLinks a {	
	color: #b3acae;	
}
#navigationLinks a:hover {
	text-decoration: none;
	color: #8d9380;	
}
.sublinkPadding {
	margin-right: 44px;
}
#subnavigationLinks {
	position: absolute;
	top: 74px;
	left: 276px;
	width: 524px;
	font-size: 16px;
	font-weight: bold;
	color: #8d9380;
}
#subnavigationLinks a {
	color: #8d9380;
}
#subnavigationLinks a:hover {
	text-decoration: none;
	color: #b3acae;	
}
#leftColumn {
	width: 208px;
	padding: 15px;
}
#leftColumn p {
	padding-left: 15px;
}
#middleLine {
	position: absolute;
	top: 76px;
	left: 238px;
	width: 2px;
	height: 502px;
	background-color: #8d9380;	
}
#rightColumn {
	position: absolute;
	top: 100px;
	left: 238px;
	width: 535px;
	padding-left: 18px;
	border-left: 2px solid #8d9380;
	padding-bottom: 20px;
}
#rightcolumn p {
	line-height: 18px;
}
#menuContent img {
	float: left;
	border: 1px solid #8d9380;
}
#menuContent p{
	margin-left: 210px;
}
.greenText {
	color: #8d9380;
}

#splashBody {
	width: 798px;
	height: 605px;
	border: 1px solid #776a6e;
}
#splashLogo {
	position: absolute;
	top: 22px;
	left: 148px;
	width: 430px;
	height: 214px;
}
#splashImages {
	position: absolute;
	top: 266px;
	left: 42px;
	width: 714px;
	height: 135px;
}
.splashPadding {
	margin-right: 16px;
}
#splashEnter {
	position: absolute;
	top: 426px;
	left: 368px;
	font-size: 15px;
	color: #8d9380;
}
#splashFooter {
	position: absolute;
	top: 436px;
	left: 1px;
	width: 798px;
	height: 170px;
	background-image: url(images/splashFooter.gif);
}
#splashFooter p {
	padding-top: 12px;
	padding-left: 114px;
	text-align: center;
	width: 580px;
}