body{
	background-image:url(images/bgimage.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	
	margin-left: 4%;
	margin-right: 4%;

	margin-bottom: 3em;
	color:black;
		}
	
a:link {color: red; text-decoration: underline; font-weight: bold;}
a:visited {color:#990033}
a:active {color: lightgray}
a:hover {color:orange; text-decoration:none}

tr, td {text-align:left;}


.box {
	margin: auto;
	text-align: left;
	border: groove;
	border-width: medium;
	border-color: darkgray;
	background-color: white;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	padding-bottom: 75px;

	}	

.boxcentre {
	border: none;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 13%;

	}	
	

	
.title {
	border: groove;
	border-width: medium;
	border-color: #266E00;
	width: 50%;
	background-color: #9BEB81;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%
	}

	
.sidebox {
								 border: thin solid black;
								 padding: 10px;
								 float: left;
								 width: 250px;
								 margin-right: 30px;
								 margin-top: 45px;
								 margin-bottom: 150%;
								 margin-left: -58px;

								 
								 }
								 
.sidebox h1, h2  {
								margin: auto;
}

.sidebox li {
				 		 		list-style-type: circle;
								margin-left: -8%;
								text-align: left;

}


.centext {
			 text-align: center;
			
}

#header {
	background-image: url(images/background.jpg);
	background-position: center right;

	height: 150px;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;

	
	text-align: center;
	
	font-weight: bold;
	color: darkred;
			
}

#header_text {	
	font-family: times new roman;
	font-variant: small-caps;
  font-size: x-large;
	}
	
#header_text :first-letter {
	font-size: xx-large;
	}
	
#header_nav  {
	border: thin groove darkgray;
	background-color: white;
	width: 40%;
	padding: auto;
	margin: auto;

	}
	
	#header_nav li {
    display: inline;
		padding-left: 5px;
		width: auto;
  	list-style: none;
		text-align: center;
	}
	
	#header_nav ul {
		margin: auto;
		padding: auto;
		text-align: center;
	}
