/* CSS Document */

body, form, input, li, ol, p, select, textarea, ul {
	font-family: 'Trebuchet MS', Geneva, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
}
body   {
	background-color: #a1cb65;
	color: #000000;
}

.content {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}
a:link {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	color: #039;
	list-style-type: disc;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	list-style-type: disc;
}
a:hover {
	font-family: "Trebuchet MS", Geneva, Helvetica, sans-serif;
	color: #003399;
	text-decoration: underline;
	list-style-type: disc;
}


H1,H2,H3,H4,H5,H6 {
	font-family: 'Trebuchet MS', Geneva, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 10px;	
}

H1 {
	font-size: 24px;
}

H2 {
	font-size: 20px;
}

H3 {
	font-size: 18px;
}

H4 {
	font-size: 16px;
}

H5 {
	font-size: 14px;
}

H6 {
	font-size: 12px;
}
p {
	font-style: normal;
	line-height: normal;	
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 12px;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	line-height: normal;
	}
blockquote {
	font-style: italic;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}

li.menulist
{
	list-style-type: none;
	text-align: right;
	margin-top: 0px;	
}	
.menulist {
	font-weight: bold;
	background-image: url(images/bluebullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-right: 10px;
	line-height: 14px;
	font-size: 14px;
}
.menulist:link {
	font-weight: bold;
	background-image: url(images/bluebullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-right: 10px;
	line-height: 14px;;
}
.menulist:hover {
	background-image: url(images/bluebullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-right: 10px;
	line-height: 14px;
}
.menulist:visited {
	background-image: url(images/bluebullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-right: 10px;
	line-height: 14px;
}
#navlist { list-style-image: url(images/bluebullet.jpg); 
}
td.whitebg {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
	color: #000000;
}
td.whitebggrid {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
	border: thin solid #003399;
}
td.yellowbggrid {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	vertical-align: top;
	border: 1px solid #003399;
}
.tableheader {
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: normal;
	padding: 2px;
	border: 1px solid #003399;
}
td.headyellowbg {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px solid #003399;
}
.tableborder {
	padding: 2px;
	border: 1px solid #003399;
}
.menuhead {
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	color: #003399;
	margin-right: 10px;
}
td.gradient {
	background-image: url(images/limegreengradient.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}
.pictopright  {
	text-align: left;
	float: right;
	border: 2px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pictopleft  {
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.picleft  { 
	text-align: left;
	float: left;
	margin-top: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px	 
}
.picright  { 
	text-align: left;
	border: 2px solid #FFFFFF; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 10px; 
	float: right; 
}	
