@charset "utf-8";
/* CSS Document */

<style type="text/css">



/* 
****************************************************************************************************************
There are DIV Layout Styles
****************************************************************************************************************
*/

/*** I don't know why but I seem to have to have this body style in BOTH the top of this CSS file as well as down below in the section where we redefine tags. If you take out either, it breaks it.   ***/



body {

}

/*
#header_container {
	width: 1172px;
	height:268px;
	background-image: url(images/header_nav_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0px;
}


#main_container{
	margin: 0 auto;
	width:1172px;
	height:auto;
	height:auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;

} 

#main_container_left {
	margin: 0 auto;
	width:691px;
	height:auto;
	height:auto;
	overflow: hidden;
	float: left;


} 

#main_container_right {
	margin: 0 auto;
	width:481px;
	height:auto;
	height:auto;
	overflow: hidden;
	float: right;

} 
*/


#left{
	width: 181px;
	height: 100%;
	float: left;
	background-image: url(images/background_left_181.jpg);
	background-repeat: repeat-y;	
}


#left_content {
 	background: #ECE8D7;
  	width: 510px;
	height: 100%;
	float: left;
}

#right_content {
  background: #ECE8D7;
  width: 300px;
  height: 100%;
  float: right;


}

#right{
	width: 181px;
	height: 100%;
	float: right;
	background-image: url(images/background_right_181.jpg);
	background-repeat: repeat-y;	
}




#footer {
  background: #00001A;
  width: 810px;
  height: 100%;
  margin-left: auto ;
  margin-right: auto ;
}

*/

/* ****************************************************************************************************************
There are definitions for standard attributes
****************************************************************************************************************
*/

body {
	background-color: #00001A;
	background-image: url(images/backgroud_tile.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #00001A;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

h1{
	font-size: 24px;
	color:#000033;
	margin-bottom: 1px;
	margin-left: 80px;
	text-align: left;
	padding-right: 25px;
	font-family: Georgia;
	padding-top: 0px;
  }

h2{
	font-size: 16px;
	color:#660000;
	margin-bottom: 2px;
	font-weight: bold;
	margin-left: 80px;
	padding-bottom: -15px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
  }
  
  

 
 h3{
	font-size: 14px;
	color: #003366;
	margin-bottom: 2px;
	font-weight: bold;
	margin-left: 80px;
	padding-bottom: -15px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
  }
  
  
hr{
	color: #666666;
	height: 1px;
	width:75%;
	float: inherit;
	  }
  
  
  
input {
 background-color: #ECE8D7;
 float:right;
}


p {
	margin-top: 1px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #996600 ;
	text-decoration:none;
}

a:hover {
	color:#660000;
}


  
/* ****************************************************************************************************************
There are CLASS definitions for standard attributes
****************************************************************************************************************
*/
  
.img {
   padding:3px;
   border:1px solid #021a40;
   background-color:#FFFFFF;
   margin-right:10px;
}
  
  

p.right_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333 ;
	margin-left: 35px;
	text-align: left;
	padding-right: 40px;
  }
  
 h2.right_content
 {
 	font-family: Arial, Helvetica, sans-serif;
	font-variant: all-caps;
	font-size: 14px;
	color:#660000;
	margin-left: 35px;
	text-align: left;
	padding-right: 40px;
	margin-bottom: 2px;
	font-weight: bold;

}


p.footer_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669999 ;
	text-align: center;
	width: 810px;
  }

p.top_nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:700px;
	position:  }



p.left_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333 ;
	margin-left: 80px;
	text-align: left;
	padding-right: 5px;
	margin-top: 0px;
  }
  

  

  
ul.left_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333 ;
	margin-left: 100px;
	margin-top: 4px;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 5px;
}

ul.right_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333 ;
	margin-left: 10px;
	margin-top: 4px;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 5px;
}

.callout_hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #01004C;
}
