/* CSS Document */

body{
font-family:Calibri, Arial, Helvetica, sans-serif;
}

#page h1{
color:#529100;
font-size:32px;
margin-bottom:15px;
}

#page h2, #page h3, #page h4, #page p{
margin-bottom:10px;
}

#page h2{
color:#97ADD4;
border-bottom:#97ADD4 1px dotted;
margin-top:5px;
}

#rightPane h2{
color:#173C54;
}

#page h3, h3 a{
color:#173C54;
font-style:italic;
margin-top:5px;
}

#page ul, #page ol{
padding:10px 10px 10px 30px;
}

#page li{
margin-bottom:5px;
}

#logo{
color:white;
text-decoration:none;
}

#logo h2{
font-size:24px;
font-weight:normal;
}

#logo p{
font-size:10px;
}

#copyright{
background:url(../images/footer.png);
background-repeat:no-repeat;
background-position:top center;
clear:both;
margin:20px;
padding:40px 0 0 0;
text-align:center;
color:#666;
font-size:11px;
}