body {
	margin: 0px 0px 0px 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/body.gif);
}

table {
}
tr {
}
td {
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #5A844B;
	text-decoration: none;
}
a:hover {
	color: #5A844B;
	text-decoration: underline;
}
a:visited {
	color: #5A844B;
	text-decoration: none;
}

p {
	line-height: 2em;
	text-align: justify;
}
br {
}
ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.7em;
}
li {
	list-style: square inside url(images/list.gif);
	line-height: 2em;
	text-align: justify;
	}

img {
	border: 0px;
}

#body {
	width: 100%;
	height: 100%;
}
#leftBorder {
	width: 50%;
	background-image: url(images/body.gif);
	background-position: right top;
}
#header {
	background-image: url(images/header.gif);
	height: 136px;
}
#rightBorder {
	width: 50%;
	background-image: url(images/body.gif);
	background-position: left top;
}
#images {
	text-align: left;
	padding-left: 51px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	height: 132px;
}
#navigation1 {
	text-align: left;
	padding-left: 51px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	height: 72px;
}
#navigation2 {
	text-align: left;
	font-size: 0.7em;
	padding-left: 80px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	height: 40px;
}
#subnav_in{
	color: #5A844B;
	font-weight: bold;
}
#title {
	font-size: 1.4em;
	color: #396A25;
	text-align: left;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 52px;
	padding-bottom: 20px;
	background-image: url(images/title.gif);
	background-repeat: repeat-y;
}
#content {
	font-size: 0.8em;
	text-align: left;
	padding-left: 80px;
	padding-right: 80px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
}
#paragraphtitle {
	font-size: 1.5em;
	color: #396A25;
	padding-bottom: 10px;
}
#subparagraphtitle {
	font-size: 1.25em;
	color: #396A25;
}
#footer {
	text-align: left;
	font-size: 0.7em;
	color: #666666;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 38px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
