body {
margin:auto;
margin-top:10px;
margin-bottom:10px;
font-family:Ariel;
color:#333;
background:#011B3E;
background-image:url('/images/bg.gif');
background-position:top center;
background-repeat:repeat-x;
}

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



#container_outer {
background-image:url('/images/bg_sidebars.gif');
background-position:top center;
background-repeat:no-repeat;
}

#container {
width:900px;
padding:6px;
border:solid #77f 2px;
}




#header {
text-align:center;
background:#fff;
}



#top_nav {
height:30px;
width:1100px;
padding-top:10px;
}



#top_nav ul{
list-style:none;
display:inline;
padding:0px 260px 0px 0;
}
#top_nav li{
display:inline;
margin:0px 20px 0 20px;
}
#top_nav a{
color:#2219B2;
}




#main_content{
background:#fff;
text-align:left;
padding:20px 20px 50px 20px;
}


#right_col ul {
margin-left:450px;
}


h2 {
margin-right:10px;
padding-left:10px;
color:#0E0874;
border-bottom: solid #679ED2 2px;
font-weight:normal;
}


#left_col h2{
margin-right:20px;
}

#right_col h2{
margin-left:450px;
margin-right:20px;
}



#left_col{
width:400px;
float:left;
padding-right:50px;
}

#right_col{
}


#footer {
clear:both;
font-size:.8em;
margin-top:10pt;
color:#668;
}


.framed {
border:solid grey 1px;
padding:5px;
margin:5px 20px 5px 0;



}