
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #999966;
 }
	 
#hdr{
 height:105px;
 background:#56717B url(images/title2.jpg) no-repeat 10px 0px;
 border:solid #000000 1px;
 margin: 0;
 padding: 0px 0 0 25px;
 }

#navbar{
 height:35px;
 background:#996666;
 border-top:solid #999966 8px;
 margin: 0 0 10px 0;
 }
 
#navbar ul {
list-style-type: none;
height: 100%;
margin: 0;
padding: 0 0 0 20px;
}

#navbar li {
float: left;
margin: 5px 25px 0 0;
width: auto;
}

 
#lh-col{
 position: absolute;
 top: 153px;
 left: 10px;
 width: 200px;
 border: 8px solid #56717B;
 background: #F8F8E8;
 margin: 0px;
 height: 100%;
 min-height: 625px;
 }

#lh-col ul {
list-style-type: none;
margin: 0;
width: 200px;
padding: 10px 0px 20px 20px;

}

#lh-col li {
display: block
background: #996666 ;
color: #264C59;
font-weight: bold;
padding: 2px 2px 2px 2px;
font-size: 14px;
}


#rh-col{
 margin: 10px 120px 20px 250px;
 border: 8px solid #56717B;
 background: #F8F8E8;
 color: #333333;
 padding: 0 20px 0px 20px;
 position: relative;
 height: 100%;
 min-height: 625px;
 }
 
 #rh-col img {border: 0px; padding-right: 5px;}
 

#rh-col a, a:link, a:active, a:visited{
	color: #996666;
	font-weight: bold;
	text-decoration: none;
  }
#rh-col a:hover{
	color:#56717B;
	font-weight: bold;
	text-decoration:none;
  }

.floatrt {
 	 float: right;
	 margin: 10px 5px 0px 300px;
	 }
.floatlft {
	 margin: 10px 300px 0px 10px;
}
.float {
 	 float: left;
	 margin:0px 10px 0px 25px;
	 }

/* footer */ 
 #footer{
 height:55px;
 background:#999966;
 color:#2E5B6B;
 font-size: 12px;
 text-align: center;
 font-weight: bold;
 margin: 0; 
 }

#footer a, a:link, a:visited, a:active {
	color:#56717B;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color:#996666;
	font-weight: bold;
	text-decoration: underline;
}
 
/* Presentation Stylesheet */ 

h1 {
 margin:20px 0 0 125px; 
 color:#F8F8E8;
 letter-spacing: 1.2px;
 font-size: 26px;
 font-weight: bold; 
 }
h2 {
 margin:80px 0 0 275px; 
 color:#ffffff;
 font-size: 18px;
 
 font-family: arial narrow;
 }

h3 {
 margin:0; 
 color:#56717B;
 letter-spacing: 1.2px;
 font-size: 26px;
 font-weight: bold; 
 padding: 25px 0 0 0;
 }


h4 {
 margin:0; 
 padding: 5px 0;
 color: #999966;
 font-size: 18px;

 text-decoration: underline;
 font-weight: bold; 
 }
 
 h5{
 margin:0; 
 padding: 5px 0;
 color: #996666;
 font-size: 18px;
 text-decoration: underline;
 font-weight: bold; 
 }
 
 
.tagline {
 margin: 0 0 0 400px;
 font-size: 14px;
 font-weight: bold; 
 color:#F8F8E8;
 letter-spacing: 1.2px;
 padding: 20px 0 0 45px;
 clear: none;
 }


p:first-letter {
 font-size: 135%; 
 font-weight: bold;
 color:#56717B;
 }
 
 .table {
   padding: 10px 10px 10px 10px;
	 text-align: center;
  }
 .tabletext
 { padding: 10px 10px 0px 10px;
 	 text-align:center;
 }
 
 .boldpink{
 	font-weight: bold;
	color: #996666;
	font-size: 18px;
 }
 
 .boldblue
 { 	font-weight: bold;
	color: #2E5B6B;
 
 }
 
  .bolddkblue
 { 	font-weight: bold;
	color: #1E3D47;
 
 }
 
 .breadcrumb {
    padding: 0 0 30px 0;
  }

 .breadcrumb a{
  font-size: 14px;
	font-weight: bold;
	text-decoration: none;
  }
	