@charset "utf-8";
/* CSS Document */

body {
	margin: 30px 0px 0px 0px;
	padding:0;
	height:100%;
}

.separator{
	background-image:url(../gfx/separator_bg.gif);
	background-repeat:no-repeat; 
}

table.container {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #C0C494 #C0C494 #C0C494 #C0C494;
	border-collapse: collapse;
}
table.container td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}
.bg_style {
	background-image:url(../gfx/bg.jpg);
	background-repeat:repeat-y;
	height:610px;
}
.copyright{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#C0C494; 
	text-align:left;
}
.transparent_bg{
	background-color:transparent;
}

#content_area{
	padding: 20px 15px 0px 15px;
	text-align:left;
}

#image_table{
	margin: 0px 0px 0px 15px; 
	float:right;
}

#copy_column{
	padding: 20px 15px 0px 15px;
}

#media_column{
	padding: 20px 15px 0px 0px;
}


.body_text_lead{ 
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	color:#6F6053; 
	line-height:20px; 
	margin-top:-4px;
}
.body_text{ 
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	color:#6F6053; 
	line-height:20px;
}
.page_heading{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-transform:uppercase; 
	font-weight:bold; 
	color:#000000; 
	text-align:left;
}

.spacer30{
	height:30px;;
}

.spacer60{
	height:60px;
}

ul li{
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	color:#6F6053; 
	line-height:20px;
}


.link_heading{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold; 
	color:#B1B67A; 
	line-height:20px;
}

.project_subtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold; 
	color:#B1B67A;
	line-height:30px; 
	 
}

a.link{
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	color:#6F6053; 
	line-height:14px;
	text-decoration:none;
}

a.nav_link{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#B1B67A; 
	line-height:14px;
	text-decoration:none;
}

a.project_link{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold; 
	color:#B1B67A; 
	line-height:20px;
	text-decoration:none;
}

a.project_link_on{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold; 
	color:#000000; 
	line-height:20px;
	text-decoration:none;
}




