body {
font: small/1.6em "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #222;
background: #ffffff;
margin: 0;
padding: 0 1em;
width: 95%;
}

h1 {
font-size: x-large;
font-weight: normal;
line-height: 2em;
text-align: center;
}

h2 {
font-size: x-large;
font-weight: normal;
text-align: center;
}

h3 {
font-size: medium;
font-weight: bold;
}


img {
border: 0;
}


#header {
margin: 0 0 1em 0;
padding: 1em 3em;
color: #000;
background: #ffffff;
text-align: center;
}


#content-main {
background-color: #ffffff;
color: #000;
float: right;
width: 70%;
text-align:left;
font-weight: bold;
padding:0 0 0 0;

}
#content-main a {
color: #2a65ad;
background: #ffffff;
font-weight: bold;
text-decoration: none;
}

#content-main a:visited {
color: #3A7DCF;
background: #ffffff;
}

#content-main a:hover {
color: #000;
background: #ffffff;
border-bottom: 1px solid;
}

#menu{
width: 15em;
padding:0 0 0 0;


}

#menu a {
color: #000;
text-decoration: none;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 200px;
}

#menu ul li {
font: bold 12px/16px arial, helvetica, sans-serif;
height:100%;
background:#b5bec6;
border:2px solid #000;
position: relative;
float:left;
width:99%;
}

#menu ul li ul li{
background:#b5bec6;
}

#menu ul li a{
display:block;
padding: 2px 3px;
}

#menu ul li a:hover {
color: #a00;
background: #5a717b;
border-right:2px solid #fff;
border-left:2px solid #000;
}

#menu ul li ul li a:hover{
background: #5a717b;
border-left:1px solid #000;
}

#menu ul ul {
position: absolute;
top: 0;
display:none;
}

#menu ul li:hover ul{
display: block;
left: 200px;
}

#img {
text-align: center;
margin: 1em 0 0 0;
padding: 1em 1em 1.5em;
}
#img2 {
text-align: center;
margin: 1em 0 0 0;
padding: 1em 1em 1.5em;
}

#footer {
clear: both;
position: relative;
font-size: 0.9em;
text-align: center;
margin: 1em 0 0 0;
padding: 1em 1em 1.5em;
background: #ffffff;
color: #000;
}

#footer a {
color: #2a65ad;
background: #ffffff;
font-weight: bold;
text-decoration: none;
}

#footer a:visited {
color: #3A7DCF;
background: #ffffff;
}

#footer a:hover {
color: #000;
background: #ffffff;
border-bottom: 1px solid;
}



