/* CSS Document */
body{
	margin:0px;
	padding:0px;
	color:#330033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: thin inset #333;
	background-color: #FFF;
}
#container{
	width:100%;
	background-color: #D9CDB3;
}
#page{
	width:900px;
	position:relative;
	background:url(images/content_fill.jpg) repeat-y;
	z-index:1;
	border: thick groove #600;
}
#header{
width:900px;
height:130px;
background:url(header.jpg) no-repeat;
}
#links{
	position:relative;
	float:left;
	left:5px;
	top:0px;
	margin-bottom:30px;
	width:114px;
	padding: 10px;
}
#links a{
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;

}

#content{
	padding:0px 130px 0 250px;
	line-height:20px;
	z-index:2;
	border: thin groove #786347;
	background-color: #FFF;
	background-image: url(logostamp.jpg);
	background-repeat: no-repeat;
	background-position: 325px center;
}
#clearfloats{
clear:left;
}
#footer{
clear:both;
width:900px;
height:108px;
background:url(footer.jpg) no-repeat;
}
.navigation {
	height: auto;
	width: auto;
	border: thin groove #786347;
	background-color: #FFF;
}
#container #page #content p {
	text-align: justify;
}
.links {
	float: left;
	height: auto;
	width: auto;
	background-color: #786347;
	color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: thin groove #000;
}
#container #page #header #apDiv1 {
	float: none;
	width: auto;
	clear: none;
	border: thin inset #630;
	height: auto;
	padding: 0px;
	margin-left: 375px;
	margin-top: 8px;
}
#container #page .links {
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: medium ridge #600;
}
div {
}
#links {
}
#container #page .links p a {
	color: #000;
	font-weight: bold;
}
