/* style for the entire page - everything visible within the browser window. */
body {
	background-color: #CFD2AE;
	margin: 0px;
	padding: 20px;
}

/* style for large div that forms page layout. */
#page {
    font-family: Futura, 'Trebuchet MS', 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif; 
	font-size: 12px;
	color: #474220;
	margin: auto;
	padding: 0px;
	width: 740px;
	background-image:url(../images/white.gif);
	background-repeat:repeat-y;
	
}


/*------------Styles for div containers in page layout.-------------------*/
#banner-top	{
	background-image:url(../images/dk_green_top.gif);
	background-repeat:no-repeat;
	height: 26px;
}

#logo	{
	margin: -40px -50px -40px -50px;
	position: relative;
	float: left;
}

#contact {
	width: 400px;
	float: right;
	margin:-25px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	color: #ffcc33;
}

#banner {
	background-image:url(../images/dk_green.gif);
	background-repeat:repeat-y;	
	padding: 20px;
	height: 40px;
}

#nav {
	height: 30px;
	background-image:url(../images/lt_green.gif);
	background-repeat:repeat-y;	
	line-height: 25px;
	font-size: 12px;
	padding-right: 30px;
	margin: 0px;
	text-align: right;
	color: #687818;
}

#sidebar {
	width: 275px;
	height: 590px;
	float: right;
	position: relative;
	margin: -5px -60px -60px 0px;
}

#content {
	margin: 0px;
	padding: 20px 240px 60px 40px;
}

#bottom	{
	margin: auto;
	padding: 0px;
	width: 740px;
	background-image:url(../images/white_bottom.gif);
	background-repeat:no-repeat;
	height: 26px;
}

#footer {
	margin: auto;
	padding: 0px;
	width: 740px;
    font-family: Futura, 'Trebuchet MS', 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif; 
	font-size: 12px;
	color: #474220;
}

/*------------- Styles for table data and charts. ----------------*/

/* Sets color for table borders.*/
.chart {
	background-color: #fff;
}

/* Sets color/style for table headings.*/
.chart th {
	background-color: #EEEEEE;
	text-align: left;
}

/* Sets color/style for table cells.*/
.chart td {
	background-color: #FFFFFF;
	padding: 5px;
}

/*------------- Link styles ---------------*/

/* Links within nav bar - regular state */
#nav a {
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	background: transparent;
}

/* Links within nav bar - roll-over state */
#nav a:hover {
	color: #ffcc33;
	text-decoration: underline;
}

/* Links within nav bar - "on" state */
#nav a.on {
	color: #CFD2AE;
	text-decoration: none;
}

/* Regular links on page - normal state */
a {
	color: #D9541E;
	text-decoration: underline;
}

/* Regular links - roll-over state */
a:hover {
	color: #677718;
	text-decoration: none;
	background-color: #ffcc33;
}

.contact	{
	color: #fff;
}

/*------------ Type styles --------------- */

h1 {
    font-family: Futura, 'Trebuchet MS', 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif; 
	font-size: 18px;
	color: #949B51;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
    font-family: Futura, 'Trebuchet MS', 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif; 
	font-size: 14px;
	color: #949B51;
	font-weight: normal;
	border-bottom: 1px solid #e7e9ce;
}

h3 {
    font-family: Futura, 'Trebuchet MS', 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif; 
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	line-height: 18px;
}

b {
	font-weight: bold;
	color: #949B51;
	font-size: 90%;
}

.callout	{
	line-height: 200%;
	font-weight: bold;
	color: #687818;
	padding: 20px 50px 0px 5px;
	margin: 20px 30px 0px 0px;
}

.copyright	{
	padding-left: 20px;
}

img	{
	behavior: url(/functions/iepngfix.htc);
}

.portrait	{
	padding: 0px 20px 5px 0px;
	float: left;
}

.overlap	{
	padding: 0px;
}

/* Bulleted list */
ul {
	line-height: 18px;
	list-style-type: disc;
}


/* Numbered list */
ol {
	line-height: 18px;
	list-style-type: decimal;
}
