div#navigation {

height:100%;
width:190px;
background-color:#900;
padding-top:90px;
padding-right:10px;
float:left;
text-align:right;
font-family:Arial,'Times New Roman';
font-size:120%;
font-weight:200;
}

div#navigation table {
width:165px;
}

div#navigation td {
padding:5px 20px 7px 0;
text-align:right;

}

div#navigation a:link {
	color: #ddd;
	text-decoration: none;
}

div#navigation a:visited {
	text-decoration: none;
	color: #ddd;
}

div#navigation a:hover {
	text-decoration: none;
	color: #aaa;
}

div#navigation a:active {
	text-decoration: none;
	color: #aaa;
}





html, body {
margin:0;
height:100%;
font-family:'Times New Roman',Arial;
}

img {
border:0;

}

p {
margin-top:10px;
padding:0;
}

div#content {
margin-left:190px;
padding:8px;
}

ul {
	list-style-type: none;}
li {
	margin-top:15px;
}

h2 {
	font-size:1.0em;
	margin-bottom:0;
	margin-top:28px;
	}


a:link {
	color: #34d;
	font-weight:bolder;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bolder;
	color: #34d;
}
a:hover {
	text-decoration: none;
	color: #34a;
	font-weight:bolder;
}
a:active {
	text-decoration: none;
	color: #34d;
	font-weight:bolder;
}

