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

body {
	background-image:url(images/bg_white.jpg);

}

h4 {
	color:#69a233;
}


a:link {
	color:#336633;
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color:#666666;
	text-decoration:underline; 
}

a:visited {
	color:#336633; 
	font-weight:normal;
	text-decoration:underline;
}

a:active {
	color:#666666;
	text-decoration:underline; 
}


.headline {
	background-color:#69a233;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	padding-top:0px;
}

.accentgreen {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	color:#69a233;
}

.underline {
	padding-bottom:6px;
	border-bottom:#69a233 thin dashed;
	margin-right:20px;
}

.footer {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#336633;
}


#container {
	width:900px;
	position:relative;
	background-color:#FFFFFF;
	margin:0 auto;
	border: #69a233 thin solid;
}


#main_content {
	width:900px;
	height:auto;
	margin-top:20px;
}

#announcement {
	width:540px;
	margin-left:80px;
	background-color:#eaefe5;
	border: #69a233 thin ridge;
}


#endpiece {
	width:900px;
	height:auto;
	border-top:#69a233 thin dotted;
	border-bottom:#69a233 thin dotted;
	background-color:#eaefe5;
}

td#navig a:link {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	text-decoration:none;
	color:#69a233;
}


