/* CSS Document */
@charset "utf-8";

/* hide hack from Mac-IE5 \*/* html .mybuggyelement { height: 1%; }/* end hiding */

/* Common */
* {
	margin: 0;
	padding: 0;
}

/* BODY */
body  {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#FFFFFF;
}


/* HEADER */
#header_container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color:#E5E5E5;
}

#header_left {
	width: 290px;
	padding: 8px 0px 5px 10px;
	float: left;
}

#header_right {
	margin: 0px 0px 0px 310px;
	padding: 8px 10px 5px 0px;
	text-align: right;
}



/* CONTAINER */
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}



/* HEADER NAVIGATION */
#navigation {
	width: 800px;
	height:38px;
	margin: 0 auto;
	background-color: #E5E5E5;
	text-align: left;
}


a.btn {
	display: block;
	height:25px;
	color: #000000;
	padding: 13px 20px 0px 20px;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #B1B1B1;
	text-decoration: none;
	background-color: #E5E5E5;
	float: left;
}

a.btn:hover {
	text-decoration:none;
	background-color: #333333;
	color: #FFFFFF;
}

a.btn:active {
	text-decoration:none;
	color: #FFFFFF;
}


a.btn2 {
	display: block;
	height:25px;
	color: #FFFFFF;
	padding: 13px 20px 0px 20px;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #B1B1B1;
	text-decoration: none;
	background-color: #333333;
	float: left;
}

a.btn2:hover {
	text-decoration:none;
	background-color: #333333;
	color: #FFFFFF;
}

a.btn2:active {
	text-decoration:none;
	color: #FFFFFF;
}

a.btn2:visited {
	text-decoration:none;
	color: #FFFFFF;
}




/* NEWS */
#news {
	line-height:160%;
	text-align: left;
	margin: 15px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #000000;
}



/* FOOTER */
#footer {
	width: 800px;
	margin: 0 auto;
}


#copyright {
	width: 340px;
	height:13px;
	padding: 8px 0px 0px 10px;
	text-align: left;
	float: left;
}

#footer_link {
	margin: 0px 10px 0px 360px;
	text-align: right;
}





/* LINK */
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #478FA3;
	text-decoration: underline;
}


a.lnk1 {
	color: #488FA3;
	text-decoration: underline;
}
a.lnk1:active  {
	color: #488FA3;
	text-decoration:none;
}

a.lnk1:visited {
	color: #488FA3;
	text-decoration:none;
}
a.lnk1:hover {
	color: #333333;
	text-decoration:none;
}




/* STYLE */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bld_green {
	color: #488FA3;
	font-weight: bold;
}
