html {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #88A259 url(images/bkg.gif) repeat-y center top;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#container {
	background: #F4F4F4;
	margin: 0px auto;
	padding: 0px;
	width: 718px;
}

#header {
	background: url(images/ban2.jpg) no-repeat;
	margin: 11px 0px;
	padding: 0px;
	width: 718px;
	height: 122px;
}

#content {
	width: 716px;
	margin: 11px 0px;
	padding: 15px 0px 0px;
	border: 1px solid #333333;
	background: #FFFFFF url(images/content_bkg.gif) no-repeat left bottom;
	text-align: left;
}

#content p {
	padding: 3px 15px;
}

#content p a:link, #content p a:visited {
	color: #1B5A01;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

#content p a:hover {
	color: #1B5A01;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
}

#content p a:active {
	color: #1B5A01;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

#content h1 {
	border-bottom: 1px solid #333333;
	background: url(images/icon.gif) no-repeat right bottom;
	margin: 25px 15px 20px 200px;
	padding-top: 15px;
	font-size: 24px;
	font-style: italic;
}

#addressInfo {
	font-size: .8em;
	text-align: right;
	padding: 15px;
}

#addressLeft {
	font-size: .8em;
	text-align: left;
	padding: 15px;
}

#footer {
	height: 24px;
	width: 716px;
	border: 1px solid #333333;
	font: italic 9px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #1B5A01;
	margin: 0px 0px 11px;
	padding: 0px;
	text-align: right;
}

#copyright {
	margin: 0px;
	padding: 5px 15px 5px 5px;	
}

.iconLeft {
	float: left;
	padding-right: 5px;
}

.imgRight {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.p2 {
	padding: 3px 15px 3px 40px;
	font-size: .8em;
}

.p3 {
	padding: 3px 15px 3px 120px;
	font-size: .8em;
}

.p4 {
	padding: 0px 15px 3px 160px;
	font-size: .8em;
}

.p5 {
	padding: 0px 15px 3px 40px;
	font-size: .8em;
}

.p6 {
	padding: 3px 15px 0px 15px;
	font-size: .8em;
}

.p7 {
	padding: 0px 15px 0px 15px;
	font-size: .8em;
	text-align: right;
}

.p8 {
	padding: 0px 15px 3px 15px;
	font-size: .8em;
}

.p9 {
	padding: 0px 15px 3px 40px;
	font-size: .8em;
}

.smallText {
	font-size: .7em;
}

.medText {
	font-size: .8em;
}

