@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-image:url(../graphics/body_back.png);
	background-repeat:repeat;
}

#page{
	margin:0 auto;
	width:800px;
	height:100%;
}

#header{
	height:300px;
	width:100%;
	background-color:#FFFFFF; /*#778CB3;*/
	background-image:url(../graphics/header.jpg);
	background-position:left;
	background-repeat:no-repeat;

}

/*#logos {
	height:180px;
	width:100%;
	background-image:url(../graphics/wasp.jpg);
	background-position:center;
	background-repeat:no-repeat;
}*/

#latest{
	background-color:#778CB3;
	width:220px;
	color:#FFFFFF;
	text-align:justify;
	/*padding: 4px;
	margin:-20px 0 0 0;*/
}

#menu{
	background-color:#F7CB33;
	width:570px;
	height:20px;
}


#td_content{
	background-color:#A0AFCB;
	width:570px;
	height:302px;
}

#content_scroll{
	background-color:#A0AFCB;
	height:348px;
	overflow:scroll;
}

html>body #content_scroll{
	background-color:#A0AFCB;
	height:360px;
	overflow:auto;
}

#footer{
	background-image:url(../graphics/body_back.png);
	background-repeat:repeat;
	text-align:center;
}

/*-------------links------------*/

#header a, #header a:active,#header a:visited{
	color:#FF0000;
	font-size:18px;
	padding:0 0 0 500px;
	text-align:center;
	text-decoration:none;
}

#header a:hover{
	color:#FF0000;
	font-size:18px;
	padding:0 0 0 500px;
	text-align:center;
	text-decoration:underline;
}

#latest a, #latest a:active,#latest a:visited{
	color:#F7CB33;
	text-decoration:none;
	}
	
#latest a:hover{
	color:#F7CB33;
	text-decoration:underline;
	}


#menu ul{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
	height:30px;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	background-color: #F7CB33;
	padding:10px 12px 0 10px;
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover{
	background-color:#F01E1E;
	padding:10px 15px 11px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#td_content a,#td_content a:active,#td_content a:visited{
	color:#F7CB33;
	text-decoration:underline;}

#td_content a:hover{
	color:#000000;
	text-decoration:none;
}

#footer a,#footer a:active,#footer a:visited{
	color:#000000;
	text-decoration:underline;
}

#footer a:hover{
	color:#000000;
	text-decoration:none;
}

/*------------heading-----------*/
h1{
	color:#778CB3;
	font-size:18px;
	padding:30px 50px 0 400px;
	text-align:center;
}

h2{
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}

h3{
	color:#F7CB33;
	padding:0;
	margin:0;
	font-size:14px;
}

h4{
	color: #000000;
	font-size:20px;
	border-bottom:#FFFFFF dotted 2px;
	width:350px;
}


h5{
	padding: 4px;
	margin: 4px;
	font-size:14px;
	color:#000000;
	width:98%;

}

/*-----generic styles----------*/
.link_style{
	font-size:19px;
}
