body {
background: #A7ACC0;
}

#maincontainer {
border: 1px solid #104280;
}

#leftmenu {
width: 150px;
height: 480px;
background: #d8d7d7;
}

.leftmenu a {
margin: 0 0 5px;
width: 138px; 
height: 18px;
display: block;
text-decoration: none;
color: #ffffff;
font: 12px arial, san-serif;
padding: 2px 0 0 12px;
background: #104280;
}

.leftmenu a:hover {
background: #0069aa;
}

.leftmenu #selected {
background: url('images/topnavbutton-sel.jpg') no-repeat;
}

#content {
width: 650px;
height: 400px;
background: #ffffff;
color #104280;
padding: 18px;
font: 12px/18px arial, san-serif;
}

#content a {
color: #134882;
font-weight: bold;
text-decoration: none;
}

#content a:hover {
color: #134882;
font-weight: bold;
text-decoration: underline;
}

h1 {
margin: 0;
font-size: 18px;
color: #104280;
visibility: hidden;
}

p{
margin: 0 0 12px;
}

ul, li {
margin-top: 9px;
margin-bottom: 9px;
}

.qoute {
margin: 12px 24px;
}

.notice {
margin: 0 0 18px;
padding: 12px;
background: #e9e9e9;
border: 1px solid #104280;
}

.floatleft {
margin: 0 14px 12px 0;
float: left;
}

.floatright {
margin: 0 0 12px 14px;
float: right;
}

