/*************************** Ask SID ************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	background-color: #F7FAE3;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #006600;
/*	font-weight: bold;*/
	text-decoration: underline;
}

a:hover, a:focus, a:active {
/*	color: #00A854;*/
	color: #669900;
	text-decoration: underline;
}

a.aactive {
	font-weight: bold;
}

h1 {
	font-size: 160%;
	font-weight: normal;
/*	margin-bottom: 30px;*/
}

h2 {
	font-size: 130%;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

img {
	border: none;
	text-decoration: none;
}

img.left {
	border: none;
	float: left;
	margin-right: 20px;
	padding: 3px;
}

img.right {
	border: none;
	float: right;
	margin: 0 10px 0 10px;
}

table {
	background-color: #E9E9E9;
	text-align: center;
	border: 1px solid #006600;
/*	margin-top: 40px;*/
	width: 100%;
}

caption {
	font-size: 130%;
	padding-top: 40px;
/*	margin-bottom: 10px;*/
}

td, th {
/*	width: 200px;*/
	padding: 5px 0;
	border: 1px solid #006600;
}

th.longname, td.longname {
	width: 30%;
}

#wrapper {
	margin: auto;
	width: 887px;
}

div.contentleft {
	float: left;
	width: 45%;
}

div.imageright {
	clear: both;
	float: right;
	margin-left: 10px;
}

div.contentfull {
	clear: both;
	padding-top: 10px;
}

.pictitle {
	text-align: center;
	font-weight: bold; 
	margin: 10px 0 20px 0;
	padding: 0;
}

div.imagecentre {
/*	width: 500px;*/
	margin: auto;
	text-align: center;
}

.imagecentre img {
	margin-top: 20px;
}

div.imagerow_centre {
	text-align: center;
}

.imagerow_centre img {
	margin-top: 10px;
	margin-right: 5px;
	border: 1px solid #006600;
	vertical-align: top;
}

div.imagerow_titled {
	width: 150px;
	float: left;
	margin-top: 20px;
	padding: 0 10px 0 0;
	display: inline;
}

div.imagerow_titled img {
	border: 1px solid #999999;
}

div.event1 {
		background-color: #E9E9E9;
		padding: 10px 40px;
}

div.event2 {
		background-color: #F7FAE3;
		padding: 20px;
}

.eventdate {
	font-weight: bold;
}
	
.listtitle {
	font-weight: bold;
}
	
.txtleft {
	clear: both;
/*	float: left;*/
}

.txtright {
	float: right;
}

.smalltxt {
	font-size: 70%;
}

/*************************** Header ************************/
#header {
	height: 152px;
	background-image: url(img/header.gif);
	margin: 10px auto 20px auto;
	border: 1px solid;
}


/************************ Left Column Navigation *****************/
#navcontainer {
	font-size: 80%;
	clear: right;
	float: left;
	margin: 0 0 10px;
	width: 21%;
}

#navcontainer ul {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#navcontainer li {
	position: relative;
	background: url(img/navbg.gif) repeat-x;
	margin: 0 0 5px 0;
	padding: 0;
	width: 182px;
}

#navcontainer li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px 0 5px 5px;
	overflow: visible;
}

#navcontainer li a:hover{
	color: #006600;
	text-decoration: none;
	background: url(img/navbg.gif) repeat-x;
}

#navcontainer li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#navcontainer li:hover ul, #navcontainer li.sfhover ul{
	left: 182px;
	top: 0;
}

#navcontainer li ul li{
	margin: 0;
}

#blogpatrol {
	font-size: 80%;
	margin: 20px auto;
	text-align: center;
}

#blogpatrol img{
	margin: 5px 0 0 0;
}

/************************** Content for home page (with righthand News column ******************/
#content {
	float: left;
	height: auto;
	font-size: 80%;
	line-height: 150%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 55%;
}

#content .txtcentre {
	text-align: center;
}

#content ul {
	margin: 10px 0 10px 0;
}

#content li {
	font-size: 80%;
	line-height: 180%;
	margin-left: 30px;
}

#content dl {
	line-height: 1.5em;
	padding-left: 2em;
}

#content dd {
	font-size: 80%;
	line-height: 1.5em;
	padding-left: 2em;
}

#content dt {
	font-size: 80%;
	margin-top: .5em;
}

#content .attribution {
	color: #004800;
}

/************************** Content1 - for single column pages (with lefthand navbar) ******************/
#content1 {
	float: left;
	height: auto;
	font-size: 80%;
	line-height: 150%;
	margin: auto;
	padding-left: 15px;
	width: 76%;
}
	
#content1 ul {
	list-style: none;
}

#content1 li {
	margin-top: 10px;
}

#imgcontent {
	text-align: center;
	background-color: #fff;
	border: none;
	width: 50%;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#imgleftcol {
	float: left;
	width: 25%;
}

/***************************  News Column  *********************/
#news {
	float: right;
	font-size: 70%;
	padding: 10px 5px;
	width: 18%;
	border: 1px solid;
	margin: 0 0 5px 0;
}


#news ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

#news li {
	background: url(img/grey_arrow.gif) no-repeat 0 50%;
	padding-left: 15px;
	margin: 5px;
}

#news img {
	margin: 5px 0;
}

#news h2 {
	margin: 0;
	text-align: center;
}

#news p {
	text-align: center;
}

#news br {
	line-height: 0.7em;
}

#news a.imglink {
	border-bottom-style: none;
}

/********************************************  Horizontal navigation bar  *****************/
#navbar {
	font-size: 80%;
	clear: both;
	margin: 5px auto;
	padding-top: 20px;
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
}

/********************************************  Footer  *****************/
#footer {
	font-size: 70%;
	padding: 10px 0 10px 0;
	border-top: 1px solid #006600;
	clear: both;
	color: #999999;
	text-align: center;
}

#footer .copyright {
	font-weight: normal;
}

#footer a, #footer a:visited {
	text-decoration: none;
}
	
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
}
/********************* Forms  ******************/
fieldset {
/*	background: #E9E9E9;*/
	border: 1px solid #7C7C7C;
	margin: 1em 0;
	padding: 1em;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 10em;
}

.go {
	background: #97BA52;
	color: #FFFFFF;
	font-weight: bold;
	height: 21px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********************* Indent  ******************/
#indentright {
	border: none;
	float: right;
	margin: 0;
	padding: 1px;
	text-align: left;
	width: 40%;
}

#names_table {
	background-color: #E9E9E9;
	text-align: center;
	border: 1px solid #006600;
}

#names_table caption {
	font-size: 130%;
	padding-bottom: 20px;
}

#names_table td {
	width: 200px;
	padding: 5px 0;
	border: 1px solid #006600;
}
