body {
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}

#top {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#heading {
	background: #FFFFAA;
	font: 1em; 
	margin: 0px;
	padding: 0px;
}
#indexheading {
	font: 1em; 
	margin: 0px;
	padding: 0px;
}


h1 {
	height: 60px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 25px;
	text-align: left;
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	border-bottom:  1px solid #1C3B50;
}

h2 {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h3 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-top:25px;
	font-weight: bold;
		text-align: center;
}

#leftcol {
	text-align: right;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	float: left;
	width: 152px;
}


#leftcol a img {
margin-right: 15px;

}

#mid {
	position: absolute;
	top: 80px;
	width: 90%;
	height: 80%;
	margin: 5px;
	padding: 5px;
	text-align: center;
}


#leftcol a:link {
	text-decoration: none;
	color: #FFFFFF;
	background: #FFFFFF;
/*	display: block; */
}
 #leftcol a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background: #FFFFFF;
/*	display: block; */
}

#leftcol a:hover {
	text-decoration: none;
	color: #FFFFFF;	
	background: #FFFFFF;	
/*	display: block; */
}

 #leftcol a:active {
	text-decoration: none;
	color: #FFFFFF;	
	background: #FFFFFF;	
/*	display: block; */
}


#leftcol p {
	color: #1D3B53;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	width: 152px;
	height: 25px;
	background: #EEEEEE;  
	vertical-align: middle;
}


#leftcol p a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0F2533;
	background: #EEEEEE;
	height: 25px;
	width: 150x;
	padding-right: 5px;
	font-size: 10px;
	display: block;
}
#leftcol p a:visited {
	color: #0F2533;
	font-weight: bold;
	background: #EEEEEE;
	height: 25px;
	width: 150px;
	text-decoration: none;
	padding-right: 5px;
	font-size: 10px;
	display: block;
}

#leftcol p a:hover {
	color: #8A745C;
	font-weight: bold;
	background: #FFFFAA;
	height: 25px;
	width: 150px;
	text-decoration: none;
	padding-right: 5px;
	font-size: 10px;
	display: block;
}

#leftcol p a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0F2533;
	background: #BEBCA5;
	height: 25px;
	width: 150px;
	padding-right: 5px;
	font-size: 10px;
	display: block;
}


#content {
	margin: 10px 5px 5px 200px;
	width: 650px;
		position: absolute;
			left: 15px;
	line-height: 1.3em;
	text-align: justify;
}

#content img {
	text-align: center;
}

.centerimg {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

#content hr {
	width: 10%;
	text-align: center;
}
#indexcontent{
	margin: 10px 5px 5px 275px;
	width: 500px;
		position: absolute;
			left: 15px;
	line-height: 1.3em;
	text-align: justify;


}


#indexcontent img {
	text-align: center;
}

ul {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
li {
	padding: 10px;
}
span {
	font-style: italic;
}
#textjust {

	border: 1px solid black;
}
#ul-lineheight li {
	line-height: 0.8em; 
	text-align: left;
} 
table tr td {
	height: 3em;
}
#boldpara {
	font-weight: bold;
}


