@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #75BF44;
	background-image: url('../images/webback.jpg');
	background-repeat: repeat;
}
#container {
	background-color: #fff;
	width: 1020px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #fff;
	width: 100%;

}
#navigation {
	background-color: #75BF44;
	overflow: hidden;
	
}
#column_l {
	width: 720px;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	text-align: justify;
}
#column_r {
	width: 260px;
	margin: 0;
	float: right; 
	padding: 0px;
	padding-top: 0px;
	background-color: #fff;
	position: relative;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #414141;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#masthead p {
	font-size: 11px;
	color: #000000;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 12px;
	margin: 7px;
}

#column_l h1 {
	font-size: 16px;
}
#column_l h2 {
	font-size: 15px;
}
#column_l h3 {
	font-size: 14px;
}
#column_l h4 {
	font-size: 13px;
}
#column_l h5 {
	font-size: 12px;
}
#column_l h6 {
	font-size: 11px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 5px;
	text-align: left;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.input, select	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.navbutt	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ul	{
	line-height:16px;
	margin-top: 0em;
	margin-bottom: 0em;
}