@charset "UTF-8";

body {
	margin: 0px;
	font-family: 'Avant Garde', Arial, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}

.containall {
	width: 839px;
	margin-right: auto;
	margin-left: auto;

}
.imagebar {
	height: 165px;
	width: 839px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9d300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9d300;
}
.leftcontent {
	width: 195px;
	float: left;
	margin-right: 15px;
	clear: none;
	line-height: 18px;
}
.footer {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 11px;
}
.footer a:link{
	text-decoration: none;
	color: #4F4F4F;
	
}
.footer a:visited{
	text-decoration: none;
	color: #4F4F4F;
	
}
.footer a:hover{
	text-decoration: none;
	color: #000000;
	
}
.green {
	color: #b9d300;
}
.maincontent {
	clear: none;
	float: left;
	width: 614px;
	margin-left: 15px;
	line-height: 18px;
}
.leftcontent ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.leftcontent li {
	padding-bottom: 30px;
	background-image: url(../images/nav-lines.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.leftcontent a:link {
	color:#b9d300;
	font-weight:bold;
	text-decoration: none;
	}
	.leftcontent a:visited {
	color:#b9d300;
	font-weight:bold;
	text-decoration: none;
	}
	.leftcontent a:hover {
	color:#b9d300;
	font-weight:bold;
	text-decoration: none;
	}

.header {
	width: 839px;
	height: 170px;
}
.containcontent {
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	width: 839px;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #b9d300;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 28px;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #b9d300;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 28px;

}
.openingpara {
	margin-top: 0px;
	padding-top: 0px;
	color: #4F4F4F;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 22px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.bodylink {
	margin-bottom: 25px;
}
.bodylink a:link{
	margin-bottom: 25px;
	color: #b9d300;
	text-decoration: none;
	font-weight: bold;
}
.bodylink a:visited{
	margin-bottom: 25px;
	color: #b9d300;
	text-decoration: none;
	font-weight: bold;
}
.bodylink a:hover{
	margin-bottom: 25px;
	color: #b9d300;
	text-decoration: none;
	font-weight: bold;
}
.formtd {
	padding-bottom: 10px;
}
.formbox {
	border: 1px solid #4f4f4f;
	padding: 5px;
}

.closequote {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/images/speech_03.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 70px;	
}
.speechinner {
	padding:0px 15px;
	background-color:#b9d300;
	color:#000000;
}

.closequote, .closequotelight {
	margin-bottom:15px;
}

.closequotelight {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/images/speech-light_03.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 70px;	
}
.speechinnerlight {
	padding:0px 15px;
	background-color:#eaf2b2;
	color:#000000;
}

.maincontent a {
	text-decoration:none;
	color:#b9d300;
	font-weight:bold;
}
