/* main */

body {
margin: 0px;
padding: 0px;
background-color: #eeeeee;
background-image: url(back-white.gif);
background-repeat: repeat-y;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
color: #333333;
}

a {

	color: #0A8BDD;
}
a:visited{
	color: #204DCE;
}

a:hover {
	color: #FF4500;
}

a:active {
	color: #FF4500;
}
h1 {
	font-size: large;
	color: #5F7DA0;
}
h2 {
	font-size: small;
		color: #003366;
}
/* end of main */

/* ids */
#logo {
	width: 180px;
	height: 45px;
	float: left;
	background-image: url(allbjlogo3.gif);
}
#topnav{
	margin-left: 180px;
	text-align: right;
		}
 #topnav ul { 
  list-style-type: none; 
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  }
  #topnav ul li { display: inline; 
  }
  
  #topnav ul li a { 
 padding-left: 7px ;
 }
  
  #graphic {
  	clear: both;
	width: 100%;
	background: #d6d6d6;
	background-image: url(pic8-back.jpg);
	background-repeat: no-repeat;
	background-position: right;
  }
  #updates {
  	text-align:right;
	background-color: #5F7DA0;
	padding: 10px 15px 3px 3px;
	color: #ffffff;
  }
    #breadcrumb {
	background-color: #D6D6D6;
	background-image: url(back-gray.gif);
	background-repeat: repeat-y;
	border-bottom: 1px #333333 dotted; 
	padding: 10px 3px 3px 200px;
	font-weight: bold;
}


#sitenav {
	float: left;
	width: 180px;
	margin-top: 15px;
}
#sitenav p{
padding: 15px;
	
}


#sitenav ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#sitenav li { margin: 0 0 .2em 0; }

#sitenav a
{
display: block;
color: #036;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
background-color: transparent;
width: 11em;
padding: .2em .8em;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
}

#sitenav a:hover
{
display: block;
color: #FFF;
font-weight: bold;
background-color: #5F7DA0;
width: 11em;
padding: .2em .8em;
text-decoration: none;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#sitenav p a {
	color: #0A8BDD;
	border: 0;
	background: transparent;
}
#sitenav p a:hover {
color: #FF4500;
border: 0;
	background: transparent;
}
#sitenav p a:visited {
	color: #204DCE;
	border: 0;
	background: transparent;
}
#sitenav p  a:active {
	color: #FF4500;
	border: 0;
	background: transparent;
}
#rightcolumn {
padding-top: 15px;
	width:170px;
	float: right;
	text-align: center;
}
#rightcolumn p {
font-size: x-small;
}

#maintext {
	margin-left: 200px;
	margin-right: 180px;
	padding: 15px;
	padding-bottom:50px;
	text-align: justify;
}

#maintext h1 span {
	font-size: small;
	font-weight: normal;
	font-style: italic;
}
#maintext ul {
	 list-style-type: none;
	padding: 0px;
margin: 0px;
}
#maintext ul span  {
	color: #FF4500;
}


#maintext ol span {
	color: #FF4500;
}

#maintext ol li a {
	color: #0A8BDD;
}

#maintext ol li a:visited {
	color: #204DCE;
}
#maintext ol li a:hover {
	color: #FF4500;
}

#maintext ol li a:active {
	color: #FF4500;
}


#footer {
background-color: #eeeeee;
border-top: 1px #333333 solid; 
border-bottom: 1px #333333 dotted;
text-align: center;
padding: 15px;
}
iframe {
	margin: 3px;
}