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

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

}

h4 {
	color:#4a2a1b;
}


a:link {
	color:#4a2a1b;
	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:#4a2a1b; 
	font-weight:normal;
	text-decoration:underline;
}

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


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

.accentbrown {
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	color:#4a2a1b;
}

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

.statement {
	width: 480px;
	font-family: Lucida Grande, Tahoma, Trebuchet MS, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4a2a1b;
	text-align:center;
	margin-left:110px;
}

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


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


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

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

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

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

