body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url(images/bg2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
li {
	list-style-type: circle;
	list-style-position: outside;
	marker-offset: auto;
}
a:link {
	color: #1B189C;
	text-decoration: none;
}
a:visited {
	color: #1B189C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#container {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
}
#header1 {
	height: 112px;
	padding: 0px 0px 0px 0px;
	background-image:  url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header2 {
	height: 112px;
	padding: 0px 0px 0px 0px;
	background-image:  url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#nav {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	height: auto;
	position: absolute;
	left: 0px;
	top: 130px;
	width: 15%;
	min-width: 150px;
}
#nav2 {
	color: #000000;
	font-size: 9px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	height: auto;
	position: absolute;
	left: 0px;
	top: 380px;
	width: 15%;
	min-width: 150px;
}
#content {
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin-left: 10px;
	position: absolute;
	top: 130px;
	left: 20%;
	width: auto;
	min-width: 150px;
	max-width: 75%;
	text-align: justify;
}
.padded {
	padding-left: 10px; 
}