@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border: 0px;
}

.center {
	text-align: center;
}

body {
	background-color: #CCC9D0;
}
#header {
	width: 905px;
	height: 280px;
	margin: auto;
}
#container {
	width: 905px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
	/*margin-top: -10px;*/
	background-image: url(media/border.jpg);
	background-repeat: repeat;
}
.content_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	overflow: auto;
	width: 674px;
	height: auto;
	margin-left: 190px;
	margin-right: 10px;
	margin-top: 0px;
}
.sidebar_nav {
       width: 160px;
       position: absolute;
       margin-left: 20px;
       margin-top: 10px;
	   padding-top: 5px;
	   padding-right: 20px;
}

p, li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 1.0em;
}

ul { list-style: inside; }

ol { list-style: inside; }

a:link {
	/*color: #273500;*/
	text-decoration: none;
}

a:hover {
	color: #273500;
	text-decoration: underline;
}

a:visited {
	/*color: #273500;*/
	text-decoration: none;
}
	
h1, .h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #273500;
	margin: 0 0 0.5em;
}

h2, .h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #273500;
	margin: 0 0 0.5em;
}

h3, .h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #273500;
	font-size: 16px;
	margin: 0 0 0.5em;
}
h5, .h5 {

	font-size: 15px;

	margin: 0 0 0.5em;
}
.p1{
	font-size: 12px;
	color: #273500;
	line-height: 2.0;
}

.p2 {
	font-size: 12px;
	color: #273500;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer {
	width: 905px;
	height: 21px;
	Margin:auto;
	background-image: url(media/footer.jpg);
}

.footer_text{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-left: 12px;
	margin-top: -4px;
	text-align: center;
}
