/* CSS Document */

body {
	margin: 0;
	font: 13px normal Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #ffffff;
}

h1 {
	margin: 0 0 6px 0;
	color: #6D7D3B;
	font-size: 26px;
}

h2 {
	margin: 30px 0 20px 0;
	color: #6D7D3B;
	font-size: 20px;
}

strong {
	color: #353E21;
}

ul {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ECBB20;
}

.cyan {
	color: #0099EF;
}

.magenta {
	color: #EC008C;
}

.yellow {
	color: #FFFF00;
}

.black {
	color: #000000;
}

.inputfield {
	background-color: #F5B0D0;
	height: 18px;
	width: 250px;
	margin-bottom: 4px;
	border: solid 1px #000000;
	font-size: 13px;
}

.textfield {
	background-color: #F5B0D0;
	height: 150px;
	width: 250px;
	margin-bottom: 4px;
	border: solid 1px #000000;
	font-size: 13px;
}

.submit {
	background-color: #8FD0F0;
	height: 24px;
	width: 60px;
	border: solid 1px #000000;
	font-size: 13px;
}

#header-bg {
	width: 100%;
	height: 228px;
}

#header {
	width: 1000px;
}

#nav-bg {
	width: 100%;
	height: 53px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}

#nav {
	width: 987px;
}

#content-bg {
	width: 100%;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ACC64B;
	float: left;
}

#content {
	width: 987px;
}

#left-side {
	width: 307px;
}

#left-col {
	width: 307px;
	background-image: url(images/left-btm.gif);
	background-repeat: repeat-y;
	float: left;
}

#left-content {
	background-image: url(images/left-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#left-text {
	padding: 40px 30px 20px 40px;
}

img, div {
	behavior: url(js/iepngfix.htc);
}

#right-col {
	width: 680px;
	float: left;
	background-image: url(images/content-btm.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#right-rshadow {
	background-image: url(images/content-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 141px;
}

#right-lshadow {
	background-image: url(images/content-left.png);
	background-repeat: no-repeat;
}

img, div {
	behavior: url(js/iepngfix.htc);
}

#content-text {
	padding: 20px 30px 0 35px;
}

#footer-bg {
	width: 100%;
	height: 150px;
	background-image: url(images/footer-bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

#footer {
	padding-top: 7px;
	padding-left: 342px;
	font-size: 12px;
}

#footer a {
	color: #8FD0F0;
	text-decoration: none;
}

#footer a:hover {
	color: #F5A1C3;
}