﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: Tahoma;
	background-color: #FFFFBB;
}
#container {
	background-color: #DBEEAE;
	width: 900px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#masthead {
	text-align: right;
	width: 900px;
}
#navigation {
/*	background-color: #B8DC7D;*/
	overflow: hidden;
}
#column_l {
	width: 130px;
	margin: 0;
	padding: 0 5px;
/*	background-color: #B7DD7A;*/
}
#column_c {
	width: 610px;
	margin: 0;
	padding: 0 5px;
/*	background-color: #B8DC7D;*/
}

/* Begin : Define landc AND landc_justify*/
#column_landc {
	width: 710px;
	margin: 0;
	padding: 0 25px;
}
#column_landc_justify {
	width: 710px;
	margin: 0;
	padding: 0 25px;
	text-align:justify
}
/* End : Define landc AND landc_justify*/

#column_r {
	width: 130px;
	margin: 0;
	float: right;
	padding: 5px;
/*	background-color: #B8DC7D;*/
	position: relative;
}
#footer {
	width: 900px;
	text-align: center; /*	background-color: #113962;*/;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #94CBE0;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #314987;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width:90px;	
}
#navigation a {
	/*	color: #000000;*/
	background-color: transparent;
	background-image: url(/images/buttons/but-bg.png);
	text-decoration: none;
	text-align: center; /*	vertical-align:middle;*/;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px; /*	border: 1px solid #c9c9c9;*/;
	border-right: 1px solid #c9c9c9;
	color: #000000;
}
#navigation a:hover {
	/*	background-color:transparent; */
	background-image: url(/images/buttons/but-hover.png); /*	color: #000000; */;
/*	text-decoration: underline;*/
/*	text-transform:uppercase;*/
	font-weight: bold;
	color: #000000;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	text-decoration: underline;
	color: #1F52A9;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#footer {
	width: 900px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
