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

* {
	padding:0;
	margin:0;
}

body {
	background-color: #FDFDDD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

#navigation {
	color: #900;
}
#navigation a {
	color: #900;
	text-decoration: none;
}

p#pagefooter {
	margin-top: 4px;
	width:785px;
	text-align:center;
	font-size:10px;
	color:#666666;
}

#pagecontent {
	background-color: #F8DDB1;
	border-left: 2px solid #C9B293;
	border-bottom: 2px solid #C9B293;
	border-right: 2px solid #C9B293;
}
#pagecontent h3 {
	font-size: 25px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #900;
}
#pagecontent h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 3px;
	font-weight: normal;
	color: #900;
	text-decoration: underline;
}
#pagecontent h5 {
	font-size: 14px;
	margin-left: 10px;
	font-weight: bold;
	color: #900;
}
#pagecontent p {
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#pagecontent strong {
	color: #900;
}
#pagecontent a, p#pagefooter a {
	color: #3366CC;
}
