body {
	color: #003399;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #F0F1F7;
}
h1 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	margin-bottom: 0px;
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#list-menu li {
	margin: 0;
}
#list-menu a {
	display: block;
	color: #FFFFFF;
	background: #003366;
	width: 12em;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #F0F1F7;
	font-weight: bold;
}
#list-menu a:hover {
	background: #6772AD;
	color: #FFFFFF;
}
#list-menu li li a {
	display: block;
	color: #FFFFFF;
	background: #8C95C1;
	width: 12em;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #F0F1F7;
	font-weight: normal;
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFFFFF;
}

a.home:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a.home:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a.home:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #003399;
}

a.home:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #990000;
}

a:link {
	color: #0066FF;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #003399;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #990000;
}


a img {
	background: #F0F1F7;
}


.smallText {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}
.redtext {
	color: #FF0000;
}
.redtextBold {
	font-weight: bold;
	color: #FF0000;
}


.verySmallText {
	font: .6em Verdana, Arial, Helvetica, sans-serif;
}
.urgent_text {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}




#top-index {
	height: 100px;
	position: fixed;
	top: 5px;
	left: 10px;
	width: 220px;
	background: #F0F1F7;
}
#nav-index {
	position: fixed;
	width: 12em;
	left: 10px;
	top: 110px;
}
#main-index {
	margin-top: 0px;
	margin-left: 230px;
}

#top {
	height: 100px;
	top: 5px;
	left: 10px;
	width: 220px;
	background: #F0F1F7;
}
#nav {
	width: 12em;
	left: 10px;
	top: 110px;
}
#main {
	left: 230px;
	top: 10;
	position: absolute;
	width: 650px;
	height: 3608px;
}

