/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

img {
	border: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	padding-left: 10px;
}

#container{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#header {
	height: 140px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
#header p {
	margin-top: 0px;
	margin-left: 4px;
}


#wrapper {

}

#nav {
	float: left;
	width: 140px;
	padding-left: 10px;
	margin-top: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	text-align: right;
}

#nav ul li {
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99CC66;
	border-right-color: #99CC66;
	border-bottom-color: #99CC66;
	border-left-color: #99CC66;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image:  url("images/right-arrow.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

#nav ul li a:hover {
	color: #99CC66;
	background-image:  url("images/down-arrow.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}

#content {
	float: right;
	width: 700px;
	margin-bottom: 16px;
	margin-right: 20px;
}
#content p {
	padding-right: 16px;
	padding-left: 20px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336633;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

#content h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	padding-left: 20px;
	padding-right: 16px;
}
#content img {
	border: 2px solid #336633;
}

#content a {
	font-weight: bold;
	color: #336633;
}

#content a:hover {
	font-weight: bold;
	color: #99CC66;
	text-decoration: none;
}

#content ul li {
	font-size: 12px;
	color: #660000;
	padding-bottom: 6px;
}
#inner-content-left {
	float: left;
	width: 540px;

}
#inner-content-right {
	float: right;
	width: 140px;

}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-left: 180px;
	padding-top: 10px;
}

#footer a {
	font-weight: bold;
	color: #663366;
}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}

.centre {
	text-align: center;
}
.centre-bold {
	font-weight: bold;
	text-align: center;
}


.highlight {
	color: #CC0000;
}

.dates {
	line-height: 1.8em;
}
.clear {
	clear: both;
}

#announcement {
	font-size: 16px;
	color: #336633;
	font-weight: bold;
	float: right;
	width: 700px;
	text-align: center;
	padding-bottom: 10px;
	margin-right: 20px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #660000;
	border-bottom-style: none;
	margin-right: 16px;
	margin-left: 20px;
}
