body { 
	font-family: "arial";
	width:100%;
	height:100%;
	margin:0px;
	color:#000080;
	background-color:white;
}

*body {
	height:100%;
}

h1.title {
	margin:0px;
	font-size:12pt;
	font-weight: bold;
}

div.top {
	background-color:#204080;
}

a {
	text-decoration:none;
	color:#a00000
}

div.navwrap {
	background-color:#000080;position:absolute;width:170px;
	top:0px;
	left:0px;
	bottom:0px;
	color:#ffff00;
}

*div.navwrap {
	height:100%;
}

.navigation a {
	/*color:#FFEE00;*/
	color:white;
}

.navigation {
	/*color:#ffff00;*/
	
	vertical-align:top;
	padding-top:40px;
	padding-left:0px;
	width:10em;
	
}

.rand {
	color:#ffff00;
	background-color:#000080;
	vertical-align:top;
	padding-top:40px;
	padding-left:10px;
	width:12em;
}

.rand,.navigation h1,h2,h3,h4,h5,h6 {
	font-size:12pt;
	font-weight:bold;
	margin:0px;
	padding-right:4px;
	background-color:#4D5C95;
	margin:0.5em;
	margin-bottom:0px;
	margin-top:0px;
	padding:0.2em;
	border-top:1px solid white;
}

.navigation ul {
	font-size:10pt;
	list-style-type:none; padding:3px 0px 1px 3px;
	border:1px solid #000080;
	border-right:none;
	margin:0px;
	padding:2px;
	padding-bottom:0px;
	padding-right:0px;
}
.navigation li {
	border:1px solid #000080;
	border-right:0px;
	margin-bottom:2px;
	padding:1px;
}

div.navwrapright {
	position:absolute;
	background-color:#000080;
	width:170px;
	right:0px;
	top:0px;
	bottom:0px;
}
*div.navwrapright {
	height:100%;
	right:-1px;
}

div.bottomline {
	position:absolute; bottom:0px; background-color:#000080; width:100%
}
*div.bottomline {
	bottom:-1px;
}

table.main {
	min-height:100%;
	position:relative
	top:0px;
	bottom:0px;
}

*table.main {
	height:100%;
}

td.main {
	vertical-align:top;
	padding:0px;
	
}

div.title {
	background-color:#000080;
	padding:3px;
	height:24px;
	margin:0px;
	color:#FFEE00
}
div.title a {
	color:#FFEE00
}

.edit {
	font-size:80%
}

.edit h1 {
	font-size:100%
}