*{
line-height: 1.5;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

body{
margin: 0px;
padding: 0px;
width=100%;
height: 100%;
background-color: silver;
}

#container{
position:absolute;
left: 50%;
margin-left: -410px;
width: 820px;
background-color: white;
}

#header {
width:820px;
height:100px;
background-image:url(/images/logo.png);
filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.75, src='/images/logo.png');
}
#header img{
margin-left: 5px;
margin-top: 5px;
height: 11px;
}

#navbar {
width:820px;
height:256px;
margin:0;
padding:0;
}

#navopaque{
width: 180px;
height:256px;
margin:0;
margin-left: 15px;
padding-top: 15px;
padding-left: 10px;
background-image:url(/images/navopaque.png);
filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8, src='/images/navopaque.png');

font-weight: bold;
}

#navitem{
line-height: 2.1;
}

a#navitem{
text-decoration: none;
color: black;
}

a:hover#navitem{
color: white;
}

#subnav{
float:left;
width: 200px;
height:256px;
margin-left: 15px;
}

#subnavopaque{
width: 180px;
margin:0;
background-image:url(/images/navopaque.png);
/*filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.5, src='/images/navopaque.png');*/

font-weight: normal;
padding-left: 10px;
padding-bottom: 30px;
}

#subnavtitle{
font-weight: bold;
font-size: larger;
margin-top: 10px;
margin-left: -5px;
}

#subnavitem{
line-height: 1.9;
}

a#subnavitem{
text-decoration: none;
color: black;
}

a:hover#subnavitem{
color: white;
}


#content{
float:right;
padding-top: 10px;
width:600px;
}

#content h4{
font-style: italic;
}

#content h3{
font-weight: bold;
font-size: 13px;
}

#content a{
text-decoration: none;
font-style: italic;
font-weight: bold;
color: black;
}
#content a:hover{
text-decoration: underline;
}

#footer{
bottom: 0px;
clear: both;
width:820px;
height: auto;

text-align: center;
font-family: arial;
font-weight: bold;
font-size: 10px;
background-color: #E0E0E0;
}