﻿/* CSS layout */
#lower_left {
	background-image: url('assets/left_div_background.jpg');
	background-repeat: no-repeat;
	width: 130px;
	height: 300px;
	font-size: 1.3em;
	padding-right: 5px;
	padding-top: 15px;
	padding-left: 8px;
	line-height: 1.3em;
}
#lower_right {
	background-image: url('assets/right_div_background2.jpg');
	background-repeat: no-repeat;
	width: 140px;
	height: 400px;
	margin-left: 6px;
	font-size: 1.3em;
	padding-top: 15px;
	padding-left: 8px;
	line-height: 1.3em;
}
#holder {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead {
}

#top_nav {
	width: 810px;
	height: 80px;
	background-image: url('assets/nav_background2.jpg');
	background-repeat: no-repeat;
	color: #003300;
	font-size: 1em;
	font-weight: bold;
}
#container {
	position: relative;
	width: 100%;
	font-size: 0.8em;
}
#left_col {
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 550px;
}
#page_content {
	margin-right: 160px;
	margin-left: 150px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 550px;
}
#right_col {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('assets/shadow.jpg');
	background-repeat: repeat-y;
	height: 550px;
}
#footer {
	background-image: url('assets/footer2.jpg');
	background-repeat: no-repeat;
	width: 808px;
	height: 35px;
	font-size: 1em;
}
#copyright {
	width: 250px;
	float: left;
	padding-left: 25px;
}
#d3signlab {
	width: 90px;
	float: right;
	padding-top: 0px;
	padding-right: 25px;
}
#navigation {
	padding-top: 32px;
	padding-left: 25px;
	color: #A1A1A1;
	width: 530px;
	font-size: 1.6em;
}
#search {
	width: 250px;
	float: right;
	padding-top: 26px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#search_template {
	background-image: url('assets/full_background.jpg');
	background-repeat: repeat-y;
}
body {
	background-color: #A1A1A1;
	font-size: 62.5%;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: justify;
}
a {
	color: #003300;
	text-decoration: none;
}
h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: 600;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 2em;
	color: #333333;
	margin-bottom: 3px;
}
h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: 600;
	color: #333333;
	margin-bottom: 5px;
}
a:hover {
	color: #93CA4D;
	text-decoration: underline;
}
.hr_bottom {
	width: 95%;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.green {
	color: #003300;
}
.e {
	font-size: 0.7em;
}
.no_border {
	border-width: 0px;
}
