a img {
	border: none;
	}


/* Gereric Clear, Use On Divs
-------------------------------------------------------*/

.clear {
	clear: both;
	}
	.clearrt{
}

.clearfix:after {
	
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hide from IE Mac \*/

.clearfix {
	display: block;
	}
	
/* End hide from IE Mac */

/* Accessible Hide: visualy hides an element yet
   makes content available to screen-readers.
-------------------------------------------------------*/

.hide {
	position: absolute;
	left: -3000px;
	}
	
/*  ## Accessibility Menu (Usualy Hidden)

==============================================================



  These styles control the display the "skip to content" and

  "Skip to Navigation" Links. These links are normaly hidden

  from Web browsers.



------------------------------------------------------------*/



#accessibility {

	display: none;

	}



	#nav-skipto-content {

		}



		#nav-skipto-navigation {

			}


body  {
	margin: 40px, auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color:#880000;
	color: #000000;
	font-size: 14px;
	
	font-family: Tahoma;
}
h1{
	color:#880000;
	font-size:14px;
	text-transform:uppercase;
}
	
	
h2{
	font-size:13px;
	font-weight: bold;
	margin:0px;
	padding:0;
}
h3{
	font-size:13px;
	font-style: italic;
	margin:0px;
	padding:10px 0px 3px 0px;}
	
img{
margin:5px;
padding:5px;
}


#container {
	position:relative;
	width:780px;
	background-image: url(../images/mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
}

#header{
position:relative;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 247px;
	border-bottom-style: 2px solid #0000cc;
}
.title {
	position:absolute;
	background-repeat: no-repeat;
}
	

/********************************Horizontal Navigation*********************/
#navigation{ /***defines the area the horizontal links are in**********/
	position:absolute;
	width: 400px;
	color: #333;
	left: 350px;
	top: 175px;
}
#navagation ul{
font-weight:bold; }


#navigation ul li{
	font-size:16px;
	float:left;
	display:block;
	margin: 0px 20px 0px 20px;
	list-style-type: none;
}/****these set the margins for each word in the list**/


.bastrop {
padding-left:130px;
}
#navigation ul li a{
	color:#000000;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}



#navigation ul li a:hover {
color:#1a3761;
 }




#content {
	font-family:Tahoma;
	font-size:14px;
	text-align:center;
	margin:20px;
	text-align:left;
}




#footer {
	height:30px;
	margin-bottom:0px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	width: 780px;
}
#footer .copyright {
	font-family:Tahoma;
	font-size:9px;
	color:#58727c;
	margin:9px 0 0 0;
}
#footer_toolbar {
	height:27px;
	text-align:center;
	vertical-align:middle;
	width:auto;
}
#footer_toolbar ul {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:Tahoma;
	font-size:9px;
}
#footer_toolbar a, link, active, visited, hover {
	text-decoration:none;
	color:#58727c;
}
#footer_toolbar ul li {
	float:right;
	margin:0px 5px;
	color:#58727c;
}
