@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	font-weight:bold;
	color: blue;
	margin: 0;
}
li {
	margin: 4px 0;
}

hr {
	border: none;
	background-color: #000098;
	color: #000099;
	height: 1px;
	width: 95%;
}

form {
	margin: 0;
	padding: 0 0 8px 0;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}
ul {
	border:0;
	margin-top:0;
}

a:link, a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



#headerbox {
	width:100%;
	background-color: #faebd7;
	height: 100px;
	background-image: url(images/name1.gif);
	background-repeat: no-repeat;
}
#footerbox {
	width:100%;
	background-color: #faebd7;
	height: 100px;
}

#bodybox {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #565656;
	border-style: solid;
	border-bottom: none;
	border-top: none;
}

#pagebox {
	padding: 10px 0 5px 0;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
#pagebox p {
	margin: 0;
	padding: 0 0 5px 0;
}

#datebox {
	padding: 65px 0 0 150px;
	float:left;
	width: 250px;
}
#bannerbox {
	height: 70px;
	width: 500px;
	float: right;
}

#leftcol {
	width: 500px;
	float: left;
	
}

#rightcol {
	width: 500px;
	float: right;
}

#clear {
	clear: both;
}
#clearR {
	clear: right;
}
.bold {
	font-weight: bold;
}
.boldL {
	font-size: 130%;
	font-weight: bold;
}
.centre {
	text-align: center;
}
.centreB {
	text-align: center;
	font-weight: bold;
}
.current {
	color: green;
}
.highlight {
	color: red;
}
.copyright {
	font-size: 70%;
}
.imgR {
	float: right;
	padding: 0 0 5px 0;
}
.imgright {
	float: right;
	padding: 0 0 5px 5px;
}

#navigationbox {
	padding: 60px 0 0 0;
	float: right;
	width: 600px;
}
/* horizontal navigation */

#navigation {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	padding-top: 5px;
	height: 20px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	
	padding: 0 25px 0 25px;
	color: #330505;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;
}
