body {
background-color: #115EAC;
font-size:12px;
font-family: verdana;
text-align: center;
}

table {
font-size:12px;
font-family: verdana;
}


div#content {
width: 80%;
background-color:#FFFFFF;
margin-top: 25px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: 2px solid #000000;
}

b {color: #009933;} 

a:link {
text-decoration: none;
color: #115EAC;
}

a:visited {
text-decoration: none;
color: #115EAC;
}

a:hover {
text-decoration: underline;
color: #115EAC;
}

a:active {
text-decoration: none;
color: #115EAC;
}


div#header {
padding: 10px;
margin: 0px;
text-align: center;
}


div#menu {
width: 100%;
padding: 10px;
margin-top: 1px;
text-align: center;
}


div#menu ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#menu ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#menu ul li a:hover{
text-decoration : underline;
}


div#main {
	align: center;
	width: 100%;
	margin-top: 1px;
	padding: 10px;
}


div#footer {
padding: 10px;
margin: 0px;
}


OL.withroman { list-style-type: upper-roman }

UL.withletters { list-style-type: upper-alpha }

OL.withnumbers { list-style-type: arabic-numbers }
