body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	background: white;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a {
	background: white;
}

a:link, a:visited {
	color: rgb(99, 103, 89);
}

a:active {
	color: rgb(246, 192, 34);
}

#page {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	overflow: scroll;
}

.menuitem ul, .currentmenuitem ul, .activemenuitem ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuitem li, .currentmenuitem li, .activemenuitem li {
	list-style-position: inside;
	list-style-image: URL(bullet.gif);
	font-size: 90%;
}

li.cross {
	list-style-position: outside;
	list-style-image: URL(bullet.gif);
}

#sidebar {
	background: #ccc;
	padding: 10px 0px 10px 10px;
}

#logo {
	text-align: center;
	padding: 0px 10px 0px 0px;
}

#logo img {
	border: 0;
	vertical-align: bottom;
}

#strapline {
	background: rgb(99, 103, 89);
	color: #ccc;
	/*border-top: 2px solid rgb(246, 192, 34);*/
	/*color: rgb(246, 192, 34);*/
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	padding: 10px 0px 10px 0px;
}

#strapline .companyname {
	font-size: x-large;
}

#main {
	padding: 10px 10px 0px 10px;
	width: 80%;
}

#main h1, h2, h3, h4 {
	color: rgb(99, 103, 89);
	text-align: center;
}

#main h1 {
	margin-top: 50px;
}

#main h1 em, h2 em, h3 em, h4 em {
	color: black;
	font-style: normal;
	font-weight: bolder;
}

#main p {
	clear: none;
}

#pageinfo {
	background: rgb(99, 103, 89);
	color: #ccc;
	/*border-top: 2px solid rgb(246, 192, 34);*/
	text-align: center;
	font-size: x-small;
	font-style: italic;
	padding: 10px 0px 10px 0px;
}

#pageinfo a {
	background: rgb(99, 103, 89);
	/*background: rgb(246, 192, 34);*/
	text-decoration: none;
}

#pageinfo a:visited, #pageinfo a:link {
	color: #ccc;
}

#pageinfo a:hover, #pageinfo a:active {
	color: rgb(246, 192, 34);
}

#main p {
	clear: none;
}

.menuitem {
	width: 100%;
	background: #ccc;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
}

.menuitem a {
	background: #ccc;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.menuitem a:visited, .menuitem a:active {
	color: black;
}

.activemenuitem {
	background: rgb(246, 192, 34);
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
}

.activemenuitem a {
	background: rgb(246, 192, 34);
	text-decoration: none;
	font-weight: bold;
	color: rgb(99, 103, 89);
}

.activemenuitem a:visited, .activemenuitem a:active {
	color: rgb(99, 103, 89);
}

.currentmenuitem {
	background: white;
	padding: 5px 10px 5px 10px;
	color: rgb(99, 103, 89);
	white-space: nowrap;
}

.menusep {
	height: 10px;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
}

.quotefrom {
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}

img.photo {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	width: 200px;
}

img.teamphoto {
	vertical-align: text-bottom;
}

div.teamphoto {
	text-align: center;
}
