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


/* General Styles */

body {
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;
	background-color: #476847;
}

h1 {
	margin-bottom: 10;
	margin-top: 0;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color:#476847;
}

h2 {
	margin-bottom: 10;
	margin-top: 0;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#cc0000;
}

p {
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Verdana;
	color:#666666;
	line-height:18px;
}

a {
		color:#476847;
	}
a:hover {
		color:#476847;
		text-decoration:none;
	}
a:visited {
		color:#476847;
}
	
/* Column Styles */

#root-box {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	width:750px;
}

#header {
	position:relative;
	width:750px;
	height:95px;
	background-color: #6d9f6c;
	background-image: url(img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_box_one {
	float:right;
	width:500px;
	margin:13px 86px 0 0px;
}

#header_box_two {
	float:right;
	width:500px;
	margin:8px 86px 0 0px;
}

.headertext_one {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#FFFFFF;
}

.headertext_two {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#FFFFFF;
}

.headertext_three {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#FFFFFF;
}

#container-links {
	width:750px;
	height:26px;
	padding: 0 0 0 0;
	background-image:url(img/bg_links.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#banner {
	width:750px;
	height:181px;
	padding: 0 0 0 0;
}

#content_top {
	width:750px;
	height: 7px;
	background-image: url(img/corners_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#content_bottom {
	width:750px;
	height: 7px;
	background-image: url(img/corners_base.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#content {
	width:690px;
	padding: 20px 30px 20px 30px;
	background-color:#FFFFFF;
	background-image: url(img/corners_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer {
	padding: 25px;
	text-align:left;
}

#footer p {
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#a2b0a2;
	line-height:18px;
}
#footer a {
		color:#a2b0a2;
	}
#footer a:hover {
		color:#fff;
		background:#6d9f6c;
		text-decoration:none;
	}
#footer a:visited {
		color:#a2b0a2;
	}

.footer_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#a2b0a2;
	line-height:18px;
}

.greentext {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color:#476847;
}

.titletext {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#cc0000;
}

.linetext {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#666666;
}

ul {
	font-size: 12px;
	font-family: Verdana;
	color:#666666;
	line-height:18px;
}
