body {
	font-size: 10px;
	font-family: Verdana;
	background-color: #D8DBC7;
	color: #666666;
	text-align: center;
	}
	
a:link { 
	text-decoration: none; 
	color:#AAAC8B; 
	}
	
a:visited { 
	text-decoration: none; 
	color: #8D8BAC; 
	}
	
a:hover { 
	text-decoration: none; 
	color: #6E4E6C; 
	}
	
a:active { 
	text-decoration: none; 
	color: #99AC8B; 
	}
	
	
/* Main Template */

#header {
	background-color: white;
	background: url("images/header.gif") no-repeat top center;
	height: 200px;
	width: 763px;
	margin: 0 auto;
	}

#middle {
	text-align: center
	background-color: white;
	background: url("images/page.gif") repeat-y top;
	width: 763px;
	margin: 0 auto;
	}

#footer {
	text-align: center
	background-color: #white;
	background: url("images/footer.gif") no-repeat bottom; 
	height: 45px;
	width: 763px;
	margin: 0 auto;
	}


	
/* Content */

.index {
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	}
	
.footer {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding-top: 19px;
	}
	
	
/* Navigation Tab Menu */

#tabmenu {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 138px 0px 0px 0px;
	z-index: 1;
	padding-left: 0px 
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	}

#tabmenu a, a.active {
	color: #000000;
	background: #D8DBC7;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-decoration: none; 
	}

#tabmenu a.active {
	background: #66A0CF;
	border-bottom: 1px solid #66A0CF; 
	}

#tabmenu a:hover {
	color: #000000;
	background: #869F7B; 
	}

#tabmenu a:visited {
	color: #000000; 
	}

#tabmenu a:hover.active {
	background: #66A0CF;
	color: #000000; 
	}