html, body 
{
  background-color:#6E90D5;
  color:#000000;
  font:10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 0px;
}

.indent
{
  margin-left:20px;
}

#content
{
  width:100%;
  padding:0px 10px 10px 10px;
}

#links
{
  width:100%;
  text-align:center;
}
#links a, #links a:link, #links a:visited, #links a:active
{
  color:#0066CC;
  font-weight:bold;
  text-decoration:underline;
}
#links a:hover 
{
  color:#990000;
  font-weight:bold;
  text-decoration:underline;
}

#current_page a, #current_page a:link, #current_page a:visited, #current_page a:active
{
  color:#990000;
  font-weight:bold;
  text-decoration:none;
}
#current_page a:hover 
{
  color:#990000;
  font-weight:bold;
  text-decoration:none;
}

#container
{
  width:70%;
  margin-left:auto;
  margin-right:auto;
}

#header
{
  width:100%;
  text-align:center;
}
#header_bt
{
  background:#6E90D5 url('images/header_topbdr.jpg') 0 0 repeat-x;
  padding:20px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
#header_bo 
{
  width:100%;
  padding:0px 20px 0px 0px;
  margin:0px 0px 0px -20px;
  background:#6E90D5 url('images/header_borders.jpg') 100% 0 repeat-y;
}
#header_bi 
{
  padding:0px 0px 0px 20px;
  background:#6E90D5 url('images/header_borders.jpg') 0 0 repeat-y;
}

#box_content
{
  background-color:#ffffff;
  border:1px solid #000000;
  padding:0px 20px 0px 0px;
  margin:0px 0px 0px 0px;
}
#box_outer 
{
  width:100%;
  padding:0px 20px 0px 0px;
  margin:0px 0px 0px -20px;
  background:#6E90D5 url('images/borders.jpg') 100% 0 repeat-y;
}
#box_inner
{
  padding:0px 0px 0px 20px;
  background:#6E90D5 url('images/borders.jpg') 0 0 repeat-y;
}

#footer 
{
  text-align:center;
  font-size:smaller;
}
#footer_bo 
{
  width:100%;
  padding:0px 20px 0px 0px;
  margin:0px 0px 0px -20px;
  background:#6E90D5 url('images/footer_borders.jpg') 100% 100% repeat-y;
}
#footer_bi 
{
  padding:0px 0px 0px 20px;
  background:#6E90D5 url('images/footer_borders.jpg') 0 100% repeat-y;
}
#footer_bb
{
  height:20px;
  background:#6E90D5 url('images/footer_btmbdr.jpg') 0 0 repeat-x;
}


