body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
	background-position:center;
	background-color:#ACCDEC;
	

} 

#container {
	width: 718px;
	margin: 0px auto;
	background-color: #ACCDEC;
	}
#top {
	color: #ACCDEC;
	width: 718px;
	height: 200px;
	background-color: #ACCDEC;
}

.cl {
clear:both;
}
#menu {
	width: 692px;
	background-color: #006600;
	padding: 13px;
	border-bottom: 3px solid #7294BB;
	border-top: 3px solid #7294BB;
	color: #000000;
	float: left;
	
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #006600;
	padding: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	padding: 13px;
	background-color: #FFFF99;
	text-decoration: none;
	color: #000000;
}
#main {
	width: 717px;
	float: left;
	height: 100%;
	margin-top: 0px;
	background-color: #DDF9BF;
	border: 1px solid #006600;
}
.content {
	padding: 10px;
	margin-top: 0px;
}
	
.content p{	
	font-weight: normal;
	font-size: 120%;
	color: #006600;
	padding: 5px;
	margin: 5px 0 0 0px;
}

p {
	margin: 0 0 0 0px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #0000000
}
h1 {
	padding: 5px;
	margin: 4px;
	font-size: 200%;
	font-weight: bold;
	color: #006600;
	text-decoration:underline;
}
h2 {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #006600;
}
h3 {
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	color: #006600;
}
#time {

	float: left;
}
.image {
	width: 190px;
	float: right;
	margin: 0 10px 10px 0;
	padding: 20px;
	
		
}
.image img{
	margin: 10px 0 0 10px;
	float: right;
	border: 1px solid green;
}

.clear
{
	clear: right;
	}
#footer {
	background-color: #006600;
	padding: 13px;
	width: 692px;
	color:#000000;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 3px solid #7294BB;
	float: center;
	margin: 0px auto;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#CCFFCC;
}
h4 {
	font-size: 180%;
	color: #F01E1E;
}

