address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

a img {
	border: none;
}

.copyright {
	font-size: 10px;
}

.highlight {
	color: #EE9C00;
}

.tabletop {
	background-color: #EE9C00;
	color: #FFFFFF;
	font-weight: bold;
}

.fielderror {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}

.errorhighlight {
	color: #FF0000;
	font-weight: bold;
}

.picborder {
  border: 1px solid #000000;
}

.horizontalline {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #EE9C00;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#container {
	text-align: left;
}

#header {
	background-image: url(images/top-line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 162px;
}

#header .logo {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#header .strapline {
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	width: 290px;
}

#header .latestnews {
	font-size: 18px;
	font-weight: bold;
	color: #EE9C00;
}

#content {
	margin-left: 180px;
	margin-right: 5px;
	padding: 5px;
}

#navcontainer {
	left: 5px;
	padding: 0px;
	position: absolute;
	top: 180px;
	width: 160px;
	z-index: 1;
}

#navcontainer ul {
	border: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navcontainer a {
	background-color: #FBFBFB;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding: 8px;
	width: 142px;
}

#navcontainer a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #EE9C00;
	color: #FFFFFF;
}


