/* CSS Document */

/*containers*/

body {
background-image:url(img/bg_grad.jpg);
background-repeat:repeat;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

#container{
margin-left:20px;
margin-right:auto;
border: thick;
border: #999999;
width: 800px;
background-color:#CCCCCC;
background-image:url(img/bg_grad2.jpg);
background-repeat:repeat;
}

#banner {

padding: 0px 0px 0px 0px;
margin-bottom: 0px;
height: 150px;
border-top: 0px solid #003366;
border-bottom: 10px solid #003366;
background-image: url(./img/banner.jpg);
background-position: left;
background-repeat: no-repeat;
font
color:#CCCCCC;
}

#menubox {
float:left;
margin-left: 0px;
top: 180px;
width: 200px;
height: 300px;
background-color:#003366;
color: white;

}

#maincontent {
height: 300px;
margin-left:210px;
top: 180px;
color: white;
font-size:12px;

}

#footer {
color: silver;
font-size:12px;
text-align:center;
}

#newleftbox {
float:left;
margin-left: 0px;
top: 180px;
width: 300px;
height: 300px;
color: white;

}
#middle {
height: 300px;
margin-left:0px;
top: 180px;
color: white;
font-size:12px;
}

#news{
top:inherit;
height: 300px;
overflow:scroll;

}

/*headers and body text*/

h1 {
font:Verdana, Arial, Helvetica, sans-serif;
color: silver;

}

h2 {
font:Verdana, Arial, Helvetica, sans-serif;
color: silver;
font-weight:normal;
}

h3 {
font-size:14px;
}

p {
}

/*links and lists*/

a:link {
color: silver;
text-decoration:none;
font-weight:450;
}

a:visited {
color: silver;
text-decoration: none;
}

a:hover {
color: white;
font-weight:bold;
}

a:active {
color: teal;
text-decoration: none;
}

ul li {
}

ol li {
}