body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

table {
}
tr {
}
td {
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #CC6600;
	text-decoration: underline;
}

p {
	line-height: 1.3em;
	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);
	}

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: 11px;
}
#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: 13px;
}
#navigation1 {
	text-align: left;
	padding-left: 51px;
	background-image: url(Images/content.gif);
	background-repeat: repeat-y;
	height: 10px;
}
#navigation2 {
	text-align: left;
	font-size: 0.7em;
	padding-left: 80px;
	background-image: url(Images/content.gif);
	background-repeat: no-repeat;
	height: 10px;
}
#subnav_in{
	color: #5A844B;
	font-weight: bold;
}
#title {
	font-size: 1.3em;
	color: #009900;
	text-align: left;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 25px;
	padding-bottom: 20px;
	background-image: url(Images/title.gif);
	background-repeat: repeat-y;
	font-weight: bold;	
}
#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.2em;
	color: #00CC00;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top: 15px;
}
#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/content.gif);
	background-repeat: repeat-y;
}