@charset "UTF-8";
/* CSS Document */

.green {color:#677719}
.blue {color:#002b54}
.white {color:#FFFFFF}
.bodyLink {
	text-decoration: none;
	color:#677719;
	}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:arial;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	background-color:#002b54;
}
a {
	text-decoration: none;
	color:#002b54;
}
a:hover {
	text-decoration: none;
	color:#677719;
}
#header {
	background-color:#FFFFFF;
	width:100%;
	height:300px;
}

#headerLayout {
	width: 756px;
	margin: auto;
}

#headerLeft {
	width: 214px;
	float: left;
}

#logo {
	padding-top: 175px;
}
#headerRight {
	position: relative;
	width: 541px;
	float: right;
}
#headerImages {
	height: 300px;

}
#images{
	width: 540px;
	height: 235px;
	border-left: 1px solid #677719;
}
#nav{
	position: relative;
	z-index: 300;
	height: 25px;
	padding-left: 20px;
	padding-top: 12px;
	border-right: 1px solid #677719;
}
#subnav{
	height: 30px;
	padding-left: 65px;
	border-right: 1px solid #677719;
}
#pageContentLayout{
	width: 756px;
	margin: auto;
}
#contentLeft{
	padding: 90px 0 0 75px;
	width: 130px;
	float: left;
}
#contentRight{
	width: 541px;
	float: right;
}
#contentTitle {
	padding-left: 30px;
	padding-top: 21px;
	height: 50px;
	border-right: 1px solid #677719;
	border-bottom: 1px solid #677719;
}
#contentText {
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	border-left: 1px solid #677719;
}
#contentForm {

}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;	
}
div,p {
	margin: 0;
	padding: 0;
}
#greenCross {
	z-index: 200;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -50px;
	left: -50px;
	background: url(images/greenCross.png) no-repeat;
}
