
/* commented backslash hack for ie5mac \*/ 
html, body{
	height:100%;
} 
/* end hack */

body {
	margin: 0px;
	background: url("/images/structure/bg_gradient.jpg") repeat-y top left white;
	font-family: georgia, times, serif;
	font-size: 0.8em;
}

h1 {
	font-size: 1em;
	color: #235518;
}

h2 {
	font-size: 0.9em;
	color: #235518;
}

p,h1 {
margin: 0px;
margin-bottom: 12px;
}

b {
	color: #235518;
}

img {
	border: none;
}

#content img {
	padding: 5px;
}

label {
	width: 80px;
	float: left;
	padding-top: 4px;
}

form {
	margin: 0px;
}


#container {
	width: 750px;
	background: #F7F4E9;
}

#header {
	background: url("/images/structure/header_photo.jpg") no-repeat bottom right;
	height: 103px;
	font-weight: bold;
	font-size: 0.85em;
}

#logo {
	height: 85px;
}

#strapline {
	padding-left: 5px;
	float: left;
}

#header_date {
	padding-right: 5px;
	float: right;
	color: #ffffff;
}

#main {
	margin-top: 12px;
	width: 100%;
	height: 100%;
}

#navigation {
	width: 160px;
	height: 100%;
	background: url("/images/structure/nav_top.jpg") no-repeat top left #729A66;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

#navigation ul {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	font-weight: bold;
}

#navigation li {
	background-image: url("/images/structure/dash.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#navigation li.none {
	background-image: none;
	padding-bottom: 0px;
}

#address {
	font-weight: normal;
	font-size: 0.9em;
}

#content_holder {
	margin-left: 10px;
	background: #ffffff;
	border: solid 1px #DEDECC;
	width: 548px;
	height: 100%;
	float: left;
	font-size: 0.9em;
	padding-top: 0px;
}

#content {
	padding: 15px;
}

#footer {
	background: url("/images/structure/rounded_t_r.gif") no-repeat top right #729A66;
	margin-top: 10px;
	height: 15px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.85em;
	float: left;
}

/*links*/

a {
	color: #008822;
}

a:hover {
	color: #004400;
}

#footer a,#navigation a {
	color: #ffffff;
}

#footer a:hover,#navigation a:hover {
	text-decoration: none;
}