/*******************/ 
/* HTML tags */
/*******************/

h1, h2, h3 {}

a, a:hover, a:visited {
	color: #006600;
	text-decoration: none;
	}

ul {
	list-style-type: none;
	}

ul.sci li {
	font-style: italic;
	}
	
li.no_sci {
	font-style: none;
}	

img {
	border: none;
	}

	
/*******************/ 
/* Custom tags */
/*******************/

.frame {
	width: 1100px;
	min-height: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	background-color: white;
	border: 1px solid #1e1e04;
	}

.header {
	background-color: white;
	border: 1px solid #092e20;
	color: #4a4a4a;
	height: 60px;
	border: none;
	width: 1100px;
	padding: 0px
	margin-right: auto;
	margin-left: auto;
	}
	
.header img {
	border: 1px solid black;
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
	}
	
.header h2 {
	position: relative;
	display: inline;
	margin-left: 10px;
	
	}

.header a {
	height: 85px;
	color: white;
	padding: 0px;
	margin: 0px;
	}
	
.header .top_nav  {
	height: 25px; 
	width: 1100px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url();
	background-color: white;
	color: #333333;
	border-top: 1px solid #1e1e04;
	border-bottom: 1px solid #1e1e04;
	}

/********
Main Menu 
*********/

.header .top_nav ul {
	position: relative;
	top: -12px;
	margin: 0px
	padding: 0px;
	}

* html .header .top_nav ul {
	top: 7px;
	}

.header .top_nav ul li {
	position: relative;
	display: inline;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	
	}
	
.header .top_nav ul li a {
	text-decoration: none;
	color: #0e240c;
	padding-left: 26px;
	margin: 0px;	
	}

.header .top_nav ul li a:hover {
	background-image: url();
	background-repeat: no-repeat;
	color: #040b04;
	padding-left: 26px;
	margin: 0px;
	}

.header .top_nav ul li a:visited {
	color: #1b291a;
	padding-left: 26px;
	margin: 0px;
	}
	
/********
Sub-Menu
********/

.header .top_nav ul li ul {
	position: absolute;
	top: 17px;
	left: 0;
	width: 400px;
	text-align: center;
	background-color: white;
	z-index: 100;
	padding: 5px;
	margin: 0px;
	border: 1px solid #1e1e04;
	display: none;
	}

.header .top_nav ul li:hover ul, .header .top_nav ul li.over ul {
	display: block;
	}

.header .top_nav ul li ul li {
	position: relative;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	}
	
.header .top_nav ul li ul li a {
	text-decoration: none;
	color: #0e240c;
	padding: 0px;
	margin: 0px;	
	}

.header .top_nav ul li ul li a:hover {
	background-image: none;
	color: green;
	padding: 0px;
	margin: 0px;
	}

.header .top_nav ul li ul li a:visited {
	color: #1b291a;
	margin: 0px;
	padding: 0px;
	}

/********
Main Page Content
********/

.label {
	font-weight: bold;
	}

.content {
	background-image: url();
	background-color: white;
	color: #0e240c;
	width: 1100px;
	text-align: left;
	min-height: 410px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.content .header_search {
	position: relative;
	top: 0px;
	left: 5px;
	float: left;
	display: inline;
	z-index: 1;
	font-size: 11px;
	width: 137px;
	min-height: 65px;
	padding: 5px;
	margin:0px;
	background-color: #cdb38b;
	color: #333333;
	border: 1px solid #1e1e04;
	}

* html .content .header_search {
	top: 17px;
	width: 133px;
	margin-right: 5px;
	}
	
.content .header_search form {
	width: 130px;
	padding: 0px;
	margin: 0px;
	clear: none;
	}
	
.content .page_body {
	position: relative;
	margin-left: 160px;
	z-index:0;
	background-color: white;
	padding: 10px;
	width: 915px;
	min-height: 400px;
	border: 1px solid #1e1e04;
	clear: none;
	}
	
* html .content .page_body {
	top: 17px;
	margin:0;
	width: 920px;
	}

.content .page_body .type_image {
	float: right;
	width: 350px;
	}
	

.content .page_body .tableofcontents {
	border: 1px solid #1e1e04;
	background-color: #c5f2c2;
	width: 240px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.content .page_body .tableofcontents a {
	color: #154f09;
	}

.content .page_body #lambert_right {
	float: right;
	margin-left: 5px;
	border: 1px solid black;
	height: 250px;
	}

.content .page_body #lambert_left {
	float: left;
	margin-right: 5px;
	border: 1px solid black;
	height: 250px;
	}
	
.content .page_body #lambert {
	border: 1px solid black;
	height:250px;
	}

.footer  {
	background-color: white;
	color: #1b291a;
	width: 1100px;	
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #1e1e04;
	}
	
.footer a {
	color: #1b291a;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}

.footer a:hover {
	background-color: #c7d0a4;
	padding: 0px;
	margin: 0px;	
	}