@charset "utf-8";
body {
	background-color: #F8F9FC;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #9DB5D0;
	background-image: url(multi_header.gif);
	padding-left: 15px;
	color: #E7EAEF;
}
#sidebar {
	float: left;
	width: 260px;
	margin-top: 35px;
	background-color: #96B9D6;
}
#sidebar h2 {
	font-size: 14px;
	color: #000099;
}
#sidebar p {
	font-size: 14px;
	color: #000099;
}
#sidebar ul {
	padding: 0px;
	margin: 15px;
}
#sidebar li {
	font-size: 14px;
	color: #000099;
}
#nav {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 30px;
	margin-left: 8px;
}
#nav  ul {
	margin: 0px;
	padding: 0px;
}
#nav  li {
	list-style-type: none;
}
#nav  a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border: 2px outset #000000;
	font-size: 16px;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	background-color: #5C92BC;

}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	background-color: #A4C4DB;
}

#sidecontent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 16px;
	color: #000099;
}
#extracontent {
	margin-left: 8px;
	margin-right: 5px;
	font-size: 16px;
}
#extracontent p {
	font-size: 16px;
	color: #000099;
}




#content {
	margin-left: 270px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #003399;
	font-size: 18px;

}
#content p {
	font-size: 18px;
}

#footer {
	text-align: center;
	clear: both;
	padding-top: 1px;
	font-size: 10px;
}
#listTable {
	text-align: right;
}
#listTable  tr:hover {
	color: #43547C;
	background-color: #A0C1E7;
}
#listTable  tr a:hover {
	color: #43547C;
}



#listTable table {
	font-size: 14px;
	width: 430px;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #568C9C;
	border-right-color: #568C9C;
	border-bottom-color: #568C9C;
	border-left-color: #568C9C;
}
#listTable th {
	color: #EFEFEF;
	background-color: #54769E;
	text-align: center;
	font-size: medium;
	padding-top: 3px;
	padding-bottom: 5px;
}
#listTable th a {
	text-decoration: none;
	color: #EFEFEF;
}
#listTable th  a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


#listTable td {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #568C9C;
	border-right-color: #568C9C;
	border-bottom-color: #568C9C;
	border-left-color: #568C9C;
	text-align: center;
}
#listTable a {
	color: #FF0000;
}


.trHiLite1/* CSS Document */

 {
	background-color: #8AAFCE;
	color: #000000;
}
.trHiLite2 {
	background-color: #BAD0E2;
	color: #000000;
}
.emphasised {
	font-style: italic;
	font-weight: bold;
}
.footertext {
	font-size: small;
	text-align: center;
}
.status {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}

