html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	height: 100%;
}

#wrapper {
	background-color:#000000;
	margin:auto;
	border: 1px solid #000000;
	text-align:left;
	width: 850px;
	height: 100%;
}

#banner {
height: 110px;
background-repeat: no-repeat;
}

#nav {
border-bottom: 1px solid #000000;
}

#nav ul {
padding: 0;
margin: 0;
background-color:#00FF99;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
font-size: 80%;
color: #FFFFFF;
background-color:#3333CC;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus {
background-color: #990000;
}

#content{
	background-color: #000000;
	margin-left: 170px;
	padding-top: 100px;
	background-image: url(../images/main_header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
	width: 650px;
	text-align: left;
	font-size: 11px;
	margin-left: 185px;
	padding-bottom: 10px;
}

#footer p {
font-size: 70%;
padding: 3px;
}

#leftcol{
	margin-left: 0px;
	margin-top: 0px;
	width: 170px;
	margin-bottom: 0px;
	float: left;
	background-image: url(../site/images/nav_header.jpg);
	padding-top: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
background-color:#6633CC;
}
a:link {
	font-weight:bold;
	color: #81E856;
	text-decoration: none; 
}
a:active {
	font-weight:bold;
	color: #7B7168;
	text-decoration: none; 
}
a:visited {
	font-weight:bold;
	color: #999999;
	text-decoration: none; 
}
a:hover {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none; 
}

a:link.textlinks {
	font-weight:bold;
	color: #81E856;
	text-decoration: none; 
}
a:active.textlinks {
	font-weight:bold;
	color: #7B7168;
	text-decoration: none; 
}
a:visited.textlinks {
	font-weight:bold;
	color: #7B7168;
	text-decoration: none; 
}
a:hover.textlinks {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none; 
}
a:link.cataloguelinks {
	color: #777777;
	text-decoration: none; 
}
a:active.cataloguelinks {
	color: #770000;
	text-decoration: none; 
}
a:visited.cataloguelinks {
	color: #666666;
	text-decoration: none; 
}
a:hover.cataloguelinks {
	color: #ff0000;
	text-decoration: none; 
}
.footer_layout {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: auto;
	float: left;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}.navigation {
	width: 220px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.content {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 240px;
	width: 580px;
}
.margin {
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	margin-right: 25px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.imgborder {
	border: 1px solid #81E856;
	margin-left: 8px;
	margin-right: 8px;
}
.date {
	font-size: 14px;
	font-weight: bold;
	color: #81E856;
}
.greenBold {
	font-weight: bold;
	color: #81E856;
	font-size: 14px;
}.redBold {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}.img_no_border {
	margin-left: 8px;
	margin-right: 8px;
}
.small_spaced {
	font-size: 11px;
	line-height: 14px;
}
.imgborder_without_margin {

	border: 1px solid #81E856;
	margin-left: 0px;
	margin-right: 0px;
}
