BODY {
	font-family : "Arial", sans-serif;
	color : Maroon;
	margin-left :5%;
	margin-top : 0;
	margin-bottom: 1%;
	margin-right : 1%;
	background-color : #F0FFF0;
	border-color : #006633;
	font-size : 15px;
	line-height : 20px;
}



a:link {
	color: #DC143C;
	font-size:110%;
	text-decoration: none;
}
a:active {
	color: #CC3333;
	font-style: italic
}
a:visited {
	color: #DC143C;
	font-size:100%;
	text-decoration:none
}
a:hover {
	color: #CC3333;
}
p {
	margin-right : 25%;
}
p.q {
	color : #CC9933;
	margin-bottom : -15px;
}
.l {
	float : left;
	margin-right : 2%;
	margin-bottom: 3%;
}
.r {
	float : right;
	margin-bottom: 3%;
	
}
ul {
	margin-right : 30%;
	list-style-position : inside;
}

UL.nav{
	float:right;
	background-color: #BDB76B;
	list-style-position : inside;
	padding:5%;
	list-style : url(arrow.gif);
}
P.box {
	border-style : solid;
}
UL.p{
	margin-left : 32%;
	list-style-type : disc;
	list-style-position : outside;
}
li{
	margin-bottom: 1%;
}
li.nav {
	margin-bottom : 0%;
}
li.home {
	list-style-image : url(images/arrow.gif);
}

li.top {
	list-style-image : url(images/arrowup.gif);
}
FORM {
	clear : none;
	border-bottom-width : thin;
	border-top-width : thin;
	}
.noindent {margin-left: 0}