/*
css for orwapif.org
dcb 10/18/2004
*/

body.standard {
	font-family: geneva, helvetica, arial, sans serif;
	background-color: #CCCCCC;
	color: #000000;
}

a         { text-decoration: none; color: #00f; }
a:hover   { text-decoration: none; color: #00f; background-color: #fc0}

div.frontpage {
	border-right: 3px dotted #f90;
	border-bottom: 3px dotted #f90;
	border-top: 3px dotted #f90;
	width: 750px;
}

div.heading {
	font-family: arial, sans serif;
	font-size: 20pt;
	background-color: #99a;
	border-bottom: 3px dotted #f90;
	border-left: 12px solid black;
	padding: 3px;
	vertical-align: middle;
	color: #006;
}

div.floatnav {
	float: left;
	height: 100%;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 2px;
}

ul.navigation li {
	margin: 0;
	padding: 3px;
	text-indent: 0em;
}

a.navigation {
	font-size: 10pt;
	display: block;
	text-decoration: none;
	width: 150px;
	border-left: 10px solid black;
	padding: 5px;
}

a.navigation:link    {
	background-color: #99c;
	color: #000;
}

a.navigation:active  {
	background-color: #fc0;
	border-left: 10px solid #999;
}

a.navigation:visited {
	background-color: #99c;
	color: #000;
}

a.navigation:hover   {
	background-color: #fc0;
	border-left: 10px solid #999;
}

a.current {
	font-size: 10pt;
	display: block;
	text-decoration: none;
	width: 150px;
	border-left: 10px solid black;
	padding: 5px;
	background-color: #fc0;
	border-left: 10px solid #999;
}	

div.floatleft {
	float: left;
	margin: 10px;
}

div.text {
	font-size: 12pt;
	margin-left: 175px;
	padding: 10px;
}

div.textsmall {
	font-size: 12pt;
	margin-left: 175px;
	padding: 10px;
}


div.centerimage {
	text-align: center;
	padding: 10px;
}

div.footer {
	font-size: 10pt;
	font-style: italic;
	width: 750px;
	text-align: right;
}

img.lillogo {
	vertical-align: middle;
	margin-right: 8px;
}