#all {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	background-repeat: repeat-x;
	background-image: url(../pubs/stakeholderguide/images/background.jpg);
}

a:link, a:visited{
	color: #587937;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a:link.menu, a:visited.menu{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

a:hover.menu{
	color: #666666;
}

a:link.cons, a:visited.cons{
	color: #6eab51;
	font-weight: bold;
	text-decoration:none;
}

a:hover.cons{
	color: #456B32;
}

a:link.info, a:visited.info{
	color: #682b87;
	font-weight: bold;
	text-decoration:none;
}

a:hover.info{
	color: #B473D2;
}

a:link.mgmt, a:visited.mgmt{
	color: #694410;
	font-weight: bold;
	text-decoration:none;
}

a:hover.mgmt{
	color: #CF955A;
}

a:link.rsch, a:visited.rsch{
	color: #b4282e;
	font-weight: bold;
	text-decoration:none;
}

a:hover.rsch{
	color: #DC6369;
}

a:link.util, a:visited.util{
	color: #dc8e2e;
	font-weight: bold;
	text-decoration:none;
}

a:hover.util{
	color: #99601A;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 160%;
}

h3 {
	font-size: 120%;
	line-height: 1.2em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00173E;
	padding: 3px;
}

#banner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
			
#mainmenu{
	width: 150px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color:#B5D19A;
}	
	
#content{
	background-color:#FFFFFF;
	border: none;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 180px;
	line-height: ;
}

#footer{
	background-color:#B5D19A;
	padding-top: 8px;
	height: 30px;
}

.floatleft{
	float:left;
}
