@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#indexWrapper {
	text-align: center;
	padding: 0;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 619px;
	position: relative;
}

#content {
	position: absolute;
	width: 500px;
	left: 220px;
	top: 150px;
}

#content p, #content li {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #002c76;
}

#content p a:link, #content p a:visited {
        color: #486ca9;
        text-decoration: underline;
}        

#content p a:hover {
        color: #ff0000;
        text-decoration: underline;
}

#content h2 {
        font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #002c76;
        display: inline;
        font-weight: normal;
}

#content h1 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #486ca9;
        font-weight: normal;
        display: inline;
}

#content h1 a:link, #content h1 a:visited {
        color: #486ca9;
        text-decoration: underline;
}

#content h1 a:hover {
        color: #ff0000;
        text-decoration: underline;
}

#wrapper {
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
}

#footer {
        border-top: solid 1px #002c76;
}

#footer p {
        font-size: xx-small;
        line-height: 1.25;
}

#arrowlistmenu {
	position: absolute;
	width: 140px;
	left: 50px;
	top: 250px;
	z-index: 7;
}

#homeSubmenu {
	position: absolute;
	width: 125px;
	left: 175px;
	top: 250px;
	border: 1px solid #8a8988;
	visibility: hidden;
	z-index: 10;
}

#hideAllSubs {
	position: absolute;
	z-index: 6;
	height: 325;
	width: 300;
	left: 25px;
	top: 225px;
}

#organisationSubmenu {
	position: absolute;
	width: 125px;
	left: 175px;
	top: 325px;
	border: 1px solid #8a8988;
	visibility: hidden;
	z-index: 9;
}

#programsSubmenu {
	position: absolute;
	width: 125px;
	left: 175px;
	top: 375px;
	border: 1px solid #8a8988;
	visibility: hidden;
	z-index: 8;
}

table#tblBoard {
        font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #002c76;
}

.tblHeader {
        font-weight: bold;
}

table#tblBoard td {
        border-bottom: 1px #002c76 solid;
}

table.regularTable {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #002c76;
}

table.regularTable td {
        border-bottom: 1px #002c76 solid;
}

.trBg1 {
        background-color: #ddebd3;
}

.trBg2 {
        background-color: #c7d1b9;
}