/* CSS Document */

body {
	font-size: large;
	font-weight: bold;
	background-image:   url(../../../../wwwroot/css/images/page_layout/vhand.jpg);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.7em;
}
h1 {
	font-weight: bold;
	color: #000099;
	font-style: italic;
	font-size: xx-large;
	line-height: normal;
	text-align: left;
}
h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	color: #000099;
	font-style: italic;
	font-size: x-large;
	line-height: normal;
	text-align: left;
}
a:link, a:visited {color: #006633; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: underline;}
a:active {color: #FF6600; text-decoration: underline;}
caption {font-size: large;}
td {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 1.7em;
	font-size: large;
	font-weight: bold;
}
#maincontent {
	margin: 0 255px 0 5%;
	text-align: justify;
	line-height: 1.7em;
}
th {
	color: #000099;
	background-color: #FF9900;
}
#backtotop {
	text-align: right;
}

#header {
	height: 90px;
	background-color: #FFFFFF;
	text-align: right;
	background-image:   url(../../../../wwwroot/css/images/page_layout/gradient.jpg);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}
#fundertable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px inset #999999;
}
.cellcentre {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
}
#navlist  {
	position: absolute;
	top: 125px;
	width: 230px;
	background-image:   url(../../../../wwwroot/css/images/page_layout/blue_grad.jpg);
	right: 5px;
	vertical-align: top;
	background-repeat: repeat;
	text-align: center;
	padding: 0px 0px 50px;
	font-weight: bold;
	margin: 0px;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist li {
margin: 0;
}
#navlist a {
	display: block;
	padding: 6px;
	background-color: transparent;
	margin: 0px 5px;
}
#navlist a:link, #navlist a:visited {
	color: #333333;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #99CC66;
	background-image:    url(../../../../wwwroot/css/images/page_layout/button_green.jpg);
	color: #333399;
	text-decoration: underline;
}
#change {
	background-color: #FFFFFF;
	font-size: smaller;
	font-style: italic;
	vertical-align: top;
	text-align: right;
	top: 90px;
	position: static;
	padding: 0px;
	clear: both;
	margin: 0px;
}
#change a {
	font-style: italic;
}
#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: center;
}
#footer p {
	margin: 0;
}
#links li {
	margin-bottom: 25px;
}
