/* CSS Document */

body {
	font-size: large;
	font-weight: bold;
	background-image:   url(../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;
}
h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	color: #000099;
	font-style: italic;
	font-size: x-large;
}
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;
}
#maincontent2 {
	margin: 0 5% 0 215px;
	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(../images/page_layout/gradient.jpg);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}
#header2 {
	height: 72px;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#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(../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;
}
#navlist2  {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 60px 55px;
	vertical-align: top;
	font-weight: bold;
	background-image: url(../images/page_layout_res/bgvert.gif);
	background-repeat: repeat-y;
}
#navlist ul, #navlist2 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, #navlist2 li {
margin: 0;
}
#navlist a {
	display: block;
	padding: 6px;
	background-color: transparent;
	margin: 0px 5px;
}
#navlist2 a {
	display: block;
	padding: 8px;
	background-color: transparent;
	margin: 0px 5px;
}
#navlist a:link, #navlist a:visited {
	color: #333333;
	text-decoration: none;
}
#navlist2 a:link, #navlist2 a:visited {
	color: #009900;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active,
#navlist2 a:hover, #navlist2 a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #99CC66;
	background-image:    url(../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;
}
#change2 {
	position: static;
	top: 75px;
	height: 35px;
	background-color: #FFFFFF;
	font-size: smaller;
	font-style: italic;
	text-align: right;
	clear: both;
	padding: 7px 5px 0px 0px;
	margin: 0px;
	background-image: url(../images/page_layout_res/bghorlong.gif);
	background-repeat: repeat-x;
	background-position: right top;
	font-weight: bold;
	color: #003399;
	vertical-align: text-bottom;
	z-index: 50;
}
#change a {
	font-style: italic;
}
#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: center;
}
#footer p {
	margin: 0;
}