/* CSS Document */

div.header {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
}

div.menu {
	position:absolute;
	top:125px;
	left:0px;
	width:150px;
	/*height:80%;
	border-right:1px solid #006699;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006;
	padding-top:5px;
}

div.title {
	position:absolute;
	top:130px;
	left:155px;
	width:600px;
	font:bold 32px "Arial";
	color:#006;
	text-align:center;
}

div.picstitle {
    position:absolute;
    top:10px;
    left:0px;
    width:150px;
    font:bold 12px "Arial";
    color:#006;
    text-align:left;
}

div.body {
	position:absolute;
	top:180px;
	left:160px;
	color:#006;
	width:580px;
	font: normal 14px "Trebuchet MS","Verdana","Arial";
}

div.subtitle {
	text-align:center;
	font-size:0.5em;
}

div.date_count {
	position:absolute;
	top:500px;
	left:0px;
	color:#006;
	width:150px;
	font: normal 10px "Trebuchet MS";
	}

h2 {
	font-weight:bold;
	font-size:1.1em;
	font-family:"Arial";
}

.menu ul{
	
	margin:0px;
	/*padding:2px;*/
	
	/*border:1px solid #666;
	background:#f4fff9;*/
	font: normal 16px "Trebuchet MS","Verdana","Arial";
	/*width:6em;*/
	
	}

.menu li{
	position:relative;
	margin:0px;
	/*width:7.5em;*/
	padding:0px;
	padding-top:3px;
	list-style-type:none;
	background:transparent;
	color: #006;
	line-height:130%;
	
}

.menu li.complete a{
	color:white;
	background-color:#399;
}

.menu a{
	border-bottom: 1px solid #006699;
	border-right: 1px solid #006699;
	color: #006;
	text-decoration:none;
	display:block;
	text-align:right;
	padding-right:3px;
}
.menu a:hover{
	
	background:transparent;
	color:#399;
}

.floatlist{
	width:49%;
	float:left;
	padding:2px;
}