@charset "UTF-8";
/* CSS Document */


#container {
	width:720px;
	height:auto;
	position:relative;
	margin:0 auto;
	background-color:#fff;
	border:#0e352d medium solid;
	background-image:url(images/SPM_head_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:0px;
}


#content {
	width:720px;
	height:auto;
	background-color:#FFF;
	margin-top:180px;
	padding-top:20px;
	padding-bottom:20px;
}

td#Navig {
	width:170px;
	height:auto;
	vertical-align:top;
	border-right: #0e352d thin dotted;
	text-align:right;
}

td#mainBody {
	width:540px;
	height:auto;
	background-color:#fff;
}

#announcement {
	width:420px;
	margin-left:60px;
	background-color:#ffffcc;
	border: #0e352d thin ridge;
}

#endpiece {
	width:720px;
	height:auto;
	border-top:#0e352d thin dotted;
	border-bottom:#0e352d thin dotted;
	background-color:#d0dfd7;
}

td#Navig a:link {
	font-family: Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	color:#9d3022;
	font-weight:bold;
	text-decoration:none;
}

td#Navig a:hover {
	color:#9ba491;
	text-decoration:underline;
}

td#Navig a:active {
	color:#9ba491;
	text-decoration:underline;
}

td#Navig a:visited {
	color:#9d3022;
	font-weight:normal;
	text-decoration:underline;
