body, 
td, 
input, 
textarea, 
select, 
button {
	color:MidnightBlue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

div#navigation {
	position: absolute;
	left: 0;
	top: 20px;
	width:280px;
}
div#main {
	position: absolute;
	left: 300px;
	top: 20px;
	/*width:700px;*/
	padding: 0 10px 10px 0;
}
div#naviagtion {
}

img {
   border: 0;
}

input, 
select {
	width:20em;
}

a {
	color:DarkSlateGray;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:SlateGray;
	text-decoration:none;
	font-weight:normal;
}

h1 {
	font-size:1.5em;
}

h2, th {
	font-size:1.1em;
	color:MidnightBlue;
	font-weight:normal;
}

th a {
	color:MidnightBlue;
	font-weight:normal;
}

#navigation ul {
	font-size: x-small;
}

#navigation li a.normal { 
	font-weight: normal;
}

#navigation li a.active { 
	font-weight: bold;
}


