a:link{
color: 05042e;
}
a:visited{
background-color: 8dc3e9;
color: 05042e;
}
a:hover{
  background-color: #6d98ab; 
  color: #05042e;
}
a:active{
background-color: khaki;
color: white;
}

       body{
       width: 960px;
       display: block;
     }
#top, #bottom, #left, #right {
	background: #05042e;
	position: fixed;
	}
	#left {
		top: 0; bottom: 0;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }
	#right {
		top: 0; bottom: 0;
		width: 225px;
		}
		#left { left: 0; }
		#right { right: 0; }
	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
/*the above four rules are for the border around the body*/
       div.outer{
       width: 960px;
       display:block;
     }
       div.inner{
        display: inline;
        float:left;
        width: 280px;          
        padding-left: 10px;

}
div.floatie{
  width: 960px;
  display: block;
}
div.floatMenu{
  width: 200px;
  float:left;
}
div.floatInner{
  padding-left: 40px;
  width: 760px;
  margin-left: 0px;
  float:left;
  display: block;
}
div.float300{
padding-left: 200px;
width: 300px;
margin-left: 200px;
}
div.inner1{
position: relative;
width: 200px;
margin-top: 10px;
}
div.inner18{
padding-left: 10px;
position: relative;
width: 180px;
margin-top: 10px;
float: left;
display: inline;

}
div.inner19{
padding-left: 10px;
position: relative;
width: 180px;
margin-top: 10px;
float:left;
display: inline;

}
div.inner2{
padding-left: 10px;
position: relative;
width: 200px;
margin-top: 10px;
float:left;
}
div.inner2less{
padding-left: 30px;
position: relative;
width: 200px;
margin-top: 10px;
float:left;
display: inline;
}
div.inner3{
position: relative;
width: 200px;
margin-top: 10px;
display: inline;
float:left;
}
div.inner4{
position: relative;
width: 200px;
margin-top: 10px;
display: inline;
}
}
div.inner45{
position: relative;
display: inline;
width: 450px;
margin-top: 10px;
}
div.inner5{
padding-left: 40px;
position: relative;
display: inline;
width: 400px;
margin-top: 10px;
float:left;
}
div.inner500{
position: relative;
display: inline;
width: 500px;
float:left;
}
div.inner56{
position: relative;
display: inline;
float:left
width: 560px;
margin-top: 10px;
}
div.field{
position: relative;
display: inline;
float:left
width: 560px;
margin-top: 10px;
}
div.inner6{
position: relative;
display: inline;
width: 600px;
float:left;
}

div.inner8{
position: relative;
display: inline;
width: 800px;
margin-top: 10px;
}
div.inner9{
position: relative;
display: inline;
width: 130px;
margin-top: 10px;
}
div.inner96{
position: relative;
display: inline;
width: 960px;
margin-top: 10px;
float:left
}

div.inner10{
position: relative;
display: inline;
width: 130px;
margin-top: 10px;
}
div.inner11{
position: relative;
display: inline;
float:left
width: 300px;
margin-top: 10px;
}
div.innercontent5 {
position: relative;
    display: block;
top: 0px;
width: 700px;
margin-left: 26px;
}
div.main{
position: relative;
display: inline;
width: 400px;
margin-top: 0px;
}
div.scroll
{
width:150px;
height:100px;
overflow:scroll;
}
div#container {
width: 960px;
}

div#innercontent {
    position: relative;
    display: inline;
    width: 225px;
    margin-top: 10px;
    background-color: white;
    float: left;
}
div#innercontent2 {
position: relative;
    display: block;
top: 0px;
width: 760px;
margin-left: 60px;
}
div#innercontent3 {
    float: left;
    display: inline;
    width: 225px;
    margin-top: 10px;
    background-color: white;
}
div#innercontent4 {
    float: left;
    display: inline;
    width: 225px;
    margin-top: 10px;
    background-color: white;
}
div#innercontent5 {
position: relative;
    display: block;
top: 0px;
width: 750px;
margin-left: 260px;
}
div#innercontent7 {
position: relative;
float:left;
display: inline;
width: 700px;

}
div#maincontent {
    position: relative;
    float: left;
    display: block;
    width: 800px;
    margin-top: 10px;
    background-color: white;
}
  div#menu {
    float: left;
    display: inline;
    width: 120px;
    margin-top: 10px;
  }
