﻿body	{margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; background-color: white;}

p, td	{font-size: 11px; font-family: verdana, arial, sans-serif; color: #4A4A4B;}
ul		{list-style-type: square;}

h1			{font-size: 17px; font-family: verdana, arial, sans-serif; color: #224995; margin-bottom: 0;}
h2			{font-size: 14px; font-family: verdana, arial, sans-serif; color: #6D6E72;}
h3			{font-size: 12px; font-family: verdana, arial, sans-serif; color: #4A4A4B;}
h4			{font-size: 11px; font-family: verdana, arial, sans-serif; color: #4A4A4B;}
h5			{font-size: 14px; font-family: verdana, arial, sans-serif; color: #6D6E72; margin-top: 0; font-weight: normal;}

.bottom	{margin-bottom: 0;}
.top	{margin-top: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}
.footer	{font-size: 10px; font-family: verdana, arial, sans-serif; color: #4A4A4B;}

.small	{font-size: 10px; font-family: verdana, arial, sans-serif; color: #4A4A4B;}
.large	{font-size: 12px; font-family: verdana, arial, sans-serif; color: #4A4A4B;}

.news	{font-size: 11px; font-family: verdana, arial, sans-serif; color: #000000;}
.newsborder {
	background-color: #D8EBF7;
	border: 1px solid #6D6E72;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.newsborder2 {
	background-color: #D8EBF7;
	border: 1px solid #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.menu {
	background-color: #C9E092;
}

.header {
	background-image: url(../images/h_bkgrnd.gif);
}

a:link 		{color: #224995; text-decoration: underline; font-weight: normal;}
a:active 	{color: #224995; text-decoration: underline; font-weight: normal;}
a:visited 	{color: #224995; text-decoration: underline; font-weight: normal;}
a:hover 	{color: #444444; text-decoration: underline; font-weight: normal;}

/* Menu Styles */
#menu,#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	width: 130px;
	height: 22px;
	vertical-align: middle;
	font-family: 'Arial Narrow', verdana, arial;
	font-size: 15px;
}
#menu a:link,#menu a:visited, #menu a:active {
	display: block;
	width: 122px; *width: 130px;
	height: 22px;
	padding: 0 0 0 8px;
	color: #555555;
	background-color: #e9f3d3;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover {
	color: black;
	background-color: #eff6df;
}
#menu a.other:link,#menu a.other:visited, #menu a.other:active {
	display: block;
	width: 122px; *width: 130px;
	height: 22px;
	padding: 0 0 0 8px;
	color: #555555;
	background-color: #c9e092;
	font-weight: normal;
	text-decoration: none;
}
#menu a.other:hover {
	color: black;
	background-color: #d4e6a8;
}