body{
	background: #eeeeee;
	margin: 0;
	
}

a {
	font-family: arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: blue;
}

a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration : none; 
}
a:hover {
	text-decoration : underline; 
}

/*.img {
	border-bottom: 1px solid blue;
	border-left: 1px solid blue;
}
#header{
	background: white;
	background-image: url(img/topfade.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 700px;
	height: 70px;
}*/

#headertxt{
	position: relative;
	font-family: arial; 
	font-size: 10pt; 
	color: black;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
	text-align: right;
}

#logo{
/*	float: left; */
	padding-top: 20px;
	padding-left: 5px;
}

#main{
	background: white;
	width: 700px;
}

p{
	text-indent: 10px;
}

.indent {
	text-indent: 10px;
	}

ul{
	list-style-type: none;
/*	border-top: 1px solid #c0c0c0; 
	border-bottom: 1px solid #c0c0c0; */
	width: 90%;
	margin-left: 10px;
	padding-left: 10px;
	font-family: arial; 
	font-size: 10pt; 
	font-weight: normal; 
	color: black;

}

#footer{
	background: white;
	background-image: url(img/botfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 700px;
	height: 90px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;

}

#footertxt{
	float: bottom;
	font-family: arial; 
	font-size: 10pt; 
	color: black;
	font-weight: normal;
	text-align:  center;
	padding-top: 20px;
}


