/* Default Text, Color and Size - Needs to Contrast with Page Color */
body, p, li
{
	color: #333;			
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#maincontent {
	line-height: 140%;
	padding: 10px 0 10px 25px;
}
#navbar {
	width: 140px;
	padding-top: 10px;
}

/* Site Name and Copyright Line in Footer - Needs to Contrast with Page Color */
.footer
{ color: #666666;	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px }

/* Text on the Page - Needs to Contrast with Page Color */
h1
{ color: #0D4A07;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px }

h2
{ color: #0D4A07;
font-family: Arial, Helvetica, sans-serif;
font-size: 21px }

h3
{
	color: #0D4A07;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #AFD027;
	border-right-color: #AFD027;
	border-bottom-color: #AFD027;
	border-left-color: #AFD027;
	margin-top: 50px;
	clear: both;
}

ul.menu {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: .75em;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.menu li {
	list-style: none;
	margin: 7px 0;
	padding: 7px 0 0 0;
	border-style: solid none none none;
	border-width: 1px 0;
	border-color: #CCC;
}
ul.menu a,
ul.menu a:visited {
	color: #666;
	text-decoration: none;
	padding-left: 19px;
	background-image: url(../../../../../images/menu-btn-down.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.menu a:hover {
	color: #333;
	background-image: url(../../../../../images/menu-btn-up.jpg);
}
#navbar .welcome {
	font-size: .8em;
}
table tr.odd td {
	background-color: #F0F0F0;
}
.tiny {
	font-size: .7em;
}
div.order {
	margin-top: 6px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C9E78D;
}
