
body {
	background: #FBF9E9;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 15px;
    text-align:center;
    
}

h1, h2, h3 {
	font-family: "Segoe UI",Georgia, Times New Roman, Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: black;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 20px;
	color: black;
}

h4 {
	font-size: 28px;
	font-weight:bold;
	text-align: center;
    color: black;
    
} 

h5 {
	font-size: 20px;
    text-align: left;
	color: black;
}

h6 {
   padding:none;
   font-size: 15px;
   text-align: center;
   color: black;
   text-decoration:inherit;
   font-style:italic;
    }

/*nav-menu*/    
/* -------------------------------------------------- */
	/* roundbar-grey */
	/* -------------------------------------------------- */
	#roundbar-grey {
		clear:left;
		float:left;
		width:100%;
		background:#E9DC83 0 25% repeat;
		font-family:"Copperplate Gothic Light",Elephant,Segoe UI, Arial;
        border-bottom:1px solid #A8A8A8;
		overflow:hidden;
	}
	#roundbar-grey ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#roundbar-grey ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#roundbar-grey ul li.first {
		border-left:1px solid #A8A8A8;
	}
	#roundbar-grey ul li.last {
		border-right:1px solid #C8C8C8;
	}
	#roundbar-grey ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color: black;
		text-decoration:none;
		border-left:1px solid #C8C8C8;
		border-right:1px solid #A8A8A8;
		line-height:1.3em;
	}
	#roundbar-grey ul li a span {
		display:block;
	}
	#roundbar-grey ul li.active a {
		background:#8D7C2B 0 75% repeat;
		font-weight:bold;
	}
	#roundbar-grey ul li a:hover {
		background:#8D7C2B 0 75% repeat;
	}



/* Page */

#page {
    margin: 0% 5%;
    padding-top:1px;
    
}

/* Content */
#content p {
   margin-left:10%;
   text-align:left;
   }
#content p a{
   text-decoration:none;
    }

#content {
    margin:4%;
}
#content ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
        font-family:"Copperplate Gothic Light",Elephant,Segoe UI, Arial;
	}
	#content ul li {
		display:block;
		list-style:none;
		margin:0;
	    padding-bottom:10px;
		position:relative;
		right:50%;
        
	}
	#content ul li.first {
		border-left:1px solid #A8A8A8;
	}
	#content ul li.last {
		border-right:1px solid #C8C8C8;
	}
	#content ul li a {
		display:block;
		margin:0;
		padding:.4em .8em;
		color: #F7EE94;
		text-decoration:none;
	    border:1px solid #a8a8a8;
		line-height:1.3em;
        background:black 0 25% repeat;
	}
	#content ul li a span {
		display:block;
	}
	#content ul li.active a {
		background:#646464 0 75% repeat;
		font-weight:bold;
	}
	#content ul li a:hover {
		background:#646464 0 75% repeat;
	}
/* Table */
table{
	text-align: center;
	margin-left: auto;
	Margin-right: auto;
	line-height: 30px;
	border-collapse: collapse;
	
}
th{
	text-align: center;
	table-layout: fixed;
	font-size: 16px;
	width: 200px;
    background-color:#E9DC83;
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	}

td{
	
	text-align: center;
	font-size: 16px;
	table-layout: fixed;
	width: 200px;
	padding-top:20px;
	}
    
/* footer */

#footer {
	width: 100%;
	height:50px;
	margin: 0 auto;
	background: black;
    text-align:center;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #F7EE94;
    padding-top:15px;
    font-family:"Copperplate Gothic Light",Elephant,Segoe UI, Arial;
    font-size: 0.8em;
    }

#footer a {
	color: #B4B4B4;
}
