

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1em;
background-color: #eef6ff;
}


#header {
padding-right: 170px;
font-size: 1.3em;
letter-spacing: 5px;
text-align: center;
background-color: #ddeeff;
height: 60px;
color: #8ea1b2;
padding-top: 20px;
}


#content {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 200px;
padding-right: 20px;
background-color: #ffffff;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 30px;
font-size: 1.2em;
word-spacing: 0px;
letter-spacing: normal;
text-align: left;
}

p, ul, ol, table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
font-size: .7em;
line-height: 1.5em;
}

ol, ul {
margin-left: 25px;
}

h1 {
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

h2 {
font-size: .9em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link  {
text-decoration: underline;
color: blue;
}

a:visited {
text-decoration: underline;
color: purple;
}

a:hover {
text-decoration: underline;
color: red;
}


#navbar {
position: absolute;
top: 100px;
left: 0;
width: 160px;
font-size: 1.0em;
height: 50%;
padding-top: 0px;
padding-bottom: 1px;
border-top: 1px #eeeeff solid;
border-bottom: 1px #eeeeff solid;
background-color: #f5f5f5;
text-decoration: none;
}

#navbar a:link, #navbar a:visited {
display: block;
color: #000;
text-align: left;
padding-left: 10px;
padding-bottom: 3px;
padding-top: 3px;
font-size: .9em;
border-top: 1px #eeeeff solid;
border-bottom: 1px #eeeeff solid;
background-color: #f5f5f5;
text-decoration: none;
}

#navbar a:hover {
color: #000;
background-color: #adadd8;
text-decoration: none;
}

#navbar a.current {
color: #000;
border-top: 1px #dcdcdc solid;
border-bottom: 1px #dcdcdc solid;
background-color: #ddeeff;
text-decoration: none;
}


#rightcontent {
position: absolute;
right:0px;
top:100px;
width:200px;
	}


#rightcol {
position: absolute;
top: 100px;
right: 0px;
width: 200px;
}


#footer {
	color: #000;
	font-size: 0.9em;	
	background-color: #ddeeff;
	text-align: center;
	letter-spacing: 0;
	height: 20px;	
	padding-top: 5px;
padding-bottom: 5px;
}


#footer {
	color: #707e8c;
	font-size: 0.9em;	
	background-color: #ddeeff;
	text-align: center;
	letter-spacing: 0;
	height: 20px;	
	padding-top: 5px;
padding-bottom: 5px;
}


#footer a:link, #footer a:visited, #footer a.current{
color: #707e8c;
font-size: 0.9em;
}

#footer a:hover {
color: #000;

}