* {
	font-family: sans-serif;
	font-size: 12pt;
}

body {
	background-color: #E8F898;
	color: #333;
	padding: 0px 20px 0px 20px;
}

hr {
	margin: 10px;
	clear: both;
}

#header  {
	position: relative;
	clear: both;
	padding: 8pt;
	font-size: 16pt;
	color: #307373
}

#menu {
	position: relative;
	clear: both;
	font-size: 16pt;
	font-weight: bold;
}

#content { 
	position: relative;
	padding: 12pt;
	clear: both;
}

#footer  {
	position: relative;
	clear: both;
	font-size: 8pt;
	padding: 12pt;
}

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 14px;
	border-bottom: 1px dashed #000;
}

ul.nav a {
	background-color: #707022;
	/*color: #333; */
	border: 1px solid green;
	margin: 1px 8px 1px 0px;
	padding: 2px 10px 2px 10px;
	/*width: 1em; */
	text-decoration: none;
}

/* The order here is important, 'link' and 'visited' */
/* must come before 'hover' or 'active' */
ul.nav a:link { color: #FF0; }
ul.nav a:visited { color: #FF0; }
ul.nav a:hover { color: #F33; }
ul.nav a:active { color: #707022; } /* Background color, gives a 'button pressed' effect */

ul.nav li {
	display: inline;
}

img.photo {
	float: left;
}

p.photo {
	float:left;
	width:300px;
}

div.colleft {
	float: left; width: 480px; margin: 10px;
}
div.colright {
	float: left; width: 40%; margin: 10px;
}

div.picdiv { clear:both; }


