body { 
width: 990px;
margin: 10px auto 10px auto;
background : #fff url(images/back.JPG) repeat-x top;
font-family: Verdana, sans-serif;
font-size: 12px;
}
#main {
margin: 20px auto 10px auto;

}
#header {
height: 79px;
padding-top : 0;
}
#header h1 {
font-size: 23px;
letter-spacing: 1px;
padding: 0px 0 0px 10px;
}
#header h2 {
color: #000;
font-size: 15px;
letter-spacing: -1px;
line-height: 5px;
padding: 0px 0 0 30px;
}



#menu {
height: 35px;
background: #000080;
}
#menu li {
list-style : none;
display : inline;
line-height : 34px;
}
#menu li a {
text-decoration : none;
margin : 0;
padding : 9px 15px 10px 15px;
font-weight : bold;
color : #fff;
}
#menu li a:hover {
color : #000;
background : #fff;
margin : 0;
}
#menu li a.current {
background : #00b9e9;
color : #000;
}

#content {
margin-top: 10px;
}


#content .right {
margin-top: 10px;
margin-bottom: 10px;
float: right;
height: auto;
width: 270px;
}
#content .left {
margin-top: 10px;
margin-bottom : 10px;
height: auto;
float: left;
width: 700px;
}
#content .left h1 {
font :  1.8em Verdana, Sans-Serif;
font-size: 24px;
letter-spacing: -1px;
padding: 0 0px 5px 10px;
color: #22456F;
}
#content .left h2 {
font :  1.8em Verdana, Sans-Serif;
color: #22456F;
font-size: 20px;
letter-spacing: -1px;
padding: 0 0px 5px 10px;
font-weight: 100;
}
#content .left li {
margin-left: 15px;
list-style-type : square;
} 
#content .right li {
margin-left: 30px;
padding: 2px;
list-style-type : square;
} 
#content .right h2 {
font :  1.8em Verdana, Sans-Serif;
color: #22456F;
font-size: 20px;
letter-spacing: -1px;
padding: 0 0 0 10px;
font-weight: 100;
}
#content .right p {
font : 1.8em Verdana, Sans-Serif;
font-size: 10px;
padding: 0 15px 0 15px;
text-align : justify;
}
blockquote {
padding-left : 10px;
font-size: 11px;
border-left : 4px solid #59799F;
margin : 10px 0 10px 25px;
}
p {
font : 1.8em Verdana, Sans-Serif;
font-size: 11px;
padding: 0 15px 0 15px;
text-align : justify;
}
img {
border: 2px solid #ddd;
}
a {
color: #22456F;
background: inherit;
text-decoration: solid;
}
a:hover { text-decoration: underline; color : #000; }

#footer {
font-size: 9px;
clear: both;
text-align: right;
margin-top: 10px;
border-top: 5px solid #172983;
padding: 6px 6px 6px 6px;
margin : 0 0 0 0;
color : #000;
margin-top: 10px;
}
#footer .left-footer {
float: left;
}
#footer .left-footer img { border: none; }
#footer a {
color: #22456f;
text-decoration : bold;
background : inherit;
}
