﻿/* CSS layout */

#page_container {
	margin: 1px auto;
	width: 787px;
	background-color: white;
}

#masthead {
}

#top_nav {
	padding-bottom: 15px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 155px;
	margin-left: 160px;
}

#text_content {
	margin-right: 0px;
	margin-left: 160px;
}


#left_divider
{
	margin-right: 200px;
	padding-top: 10px;
}
#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#lower_container {
	position: relative;
	width: 100%;
	min-height: inherit;
	margin-top: 10px;
	z-index: 1;
}

#lower_content {
	margin-right: 630px;
	overflow: visible;
}

#lower_right_col {
	width: 602px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 20px;
	margin-left: 20px;
	visibility: visible;
	overflow: visible;
}

#footer {
	position: relative;
	bottom: -10px;
}

/*css styles*/

body         
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

.header_font
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12pt;
}

.h1 {
	font-size: x-large;
	color: #EB9123;
	font-weight: bolder;
}

.h2
{
	color: #EB9123;
	font-size: medium;
	font-weight: bold;
}
.h3
{
	color: #6B9F90;
	font-size: medium;
	font-weight: bold;
}
.h4
{
	color: #EB9123;
	font-size: small;
	font-weight: bold;
}
.small_news_header
{
	font-family: Arial, Helvetica, sans-serif;
	color: #EB9123;
	font-size: xx-small;
	font-weight: bold;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-small;
}
	
.right_align_text 
{
	text-align: right;
}

.center_text
{
	text-align: center;
}
.blue_table_border
{
	border: 2px solid #6B9F90;
}
.pic_right_margin {
	margin-right: 5px;
}
.pic_left_margin {
	margin-left: 5px;
}
.right_purple_menu_text {
	color: #FFFFFF;
	text-align: center;
	font-size: small;
}
.purple_menu_table {
	border: 10px solid #FFFFFF;
	margin: 10px;
	background-color: #93669C;
}
.purple_menu_header {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}

.scientific
{
	font-style: italic;
}
.normal_body {
	font-weight: normal;
}

.image_style1 {
	border-style: solid;
	border-width: 0;
	margin: 10px;
}
.image_style2 {
	border-width: 0;
}

