/*
**  BCSO website .css file
*/

body
  {
    background-color: #000;
    font-family: sans-serif;
  }

h1, h2, h3, p, body 
  {
    color: #FFF;
    background: #000;
  }

h1, h2, h3
  {
    text-align: center;
  }

img
  {
    border: none;
  }

ta:link
  {
    color: #0F0;
    text-decoration: underline;
  }

a:visited
  {
    color: #080;
	text-decoration: underline;
  }

a:hover
  {
    color: #FFF;
	text-decoration: underline;
  }

.tablecenter
  {
    margin-left: auto;
	margin-right: auto;
  }

.centertext
  {
    text-align: center;
  }

.lefttext
  {
    text-align: left;
  }
  
.righttext
  {
    text-align: right;
  }
  
.header
  {
    color: #0F0;
	font-size: 120%;
	font-weight: bold;
  }

.whitebold
  {
    color: #FFF;
	font-size: 115%;
  }
  
.greenbold
  {
    color: #0F0;
	font-size: 115%;
  }
  
.redbold
  {
    color: #F00;
	font-size: 125%;
	font-weight: bold;
  }

.slant
  {
    font-style: italic;
	color: #888;
  }
  
.emphtext
  {
    font-weight: bold;
	font-style: italic;
  }

 /*
  
#banner td
  {
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
  }

.menu
  { 
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

.menu li
  {  
    display: inline;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    margin: 0;
    padding 0;
    font-size: 115%;
    text-align: center;
  }



.top
  {
    vertical-align: top;
  }

#menulev1
  {
    background: #080;
  }

#menulev1 li
  { 
    border-color: #0F0 #0C0 #0A0 #0C0;
  }

#menulev1 a:link
  {
    color: #FFF;
  }

#menulev1 a:hover
  {
    background: #0C0;
  }

#menulev2
  {
    background: #088;
  }

#menulev2 li
  { 
    border-color: #0FF #0CC #0AA #0CC;
  }

#menulev2 a:link
  {
    color: #FFF;
  }

#menulev2 a:hover
  {
    background: #0CC;
  }

.highlight
  {
    font-size: 110%;
    font-weight: bold;
  }

*/
  
/*
**  Last Updated August 4, 2006
**  by Silas Daniel
**  Information Systems Administrator
**  Baker County Sheriff's Office
**  Baker County, FL
*/