body {
margin: 0 auto;
margin-top: 5px;
padding: 0;
font: 76% Arial,Verdana,Tahoma,sans-serif;
/*background: #f4f4f4 url(bg.gif) top center repeat-y;*/
background: #ffffff url('images/bg.jpg') top center no-repeat fixed;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
border: 1px solid #c0c0c0;
padding: 10px;
}

#header {
clear: both;
margin: 0px 0 10px 0;
padding: 0;
height: 104px; /* adjust to match height of header */
border-bottom: 4px solid #000099;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header img {
margin-bottom: 5px;
}

#header p {
width: 450px;
float: right;
text-align: center;
color: #a0a0a0;
margin: -60px 0 10px 0; /* top of the Haiku section */
font-size: 0.9em;
line-height: 1.2em;
}

#frontphoto {
/*margin: 0 0 1px 0;
border: 0;*/
/*border-bottom: 6px solid #000099; */
padding-bottom: 3px; 
margin-bottom: 15px;
background: #ffffff url('images/header.jpg') top left no-repeat fixed;
width: 760px;
height: 94px;
}

#frontphoto h1 {
font-size: 25px;
color: red;
margin-top: 55px;
margin-bottom: 5px;
}

#frontphoto h2 {
font-size: 25px;
color: red;
margin-top: 5px;
margin-bottom: 5px;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 160px;  /* changed for longer captions */
margin: 0 0 20px 0;
padding: 0;
font-size: 1.0em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #000099; /* font color */
display: block;
padding: 6px 0 0 5px;  /* changed from 6px 0 0 10px for longer captions */
background: #d5d5d5; /* tab bg color */
border-left: 4px solid #000099;/* chenged from 8px for longer captions */
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #1E90FF;
border-left: 4px solid #1E90FF; /* chenged from 8px for longer captions */
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #000000;
background-color: #f4f4f4;
line-height: 1.3em;
font-size: 1.1em;
}

#extras {
float: right;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 160px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h1 {
font-size: 1.7em;
margin: 0 0 0.5em 0;
}

#content h2 {
font-size: 1.4em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* Miniform */

	.cssform
	{
	width: 140px;
	height: 165px;
	font-family: arial;
	font-size: 0.7em;
	border: 1px solid #c0c0c0;
	padding-left: 8px;
	padding-bottom: 8px;
	background-color: #efefef;
	}
	
	label,input,select,textarea
	{
	display: block;
	width: 126px;
	float: left;
	margin-bottom: 2px;
	font-size: 11px;
	}
	
	label 
	{
	text-align: left;
	width: 98px;
	padding-right: 1px;
	}
	.formheader
	{
	width: 126px;
	/*background-color: #002a5a; */
	background-color: #000099;
	color: #ffffff;
	border: 1px solid #000000; 
	padding: 2px 2px 2px 6px; 
	margin-top: 3px;
	font-weight: bold;
	font-size: 1.6em;
	}
	
.sidebarimage {margin-bottom: 10px;}