﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #1f7f0f;
}
h1{
	font-size:2px;
	font-weight:bold;
	color: blue;
}
h2{
	font-size:22px;
	font-weight:bold;
	color:#339900;
	margin-top:5px;
	margin-bottom:8px;
}
h3{
	font-size:16px;
	font-weight:bold;
	color:#339900;
}
h4{
	font-size:12px;
	font-weight:bold;
	color:#339900;
}


#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px green solid;
}
#masthead {
	text-align: left;
	width: 900px;
	height:294px;
	overflow: auto;
	background-image:url('images/home-background.jpg');
	background-repeat: no-repeat;
}
#masthead-secondary {
	text-align: left;
	width: 900px;
	height:200px;
	overflow: auto;
	background-image:url('images/secondary-background.jpg');
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	background-color: #fff;
}

#navigation-background{
    width:900px;
    height:26px;  
}
#footer {
	clear: both;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 10px;
	margin-top: 10px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */




/* Styles for Footer */
#footer p {
	font-size: 11px;
	text-align: center;
	width: 900px;	
	margin: 0px;
	margin-top:20px;
	margin-bottom:20px;

}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.hrGreen{
	width:90%;
	height:1px;
	background-color:  #00CC00;
	}
	
.lineCenter {
	text-align: center;
	width:100%;
}


table.boxed {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color:  #b3b1b1;
}

.boxed {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color:  #b3b1b1;
	padding:15px;
}

.textBoxSpecial
{
    background-color: #ecdbeb;
    color: black;
    width:300px;
}

.lableStyled
{
    margin-bottom:2px; 
    width:100px;
}