div#relatedcontent {
    float: right;
    width: 200px;
    margin-right: 10px;
    margin-top: 10px;
    display: inline;
    background-color: white;
}
/*The rules from here to "header" are for the horizontal menu*/
#menu li ul {
	position:absolute;
	margin-top: 0em;
	/*margin-left:.5em;*/
	margin-left: 0em;
	display:none;
	background-color: #05042e;
}
#menu ul li ul {
	margin-top:-1em;
	margin-left:7em;
	background-color: #05042e;
}
#menu a {
	display:block;
	border-right:1px solid #fff;
	background:#05042e;
	color:#000000;
	text-decoration:none;
	padding: 3px;
}

#menu ul {
	border-top:1px solid #fff;
}
#menu ul a {
	border-right:none;
	border-right:1px solid #6d98ab;
	border-bottom:1px solid #6d98ab;
	border-left:1px solid #6d98ab;
	background:#6d98ab;
}
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu a:hover {
	background-color:#6d98ab;
	color:#fff;
}
/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
span.bold{
	font-weight: bold;
	background-color: #05042e;
	padding: .5em;
	color: white;
}
#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:-1em;

}
#menu li {
	text-align: center;
	background-color: #05042e;
	float:left;
	position:relative;
	line-height: 2em;
	width: 19em;
}
#header {
width: 960px;
margin-top: 0px;
background-color: white;
padding-left: 0px;
  list-style-type: none;
}
h1
{
  position: relative;                     
  padding-left: 210px;
  top: 10px;
  color: #05042e; 
}
h1.pink
{
  font-size: 3em;
  position: relative;                     
  padding-left: 210px;
  top: 10px;
  color: #cc0000; 
}
h3.right{ 
  text-align: right;
  color: #996633;
}
h3.left{ 
  text-align: left;
  color: #996633;
}
h2{
  color: #996633;
}
h3{
  color: #996600; 
}
h4{
  color: #ff9900; 
}
h4.blue{
  padding-left: 400px;
  color: #000099;
  background-color: white; 
}
ol.three{
  width: 300px;
}
ol.twofif{
  width: 225px;
}

p { 
  padding-left: 20px;
  text-align: left;
  width: 450px;
 } 
p.grayridge{
  width: 400px;
  padding: 10px;
  border-width: 15px;
  border-style: ridge;
border-color: #6d98ab;
} 
p.three { 
  text-align: left;
  width: 300px;
 } 


p.six { 
  text-align: left;
  width: 600px;
 } 
p.blue { 
  text-align: left;
  color: blue;
  width: 200px;
 }
p.four { 
  text-align: left;
  width: 400px;
 } 
p.brown { 
  text-align: left;
  color: brown;
  width: 200px;
 }
p.onesix { 
  text-align: left;
  width: 160px;
 } 
p.brownnarrow { 
  text-align: left;
  width: 200px;
  color: #996600; 
  font-size: 0.9em;  
 }
p.narrowbrown { 
  text-align: left;
  width: 200px;
  color: #996600; 
 }
p.narrowverybrown { 
  text-align: left;
  width: 180px;
  color: #996600; 
 }
p.six { 
  text-align: left;
  width: 600px;
 } 

p.smallbrown { 
  text-align: left;
  width: 450px;
  color: #996600; 
  font-size: 0.9em;  
 }
p.smallblue { 
  text-align: left;
  width: 450px;
  color: #3b6b9c; 
  font-size: 0.8em;  
 }
p.smallish { 
  text-align: left;
  width: 450px;
  font-size: 0.9em;  
 }
p.threefif { 
  text-align: left;
  width: 350px;
 }
p.twofif { 
  text-align: left;
  width: 250px;
 }
p.two { 
  text-align: left;
  width: 200px;
  font-style: verdana;
 }
p.twotwo { 
  text-align: left;
  width: 200px;
  padding-left: 10px;
 }
p.twominus { 
  text-align: left;
  width: 180px;
 }
p.wide { 
  text-align: left;
  width: 450px;
 }
p.widebrown { 
  text-align: left;
  width: 400px;
  color: #996600; 
 }

#subnav {
float: left;
width: 260px;
display: inline;
margin-top: 10px;
background-color: white;
}
.small{
  color: #996633;
  font-size: 11px
}
span.blue{
  color: blue; 
}
span.boldbrown{
  font-weight:bold; 
  color: brown; 
}
span.brown{
  font-weight:bold; 
  color: brown; 
}
span.red{
  font-weight:bold; 
  color: red; 
}
span.three{
  font-weight:bold; 
  color: #996600; 
  font-size: 18px;
}
span.shortbrown{
  color: #993300;
  width: 200px; 
}
span.brown{
  color: #993300; 
}
span.smallbrown{
  color: #993300; 
  font-size: 0.8em;  
 
}
span.smallish{
  color: #996600; 
}
ul{
	font-family: verdana;
	font-size: 10px;
}