/* style.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
}

p {
	white-space: normal;
	font-size: 80%;
}

h3 {
	 color: 7199c1;
	 margin-bottom: -1.5em;
}

h2 {
   font-size: 80%;
	 font-weight: bold;
	 display: inline;
   color: 4d4c4c;
}

em {
   font-size: 95%;
	 
}

li {
   list-style: circle;
	 list-style-position: inside;S
	 margin-bottom: 3px;
	 font-size: 80%;
}

div.homenavbar {
  width: 100%;
	white-space: nowrap; 
	margin-top: 75px;
	background-color: ec7413;
}

a.homenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
	background-color: ec7413;
	padding: 5px;
	width: 14%;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
}

a:hover.homenav {
	background-color: 1a3c69;
}

div.navbar {
	width: 100%;
	background-color: ec7413;
	padding: 4.5;
	white-space: nowrap;
	display: block;
	text-align: center;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
	background-color: ec7413;
	width: 11%;
	padding: 5;
	padding-left: 3%;
	padding-right: 3%;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;

}

a:hover.nav {
	background-color: 1a3c69;
}

a.sel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
	background-color: 7199c1;
	width: 14%;
	padding: 5;
	padding-left: 3%;
	padding-right: 3%;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;

}

a:hover.sel {
  background-color: 1a3c69;
}

div.subnavbar {
	width: 100%;
	background-color: 7199c1;
	text-align: center;
	white-space: nowrap;
	padding: 4.5;
	display: block;
	
}

a.subnav {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: 7199c1;
	text-decoration: none;
	text-align: center;
	padding: 5;
	padding-left: 1%;
	padding-right: 1%;
	float: none;
}

a:hover.subnav {
	background-color: 1a3c69;
}

a.sidenav {
	padding: 10;
	margin: 4px;
  color: 4d4c4c;
	font-size: 85%;
	font-weight: bold;
	width: 140px;
  border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: cccccc;
	text-decoration: none; 
	display: block;

}


a.sidenav:hover {
  color: ec7413;
}

.mainpagecontent {
  padding: 10px;
	padding-right: none;
	margin-top: 10px;
	border-style: solid; 
	border-width: 1px; 
	border-color: cccccc;
	width: 70%;
}

span.sidenav {
	padding: 10;
	margin: 4px;
  color: 4d4c4c;
	font-size: 85%;
	font-weight: bold;
	width: 140px;
  border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: cccccc;
	text-decoration: none; 
	display: block;

}

.fineprint {
	font-size: 7pt;
}

td.form {
  font-size: 80%;
	width: 200;
	text-align: right;
}
