@charset "utf-8";
/* CSS Document */
.right {
	float: right;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p {
font-size: 0.9em;	
}

strong {
	color: #62830f;
}

a {
	color: #62830f;
}

a:hover {
	color: #000;
}

h1 {
font-size: 1.2em;
font-weight: bold;
	color: #cfd13e;
}


h2 {
font-size: 1em;
font-weight: bold;
	color: #62830f;
}

ul li {
	color: #7ca423;
font-size: 0.9em;	
}

#container {
	width: 100%;
}

#header {
height: 149px;
width: 100%;
}

#logo {
float: left;
}

#images {
float: right;
}

#nav {
	background: url(images/nav-bg.gif);
	width: 100%;
	height: 31px;
	margin: 0px 0px 20px 0px;
}

#content {
	width: 90%;
	margin: 0 auto;
	height:20px;
}

#footer {
	top: 1000px;
	position:absolute;
	width: 100%;
	height: 31px;
	background: url(images/nav-bg.gif);
	left: 0;
}

#footer-other {
	top: 1264px;
	position:absolute;
	width: 100%;
	height: 31px;
	background: url(images/nav-bg.gif);
	left: 0;
}

#footer-faq {
	top: 1640px;
	position:absolute;
	width: 100%;
	height: 31px;
	background: url(images/nav-bg.gif);
}
