/* CSS Document */

body {
	background-color: #C2BABA;
}		

		#container {
			position: relative;
			top:0px;
			width: 752px;
			\width: 770px;
			w\idth: 752px;
			border: 0px solid #C2BABA;
			margin: 6px;
			margin-left: auto;
			margin-right: auto;
			
		}

		#banner {
			padding: 0px;
			margin-bottom: 0px;
			background-color: #C2BABA;
		}

		#navigation {
			padding: 0px;
			margin-bottom: 0px;
			background-color: #807474;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #00000;
			text-decoration: none;
			font-weight: bold;
		}

		#content {
			padding: 25px;
			background-color: #FBF7EE;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			color: #000000;
			line-height: normal;
			text-align: justify;
		}

		#footer {
			clear: both;
			padding: 5px 15px;
			margin-top: 0px;
			background-color: #807474;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			line-height: normal;
			color: #000000;
			text-align: center;
		}
		
		#w3c {
			clear: both;
			padding: 15px;
			margin-top: 0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
			line-height: normal;
			color: #000000;
			text-align: center;
		}		

/* horizontal rollover table*/	
		.menu {
			font-size: 14px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: left;
		}
		.menu a {
			display:block;
			width:auto;
			border:1px solid #807474C;
			border-right-width:0px;
			color: #D6D0D0;
			padding: 5px 10px 5px 25px;
			text-decoration:none;
			font-weight:bold;
			background-color: #807474;
		}
			.menu a:hover {
			background-color: #807474;
			color: #A5C7C7;
		}


/* link style */
a:link.style1 {text-decoration : none; color:#6AABB7}
a:visited.style1 {text-decoration : none; color:#6AABB7}
a:hover.style1 {text-decoration : underline; color:#89C5C4}
a:active.style1 {text-decoration : underline; color:#89C5C4}
