@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font: normal 12px "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 20px;
	}
a
{
	text-decoration: none;
	border: none;
	color: #0000FF;
}
 
a:hover {
	color: #feffdf;
}
img {
	border: none;
}
.arrow {
	position: absolute;
	right: 8px;
	top: 8px;
}
#container {
	margin: 50px auto;
	width: 750px;
	border: 1px solid #999;
	}
	
	#container2 {
	margin: 50px auto;
	width: 750px;
	border: 1px solid #999;
	}
		#container3 {
	margin: 50px auto;
	width: 750px;
	border: 1px solid #999;
	}
.footer
{
	border-top: 1px solid #999;
	background: #FFFFFF;
	text-align: right;
	color: #fff;
}
.block
{
	background: #FFFFFF ;
	position: relative;
	top: 0px;
	left: 0px;
	width:750px;
}
h1
{
	background: repeat-x;
	font-weight: bold;
	padding:5px;
	color: #FFFFFF;
	font-size: 13px;
	border-top: 1px solid #888;
	background-color: #0000CC;
}
h2 {
	font-size: 18px;
	background: #5e5e51;
	padding: 10px;
	color: #fff;
	border-bottom: 2px solid #888;
}
p {
	padding: 10px;
	}
h1.active {
	background: #BFDBFF repeat-x;
	color: #Black;
	font-weight:bold;
	}

