body, html {
font-family : arial, helvetica, sans;
font-size : 11px;
background : #bdbdbd;
height : 100%;
margin : 0;
padding : 0;
}
a {
text-decoration : none;
color : #32325a;
border-bottom : 1px dotted #32325a;
}
a:hover {
border-bottom : 1px solid #32325a;
}
hr {
border : 0;
background : #999999;
height : 1px;
}
h1, h2, h3 {
font-family : 'trebuchet ms', sans;
}
h1 {
color : #555555;
text-transform : lowercase;
text-align : right;
}
#description {
font-family : verdana;
font-size : 10px;
font-weight : bold;
text-align : center;
}
#description img, #description a {
border : 0;
}
#side {
position : absolute;
width : 180px;
float : left;
padding : 10px;
z-index: 2;
}
#side h1 {
font-size : 12px;
text-align : left;
text-transform : uppercase;
}
#container {
background : #ffffff;
margin : 0 auto;
width : 700px;
padding : 15px;
border : 1px solid #999999;
top : 15px;
border-bottom : 0;
position : relative;
min-height : 100%;
height : auto !important;
height : 100%;
}
#content {
font-family : verdana, helvetica, sans;
line-height : 150%;
padding : 10px;
position : relative;
left : 200px;
width : 460px;
}
#content h2, h3 {
text-transform : none;
text-align : left;
color : #000000;
}
#content h1 {
font-size : 2em;
}
#content h2 {
font-size : 1.7em;
}
#content h3 {
font-size : 1.5em;
}
#footer {
position : relative;
width : 700px;
color : #555555;
font-size : 9px;
bottom : 0 !important;
bottom : -1px;
text-align : center;
height : 40px;
}
.menu {
padding: 0;
margin: 0;
list-style : none;
line-height : 170%;
font-weight : bold;
font-size:    12px;
width : 160px !important;
}
.menu li {
padding-left : 20px;
}
.menu a {
color : #323232;
border-bottom : none;
}
.current {
padding-left : 5px;
width : 100%;
border-top : 1px solid #999999;
border-bottom : 1px solid #999999;
background : #c2c2c2;
}
th {
text-align : left;
}
table {
width : 100%;
}
