/* Copyright The Octavin Singers */

body{ /* redundant rules for bad browsers  */  
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	border: 0;
	background: #E6E6E6;
}
 
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

td form {
	padding: 0;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p {
	line-height: 120%;
	margin-top: 1px;
}

h1,h2 {
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

h2 {
	font-size: 14px;
	margin: 0;
}

h3 {
	font-size: 24px;
	margin: 0;
}

#date{
	font-size: 11px;
	float: right;
}

#footer{
	font-size: 11px;
	margin-top: 15px;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 130%;
	margin-top: 0;
}

p.caption {
	padding-top: 0;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 130%;
}

.left {
	padding: 0 10px 10px 0;
}

#main {
	border: 1px solid #666;
	clear: both;
	background: #FFFFFF;
	padding-top: 1em;
}

#contents {
	padding: 15px;
	background: #FFFFFF;
}

#header {
	position: relative;
	width: 100%;
	height: 2em;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	/*width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 4px 0 0;
	text-align: center;
	font-family: trebuchet ms,arial,verdana,sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666666;
	border-bottom: none;
	background: #FFFFFF;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #C9B491; /*inactive tabs*/
	border: 1px solid #666666;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666666;
	background: #FFFFFF;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	/*width: 30em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

#wrapper {
	background: #E6E6E6;
	margin: 5px auto 5px;
	text-align: left;
	width: 770px;
}
