/* CSS Document */

body {
margin:0px;
font-family: arial;
}

h1 {

font-family: verdana;
font-size:20px;
}

h2 {

width:100%;
border-top:5px solid #333333;
border-bottom:5px solid #666666;
background-color:#999999;
display:block;
color:black;
padding: 5px 10px 5px 10px;
margin:0px;
}

p {
margin: 10px 10px 5px 10px;
}
div.header {

width:100%;

background-color:#666666;
display:block;
color:white;
padding: 10px;
}
div.left_bar{
width:250px;
background-color:#cccccc;
float:left;
height:150%;
border-right:10px solid #999999;
display:block;


}

a {
color:#003399;
text-decoration:none;
}
a:hover {

color:#000033;
text-decoration:underline;
}

div.content {

}

div.footer {
width:100%;
margin-top:10px;
background-color:#cccccc;
display:block;
color:black;
padding: 10px;
}