body {
	font-family: arial, sans-serif;
	color: rgb(102,102,102);
	font-size: 8pt;
	}

a {
	color: rgb(255,9,21);
	text-decoration: underline;
	}
	
a:hover {
	color: rgb(0,43,113);
	text-decoration: none;
	}
	

#navigation a {
	color: rgb(0,43,113);
	text-decoration: none;
	}
	
#navigation a:hover {
	color: rgb(255,9,21);
	}
	
td {
	font-size: 10pt;
	vertical-align: top;
	}

td.contenttd h3 {
	font-family: arial, sans-serif;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: rgb(208,208,208);
	border-bottom-style: solid;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(102,102,102);
	}

td.contenttd hr {
	border:none;
	color:rgb(208,208,208);
	background-color:rgb(208,208,208); 
	height:1px;
	}
		
th {
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-color: rgb(208,208,208);
	border-bottom-style: solid;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(102,102,102);
	}
	
.menu {
	background-image: url(grafix/nav.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: middle;
	background-position: 0% 50%;
	display: block;
	}
	
	
.menu:hover {
	background-image: url(grafix/nav-hover.gif);
	}

.menu_active {
	background-image: url(grafix/nav-hover.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: middle;
	background-position: 0% 50%;
	display: block;
}

	
.menucontainer {
	padding-bottom: 5px;
	}

.newstable {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 236px;
	height: auto;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: rgb(208,208,208);
	border-top-style: solid;
	border-bottom-style: solid;
	table-layout: fixed;
	}

.activecontainer {
	height: auto;
	}
	
.active {
	background-image: url(grafix/nav-hover.gif);
	color: rgb(255,9,21);
	}

.submenu {
	font-size: 9pt;
	background-image: none;
	padding-left: 20px;
	vertical-align: middle;
	display: block;
	}
	
.submenucontainer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 2px;
	border-color: rgb(102,102,102);
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	}
	
.contenttable {
	height: auto;
	table-layout: auto;
	}
	
	
.content {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: rgb(208,208,208);
	border-bottom-style: solid;
	}
	
.spacer {
	width: 23px;
	border-bottom-width: 0px;
	}

input, textarea {
	font-family: Arial Narrow, Arial;
	color: rgb(102,102,102);
	font-size: 10pt;
	border: 1px solid #012E71;
}
	
#header {
	position: absolute;
	background-image: url(grafix/header.jpg);
	top: 0;
	left: 0;
	width: 1000px;
	height: 104px;
	}

#header img{
	border:none;
}
	
#sidebar {
	background-image:url('grafix/nav_bg.gif');
	background-repeat: repeat-y;
	background-color: #ddd;
	position: absolute;
	top: 0px;
	left: 802px;
	width: 198px;
	height: 100%;
	}
	
#content {
	position: relative;
	top: 23px;
	left: 23px;
	width: 776px;
	height: auto;
	overflow: auto;
	}

#container {
	position: absolute;
	top: 104px;
	left: 0px;
	width: 802px;
	height: auto;
	}
	
#footer {
	font-size: 8pt;
	color: rgb(102,102,102);
	position: relative;
	top: 0px;
	left: 23px;
	width: 756px;
	height: 20px;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	margin-top: 30px;
	padding-top: 5px;
	}
	
#navigation {
	font-size: 10pt;
	font-weigth: bold;
	position: absolute;
	top: 127px;
	left: 20px;
	width: 175px;
	height: auto;
	}
