body {
	margin:auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:900px;
/*	background:#507D2A;*/
	background:#003300;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}
a {
	color:#336699;
	text-decoration:none; 
	font-weight:bold;
}
a:visited {
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#BDD7A5;
	text-decoration:none;
	font-weight:bold;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
h1 {
	color: #336699;
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#show {
	background: url(images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height:135px;
	background: #FFF url(images/logohd.png) no-repeat center;
}
#header p,
#header h1,
#header h2 {
	padding:10px 15px 20px 15px;
	margin:0;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#BDD7A5;
	border-top:4px solid #369;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1 {
	background: url(images/bck.png) no-repeat;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding: 0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#BDD7A5;		/* right column background colour */
}
.rightmenu .colleft {
	right:21%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:75%;			/* left column content width (left column width minus left and right padding) */
	left:23%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:22%;			/* right column content width (right column width minus left and right padding) */
	left:25%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	text-align: center;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
	color: #fff;
}

.pics-right { 
width: 230px; 
float: right;
margin-left: 10px;
position: relative;
}

#navcontainer { width: 160px; }

#navcontainer ul
{
margin-left: 10PX;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
vertical-align: text-bottom;
text-align: center;
color: fff;
}

#navcontainer a
{
width: 160px;
height: 35px;
display: block;
padding: 3px;
background: #87A96B url(images/navmenu.png) no-repeat center;
border-bottom: 1px solid #eee;
}

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

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #369;
color: #fff;
}

.toggle {
margin: 0;
padding: 0;
width: 650px;
}
 
.headline {
margin: 1px;
/*padding: 3px 10px;*/
cursor: pointer;
position: relative;
}
.hidden-content {
padding: 5px 10px;
}
