/* CSS Document */

body { 
	background-color: #484837;
/*	background-image: url(../images/bkgd.gif);
	background-repeat: no-repeat;*/
	padding: 0px;
	margin: 0px;
	height: 100%;
	lang: en;
	}
	
#container {
	width: 750px;
	background-color: #7e7b61;
	/*background-image:url(../images/containerBkgd2.gif);
	background-repeat:no-repeat;*/
	overflow: visible;
	padding: 0px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	/*position: relative;*/
	/*min-height: 100%; /* For Modern Browsers */
	/*height: auto !important; /* For Modern Browsers */
	font-family: Georgia, serif;
	border-left: dotted #bebdb0 3px;
	border-right: dotted #bebdb0 3px;
}

* html #container {  /*hack for stupid IE's box model*/
	width: 756px;
	height: 100%;
}

*:lang(en) #container{
    height: auto !important;
}

#container:empty {
    height: auto !important
}

#navWrapper {
	height: 110px;
	/*background-color: #bebdb0;*/
	margin: 0px;
	padding: 0px;
}

#navBanner {
	height: 70px;
	border-bottom: solid #bebdb0 3px;
	background-image: url(../images/banner1.jpg);
}

#navLinks {
	height: 40px;
	background-color: #d9d6c5;
	border-bottom: dotted #7e7b61 3px;
}

#navLinks a.nav {
	display: block; 
	float: left;
	text-align: center; 
	width: 123px;
	height: 33px;
	border-left: dotted 2px #bebdb0;
	padding-top: 9px;
	font-size: 13px;
	font-weight: bold;
	COLOR: #7e7b61; 
	LETTER-SPACING: 1px; 
	TEXT-DECORATION: none;
	FONT-VARIANT: small-caps;
}

* html #navLinks a.nav {		/*hack for stupid IE's box model, makes it so bottom line doesn't jump around on mouseover*/
	border-bottom: solid 6px #d9d6c5;
}

#navLinks a.nav:hover {
	background-color: #e7e7e0;
	border-bottom: solid 6px #bebdb0;
}

#contentArea {
	height: auto;
	padding: 20px;
	}
	
#contentAreaHeadline {
	width: 50%;
	height: 50px;
	padding: 20px 0px 0px 20px;
	float: left;
/*	clear: both;*/
}

#rightColumn {
	width: 35%;
	float: right;
	/*background-color: #e7e7e0;*/
	margin: 20px 20px 0px 0px;
}

#leftColumn {
	width: 50%;
	float: left;
	padding: 20px 0px 0px 20px;
	color: #484837;
}

#wideBodyColumn {
	width: 85%;
	float: left;
	padding: 20px 0px 20px 20px;
}	
	
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #484837;
	LINE-HEIGHT: 17px;

}

.headlineLargest { 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 30px; 
	PADDING-BOTTOM: 10px; 
	COLOR: #e7e7e0;  
	LETTER-SPACING: 3px; 
	FONT-VARIANT: small-caps;
}

.bodytext {
	font-size: 12px;
	color: #e7e7e0;
	LINE-HEIGHT: 17px;
}

.quoteText {
	font-size: 14px;
	color: #C7C5AF;
	LINE-HEIGHT: 19px;
	font-style: italic;
}

.quoteTextByline {
	font-size: 12px;
	color: #C7C5AF;
	LINE-HEIGHT: 17px;
	FONT-VARIANT: small-caps;
}

dl.hangingTable
{
width: 100%;
margin: 0;
padding: 0;
}

.hangingTable dt
{
width: 25%;
float: left;
padding-top: 20px;
padding-bottom: 20px;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.hangingTable dd
{
float: left;
width: 67%;
font-size: 12px;
color: #e7e7e0;
LINE-HEIGHT: 17px;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px dotted #bebdb0;
}

dl.hangingTableNolines
{
width: 100%;
margin: 0;
padding: 0;
}

.hangingTableNolines dt
{
width: 25%;
float: left;
padding-top: 20px;
padding-bottom: 20px;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.hangingTableNolines dd
{
float: left;
width: 67%;
font-size: 12px;
color: #e7e7e0;
LINE-HEIGHT: 17px;
padding-top: 20px;
padding-bottom: 20px;
/*border-top: 1px dotted #bebdb0;*/
}

span.bodyheadSmall {
	background-color: #bebdb0;
	padding: 2px 4px 4px 4px;
	color: #484837;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	font-variant: small-caps;
}

.bodyheadMed {
	color: #e7e7e0;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	font-variant: small-caps;
}

.bodyheadLarge{
	color: #e7e7e0;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	font-variant: small-caps;
}	

a.bodylink {
	color: #adac8f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	LINE-HEIGHT: 17px;
}

a.bodylink:hover {
	TEXT-DECORATION: underline;
	color: #484837;
}

img { 
	border-width: 2px;
	border-color: #adac8f; 
}

a.thumbnailLink:link img {
	border-width: 2px;
	border-color: #adac8f;
}
a.thumbnailLink:visited img {
	border-width: 2px;
	border-color: #adac8f;
}

a.thumbnailLink:link:hover img,  a.thumbnailLink:visited:hover img {
	border-width: 2px;
	border-color: #484837;
	background-position: 0 0;
}

a.thumbnailLink:link:active img,  a.thumbnailLink:visited:active img {
	border-width: 2px;
	border-color: #484837;
	background-position: 0 0;
}

u {
	text-decoration: none;
	color: #484837;
	font-weight: bold;
	line-height: 22px;
	}
	
ul {
	list-style: square;
	padding-left: 20px;
}

li {
	padding-bottom: 10px;
}
