html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: tahoma, sans-serif;
	/*background-color: #f2f2f2;*/
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
}

form {
	padding: 0;
	margin: 0;
}

.pageHeader {
	background-image: url('/images/logo-header.gif');
	background-repeat: no-repeat;
	background-position: left;
	background-color: #193159;
	height: 70px;
}

.navMain {
	border-bottom: ridge 3px #C4B8B0;
	background-color: #534E4A;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
	list-style: none;
	margin: 0;
	height: 18px;
}

.navMain a {
	color: #f2f2f2;
	text-decoration: none;
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	margin-left: 5px;
	display: block;
}

.navMain a:hover, #selected {
	background-color: #193159;
	color: #D7D7AE;
	clear: both;
	text-decoration: none;
}

.navMain li {
	float: left;
	position: relative;
}

.navMain li ul {
	list-style: none;
	position: absolute;
	width: 275px;
	left: 5px;
	top: 100%;
	display: none;
	background-color: #534E4A;
	text-align: left;
	margin: 0;
	padding: 0;
	border: solid 1px #C4B8B0;
	border-bottom: none;
	z-index: 101;
	overflow: hidden;
}

.iframe {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter:mask();
	width: auto;
	height: auto;
	border: none;
}

.navMain li ul li {
	width: 100%;
	border-bottom: solid 1px #C4B8B0;
	z-index: 102;
}

.navMain li ul li a {
	margin: 0;
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 5px;
}

.navMain li:hover ul, .navMain li.sfhover ul {
	display: block;
	clear: both;
	border-color: #C4B8B1;
}

.combobox, .textbox {
	width: 95%;
	font-family: monospace;
	font-size: 12px;
	background-color: #f2f2f2;
	z-index: 9999;
}

.button {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}

.pageContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
	min-height: inherit;
  	height: auto !important;
}

.floatMenu {
	float: right;
	border: ridge 3px #f2f2f2;
	background-color: #193159;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	min-width: 225px;
}

.floatMenu ul {
	margin: 0;
	padding: 0;
}

.floatMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.floatMenu ul ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.floatMenu ul ul li {
	list-style: disc;
	color: #f2f2f2;
	padding: 0;
	margin: 0;
	border: solid 1px #193159;
}

.floatMenu a {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #f2f2f2;
	padding-top: 2px;
	padding-bottom: 2px;
}

.floatMenu ul li a {
	padding: 0;
	margin: 0;
}



.floatMenu a:hover {
	color: #000;
	text-decoration: none;
	background-color: #e2e2e2;
}

.floatMenu .fmHeader {
	background-color: #f2f2f2;
	font-weight: bold;
	margin:0;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
}

.section {
	color: #000;
}

.section:hover {
	text-decoration: none;
}

.contentHeader {
	border-bottom: solid 1px #534E4A;
	overflow: hidden;
	/*width: auto;
	position: relative;
	z-index: 5;*/
}

h3.contentHeader {
	border-bottom: none;
}

.hr {
	border: none;
	border-top: solid 1px #929292;
	height: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

.links {
	border: solid 1px #000;
}

.links th {
	background-color: #193159;
	color: #f2f2f2;
}

.links td {
	background-color: #f2f2f2;
}

.links td a {
	/*font-weight: bold;*/
}

.links tr:hover td {
	background-color: #fff;
}

.links tr:hover td a {
	color: #000;
}

.newsEntry th {
	text-align: right;
	vertical-align: top;
}

.news {
	border: solid 1px #e2e2e2;
	background-color: #f2f2f2;
	margin: 20px;
	clear: both;
	/*padding: 20px;*/
}

.news .newstitle {
	background-color: #193159;
	color: #f2f2f2;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.news .newsbody {
	margin: 20px;
	clear: both;
}

.formInput {
	border: solid 1px #000;
	background-color: #e2e2e2;
}

.formInput .header {
	font-size: 16px;
	background-color: #193159;
	color: #fff;
	border: inset 2px #f2f2f2;
	text-align: center;
}

.form {
	border: solid 1px #929292;
	background-color: #f2f2f2;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
