/* Start of CMSMS style sheet 'stillwatercss' */
html,
body { 
margin : 0px auto 0px auto; 
padding : 0;
background: #b5dadc;
 }

#container {
    width : 760px;
    margin : 0px auto 0px auto; 
}

#header {
    width : 760px;
    height : 190px;
    margin : 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}

#footer {
    width : 760px; 
    height : 185px;
    margin : 0px auto 0px auto; 
    padding: 0px; 
}

#menu {
    text-align : right;
    padding-right : 30px;
    margin-top : 0px;
    margin-bottom : 0px;
    background : #232263;
    border-left : 5px solid white;
    border-right : 5px solid white;  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #ffffff;
}
 
#content {
    padding-left : 30px;
    padding-right : 30px;
    padding-top : 5px;
    padding-bottom : 5px;
    margin-top : 0px;
    margin-bottom : 0px;
    background : #232263;
    border-left : 5px solid white;
    border-right : 5px solid white;
    line-height : 105%;
    img border: 1px solid #ffffff;
}

a:link, a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color : #d1e7a6;
    text-decoration : bold;
    border-bottom : #ffffff;
}

a:hover, a:active {
    color : #b5dadc;
    border-bottom : #fff dotted 1px;
}

a img {
    border : 1px solid #d1e7a6;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #d1e7a6;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
/* End of 'stillwatercss' */

