h1, h2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	}

h3 {	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 6px 12px;
	}

h1     {
	font-size: 20pt;
	}

h2     {
	font-size: 16pt;
	}

h3     {
	font-size: 12pt;
	}

body { 	color: black;
	background: cornsilk;
       	font-family: Verdana, Arial, sans-serif;
       	font-size: 10pt;
	behavior: url("csshover3.htc");
       	}

#header {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#menu {	max-width: 740px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
/*	height: 40px; */
/*	background-image: url("images/background.jpg")*/
	}

#tabmenu {
	padding: 3px 0;
/*	margin-left: 0; */
	font: bold 18px Verdana, arial, sans-serif;
	border-bottom: 1px solid gray;
	list-style-type: none;
/*	text-align: left; */
	/*set to left, center, or right to align the menu as desired*/
	}

#tabmenu li {
	display: inline;
	margin: 0;
	}

#tabmenu li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #99cccc;
	color: #2d2b2b;
	}

#tabmenu li a:visited {
	color: #2d2b2b;
	background-color: #ccccff;
	}

#tabmenu li a:hover {
	background-color: #99ccff;
	color: black;
	}

/*
#indexpage #tabmenu li a[href="index.html"],
#benefitspage #tabmenu li a[href="benefits.html"],
#definitionpage #tabmenu li a[href="definition.html"],
#overviewpage #tabmenu li a[href="overview.html"],
#contactpage #tabmenu li a[href="contact.html"]
	{
	color: #2d2b2b;
	background-color: #3399ff;
	}
*/

#indexpage #indexlink,
#benefitspage #benefitslink,
#definitionpage #definitionlink,
#overviewpage #overviewlink,
#contactpage #contactlink
	{
	color: #2d2b2b;
	background-color: #3399ff;
	}

#tabmenu li a:active {
	color: black;
	}

#content {
	max-width: 740px;
	display: block;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
	height: 100%;
	}

#content p, #content table, #content ul, #content ol, #content dl {
	padding: 6px 12px;
	}

#content dl dt {
	float: left;
	font-weight: bold;
	width: 60px;
	}

#content .indented, #content ul li {
	margin-left: 15px;
	}

.right-test {
	float: right;
	}

.left-test {
	float: left;
	}

.right-test, .left-test {
	display: block;
	border: thin solid;
	width: 250px;
	margin: 15px;
	padding: 8px 5px;
	background-color: #CCFF99;
	}

.right-test p.quote, .left-test p.quote {
	font-weight: bold;
	}

.right-test p.quotee, .left-test p.quotee {
	font-weight: normal;
	color: #333333;
	text-align: left;
	}

#footer {
	clear: both;
	font-size: small;
	max-width: 740px;
	text-align: center;
	padding-top: 2px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	}

#leftside {
	width: 365px;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	float: left;
	}

#rightside {
	top: 0;
	padding: 0;
	width: 365px;
	height: 100%;
	float: right;
	}

#rightside form td {
	font-size: small;
	}

#leftside .indent {
	margin-left: 30px;
	}

#rightside .indent {
	margin-left: 400px;
	}

#endcontent {
	clear: both;
	}

td input, td textarea, td select {
	float: right;
	}

img.banner {
	border: none;
	}

.formfield, .mandformfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #0000FF;
	border: 1px solid #666666;
	}

.formfield {
	background-color: #ccffcc;
	}

.mandformfield {
	background-color: #ffcc99;
	}

#endbuttons {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

table.events {
	border: thin solid;
	border-spacing: 8px;
	}

table.events td {
/*	border: thin solid; */
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	}

table.events img {
	border: none;
	}

#admin {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	}

#admin h1 {
	text-align: left;
	}

.centered {
	text-align: center;
	}

.leftmirror {
	width: 369px;
	top: 0;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	text-align: right;
	}

.rightmirror {
	margin-left: 370px;
	top: 0;
	padding: 0;
	width: 370px;
	height: 100%;
	text-align: left;
	}

.centered table {
	margin-left: auto;
	margin-right: auto;
	}

a[href $='.pdf'] {
	padding-right: 18px;
	background: transparent url("images/adobe.gif") no-repeat center right;
	}
