/* CSS Document */

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #EEEEDD;
	background-image: url(graphics/back_main.jpg);
	background-repeat: repeat-Y;
	background-position: top center;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

a.headline:link {
	color: #112277;
	text-decoration: none;
	font-weight: bold;
}
a.headline:visited {
	color: #5577BB;
	text-decoration: none;
	font-weight: bold;
}
a.headline:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.headline:active {
	color: #112277;
	text-decoration: none;
	font-weight: bold;
}

a.subnav:link {
	color: #222222;
	text-decoration: none;
}
a.subnav:visited {
	color: #222222;
	text-decoration: none;
}
a.subnav:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.subnav:active {
	color: #222222;
	text-decoration: none;
}

#main_body
{
	margin: 0 auto;
	width: 970px;
}

.borders
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

#stakeholder_footer
{
	width: 950px;
	background-color: #D7DBE3;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: solid 2px #333333;
	border-top: solid 2px #FFFFFF;
	background-image: url(graphics/foot_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: auto;
}

div.stakeholder
{
	min-height:194px;
  	height:auto !important;
  	height:194px;
	float: left;
	width: 208px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #B1B9CB;
	color: #333333;
	padding: 10px;
	margin-left: 10px;
}

div.stake_1
{
	min-height:178px;
  	height:auto !important;
  	height:178px;
}

div.stake_2
{
	min-height:16px;
  	height:auto !important;
  	height:16px;
}

p.p_none
{
	margin: 0px;
	padding: 0px;
}

p.p_style
{
	margin: 0;
	padding: 9px 0 0 0;
}

p.p_style2
{
	margin: 0;
	padding: 14px 0 0 0;
}

p.p_style3
{
	margin: 0;
	padding: 12px 0 0 0;
}

#footer
{
	width: 970px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	background-color: #FFFFFF;
}

ul.footer
{
	display: inline;
	padding: 0;
	margin: 0;
}

ul.footer li
{
	border-left: 1px solid #333333;
	display:inline;
	padding-left: 5px;
	padding-right: 5px;
}

div.main_divider
{
	border-bottom: dashed 1px #CCCCCC;
	padding: 3px 0 12px 0;
}

h3
{
	margin: 20px 0 8px 0;
	padding: 0;
	font-size: 1.8em;
	color: #797D9B;
}

h2.header2
{
	margin: 0;
	padding: 0;
	color: #FF0000;
	font-size: 0.9em;
	margin-top: 16px;
}

h2.header2 a:link, h2.header2 a:visited
{
	color: #FF0000;
}

h2.header2 a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
