body {
    font: 100% Arial, Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: #aabbcc;
    color: #111111;
}

#container {
background-color: #7580aa;
width: 80%;
margin: auto;
}

#header {
position: relative;
top: 0px;
left: 0px;
height: 130px;
background-color: #7575bb;
padding: 0px;
margin: 0px;
text-align: center;
}
#header img {
position: absolute;
top:10px;
left:10px;
}
#header h1 {
color: darkturquoise;
padding: 1em;
}

.news p{
background-color: yellowgreen;
padding: 5px;
color: black;
}
.news img {
float: left;
}


#titlebar {
height:2em;
font-size: 80%;
background-color: #9090cc;
border-top: solid 1px;
border-bottom: solid 1px;
border-color: black;
}
#titlebar ul {
list-style: none;
padding:  0 0 0 15%;
margin: 0 0 0 0;
}
#titlebar li {
display: inline;
padding: 5px;
}

#main {
float: left;
width: 60%;
margin: 2%;
padding: 2%;
/*border: dashed 1px aquamarine;*/
}

#rightmenu{
width: 15%;
background-color: #8090cc;
position: absolute;
top:25%;
right:10%;
}

#leftmenu {
float: left;
width: 15%;
text-align: center;
}

#footer{
border-top: solid 2px;
clear: both;
background-color: #9090cc;
text-align: center;
color: #FFFFFF;
}
#footer p{
text-align: center;
font-size: 70%;
}
form {
 background-color: #F9FBFD;
 color: #000000;
 width: 80%;
 border: 1px solid #D7E5F2;
 border-collapse: collapse;
 padding: 5px; 
}


/*	NAVIGATION */
#navigation p {
color: #ffffff;
font-size: 80%;
margin-bottom: 0px;
padding-bottom: 0px;
padding-left: 10px;
text-align: left;
}
#navigation ul {
list-style: none;
margin: 1px;
padding: 10px;
}
#navigation li {
border-bottom: 1px dashed #808080;
text-align: left;
}
#navigation li a:link, #navigation li a:visited {
color: #555555;
font-size: 90%;
display: block;
padding: 2px 5px 2px 5px;
background-color: #99ffcc;
}
#navigation li a:hover {
background-color: #aa99bb;
color: #FFFFFF;
}

ul {
list-style: none;
margin: 1px;
padding: 1px;
}

li a {
color: #ccff55;
}

a {
    text-decoration: none;
    color: blue;
    background-color: transparent;
}

blockquote {
    text-align: left;
	color: white;
	font-style: italic;
}
blockquote ul {
	margin: 1px;
	padding: 10px;
}
blockquote li {
color: #ccff55;
}


p {
    text-align: left;
	color: white;
    text-indent: 15px;
}

hr {
    height: 2px;
    color: #8cacbb;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: White;
    background-color: transparent;
    font-family: "Helvetica", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding-top: 0.5em;
}

h1 {
    font-size: 160%;
	text-align: center;
    font-weight: bold;
}

h2 {
    font-size: 150%;
	text-align: center;
    padding-right: 4em;
}

h3 {
    font-size: 140%;
    border-bottom: none;
}

h4 {
    font-size: 120%;
    border-bottom: none;
}

h5 {
    font-size: 100%;
    border-bottom: none;
}

h6 {
    font-size: 85%;
    border-bottom: none;
}


select {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: White;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

code {
    font-family: "Courier New", Courier, monospace;
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
    border: 1px dashed #8cacbb;
    padding: 0 0.1em;
}
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}
.pre a {
    text-decoration: underline;
}

