	body {
		background-image: url("images/gradback.jpg");
		background-repeat: repeat-y;
		background-color:#ffffff;
		font-family: Arial;
		font-size: 90%;
		margin-left: 18px;
	}
	table {
		font-size: 90%;
	}
	.topheader {
		color: #004000;
		text-align: center;
		font-size: 36px;
		font-weight: bold;
	}
	.midsize {
		color: #004000;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	.header {
		font-weight: bold;
	}
	.data {
	background-color: #ebecd5;
	border: 1px solid #000000;
	font-size: 90%;
	}
	.topdata {
		font-weight: bold;
	}
	.subheader {
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
		color: #afb45a;
		text-align: center;
	}

	.subheaderleft {
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
		color: #afb45a;
		text-align: left;
	}
	li {
		color: #000400;
	}
	.greenbold {
		font-family: Arial;
		font-weight: bold;
		font-size: 125%;
		color: #004000;
	}
	.smaller {
		font-size: 11px;
	}
	table.topmenu {
	    padding:2px;
		background-color: #ebe0e4; 
		border: 1px solid #a4001d;
	}
	div#container a:link:hover {background: #BBE;}
	div.whitebutton {
	    display:inline;
	    padding-top:1px;
	    padding-bottom:1px;
	    padding-right:7px;
	    padding-left:7px;
		border: 1px solid #8c8c8c;
		background-color: #abbac9;
	    text-align:center;
	    width:auto;
		margin: 1px;
	}
	a.menuitem {
		text-decoration: none;
		font-size: 90%;
	}
	table.menu a {
			width:135px;
			border:1px solid #333333;
			background-color: #ebe0e4; 
			display: block;}

	div.menu {
			width: 145px;
			/* background: #ebe0e4; */
			background: #f2f2f2;
			border-top: 1px solid #a4001d;
			border-bottom: 1px solid #a4001d;
			padding-top: 2px;
			padding-bottom: 4px;
			padding-left: 4px;
			padding-right: 4px;
			/* background-image:url("images/menuback.jpg"); */
	}
	div.menu	a{
					color: #a4001d;
					background: #ffffff; 
					text-decoration:none;
					font-size:11px;
					line-height:16px;
					font-family: Tahoma, verdana, sans-serif;}	
	div.menu (position:absolute;top:0; left:0;) /*fixes IE slowness?? */
	div.menu	a:link {color: #a4001d; text-decoration: none; background: #ffffff;}
	div.menu	a:active {color: #a4001d; text-decoration: none; background: #ffffff;}
	div.menu	a:visited {color: #a4001d; text-decoration: none; background: #ffffff;}
	div.menu	a:hover {
		color: #ffffff; 
		text-decoration: none; 
		/* background: #a4001d; */
		background: #8c8c8c;
		border:1px solid #000000;
	}
