/* CSS Document */

body
{
	background-image: url(/about/governance/images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #c7b299;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	min-width: 758px;	
}

div#framework
{
	width: 758px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: auto;
	background-color: #988675;
}

div#header
{
	background-image: url(/about/governance/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	color: #ffffff;
	width: 100%;
	height: 100px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#navigation
{
	float: left;
	width: 180px;
	background-color: #988675;
}

div#content
{
	float: right;
	width: 555px;
	min-height: 619px;
	background-color: #f8f4e5;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	color: #000000;
	padding: 10px;
}

div#descrip
{
	padding: 10px 20px;
	margin: 0px 40px 0px 20px;
	color: #7a3241;
	background-color: #f5f1d1;
	border: 1px solid #e0dcbb;
}

div#footer
{
	position: relative;
	padding: 10px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #ffffff;
	background-color: #7a3241;
	clear: both;
}

div#logo
{
	position: absolute;
	left: 20px;
	top: 45px;
	display: inline;
}

div#governance
{
	position: absolute;
	right: 70px;
	top: 53px;
	clear: both;
}

div#topnavigation
{
	position: absolute;
	top: 5px;
	right: 15px;
}

#print
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#print a
{
	text-decoration:underline; 
	cursor: pointer;
}


ul.navigation
{
	margin: 0px;
	padding-left: 0em;
}

ul.navigation li
{
	list-style-type: none;
	color: #000000;
	font-weight: bold;	
	padding: 5px;
	background-color: #f8f4e5;
	margin-bottom: 1px;
}

ul.navigation li:hover
{
	background-color: #ffffff;
}

ul.navigation a, ul.navigation a:visited
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 24px;
	margin-top: 0px;
}

h2
{
	font-size: 16px;
	margin-top: 0px;
}

a
{
	color: #000000;
}
div#header a, div#header a:visited, div#footer a, div#footer a:visited
{
	color: #ffffff;
}

dl {
	margin: 0;
}

dt {
	margin: 0px 10px 20px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	font-weight: bold;
}

dd {
	margin: 0px 0px 20px 160px;
	padding: 0px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.center {
	text-align:center;
}
