
/*
	Header Elements
	------------------------------------------------------------------------------------------------------------ */
.headerDateContainer {
	width:266px;
	height:65px;
	background:#252525;
	text-align:right;	
	padding-top:10px;
	padding-right:21px;
	font-family:Lucida Sans,Arial,heveltica;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:-0.05em;
	vertical-align:top;
	color:white;
}

#headerNavContainer {
	background:url('/images/header/h2_2.jpg');
	width:208px;
	height:127px;
}


/*
	Body Elements
	------------------------------------------------------------------------------------------------------------ */
.bodyContainer {
	padding-right:10px;
}

.bodyContent {
	font-family:tahoma,arial,heveltica;
	font-size:10pt;
	color:#e3e3e3;
	line-height:145%;
}

.bodyPageTitle {
	padding-top:7px;
	padding-bottom:5px;
	font-family:Lucida Sans,Trebuchet Ms,heveltica;
	font-size:15pt;
	font-weight:bold;
	color:white;
	letter-spacing:-0.04em;
}

.bodyPageTitleSub {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Lucida Sans,Trebuchet Ms,heveltica;
	font-size:12pt;
	font-weight:bold;
	color:white;
}

.bodyPageQuote {
	margin-top:7px;
	margin-bottom:7px;
	background:#645B3A;
	padding:5px;
	border-left:5px solid #878064;
}

.bodyPageQuote a {
	font-family:tahoma,arial,heveltica;
	font-size:10pt;
	color:#e3e3e3;
	line-height:145%;
	font-weight:normal;
}

.bodyLinkBullet {
	background:url('/images/icons/arrowRight.gif');
	background-repeat:no-repeat;
	padding-left:10px;
}

.bodyLink1 {
	
}

.bodyRightColContainer {
	background:#1D1D1D;
	padding:5px;
	color:white;
	width:240px;
}

.bodyPageNavContainer {

}

.bodyPageNavBody {
	font-family:tahoma,arial,heveltica;
	font-size:10pt;
	padding-left:7px;
	padding-right:7px;
}

.bodyPageNavTitle {
	font-family:Lucida Sans,Trebuchet Ms,heveltica;
	font-size:13pt;
	font-weight:bold;
	color:white;
	letter-spacing:-0.04em;
	padding:5px;
	padding-left:10px;
}

.bodyPageNavBody ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.bodyPageNavBody ul li {
	margin:0px;
	padding:5px;
	line-height:145%;
}

.bodyPageNavBody ul li a {
	background:url('/images/icons/arrowRight.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	text-decoration:none;
	display:block;
}

.bodyPageNavBody ul li:hover, li.over ul {
	background:#59533D;
}

.bodyPageNavLinkOff {
	background:#1D1D1D;
}

.bodyPageNavLinkOn {
	background:#59533D;
}


.bodyFooter {
	text-align:center;
	font-family:verdana,arial,heveltica;;
	font-size:11px;
	color:#9E9B8F;
	padding:7px;
	margin-bottom:15px;
	margin-top:7px;
}


body	{
	margin:0px;
	padding:0px;
	background-color:#252525;
}

a	{
	color:#70D4A3;
	text-decoration:none;
}

a:hover	{
	color:#D1C379;
	text-decoration:underline;
}

p {
	margin:0px;
}
