/* 
CSS Document 
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FAFCA3;
}

/*HEADER*/
#header{
	width: 900px;
	position:relative; 
	height: 125px;
	background-image:url();
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	width: 900px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #ACBFE3;
	font-size: 68px;
	font-weight: bold;
	margin-top:21px;
	margin-left:63px;
	margin-right:0px;
	left: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#menu{
	position:relative;
	bottom: 00px;
	right: -180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFffff;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFffff;
	text-decoration:none;
}
#menu a:hover{
	color:#C0C0C0;
	text-decoration:overline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 895px;
	margin-top: -15px;
}
#contenttext{
	float:right;
	margin-top: -20px;
	margin-right: 75px;
	width: 616px;
	height: 601px;
	background-color:#ffffff;
	color:#000000;
}

/*FOOTER*/
.footer{
	width: 900px;
	height: 44px;
	float: LEFT;
	margin-left: 0px;
	background-image:url(bg_footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 23px;
	margin-top: -49px;
	background-image:url(table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 190px;
	background-image:url();
	background-repeat:repeat-y;
}
.table_text{
	margin-left:5px;
	margin-right:0px;
	text-align:left;
}
a {
    text-decoration:none;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #C0C0C0;
	border-bottom: 1px dotted #FFFFFF;

}
a:active {
	color: #FFFFFF;
}
.table_bottom{
	width: 204px; height: 23px;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_date {	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.body_text {	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
}
.news_more {	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#004080;
	font-weight: bold;
	margin-left: 2px;
	text-transform: uppercase;
}
.news_text {	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
}

.subtitle_gray {	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-family: Century Gothic, Trebuchet MS, Helvetica, Arial; font-weight: bold; font-size: 28px; color: #7DA5E0; }
.title_panel {	font-family: Century Gothic, Trebuchet MS, Helvetica, Arial; color: #004080;
	font-size: 12px;
	font-weight: bold;
}