﻿body {
	margin: 0;
	padding:0;
	font-family: Verdana, Tahoma, Calibri;
	font-size: 16px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#pageContainer {
	position: relative;
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	background-color: #565693;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#header {
	position: relative;
	top: 0;
	width: 1003px;
	height: 120px;
}
#footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 993px;
	height: 40px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	color: Silver;
	background-color: #565693;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: .75em;
}
.logo {
	position: absolute;
	top: 10px;
	width: 800px;
	z-index: 1;
	border: 0;
}
/********************** Titles and Headers *********************/
h1, h2, h3, h4, h6 {
	font-weight: bold;
	color:#3e3e7f;
	font-size: 1.5em;
	margin: 10px 0 10px 0px;
	
	background: -webkit-linear-gradient(top, #3e3e7f, #666699);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h2 {
	font-size: 1.2em;
	margin: 5px 0 5px 0;
}
h3, h4 {
	font-size: 1.1em;
	margin: 3px 0 3px 0;
}
h4 {font-style: italic;}
h6 {
	font-size: 1.1em;
	font-weight: lighter;
	margin: 5px 0 5px 0;
}
/************************ default site classes ***************/
a,
a:visited {
	color: Yellow;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img {border: none;}
.bold {font-weight: bold;}
.ib {
	font-weight: bold;
	font-style: italic;
}
.center{text-align:center;}
.centerContent{
	margin-left: auto;
	margin-right: auto;
}
.floatLeft {float: left;}
.floatRight {float: right;}
.clearFloat {clear: both;}
.red {color: Red;}
/*.blue {color: Blue;}*/
.black {color: Black;}
.green {color: green;}
.formLbl {
	clear: both;
	float: left;
	width: 140px;
	margin-top: 4px;
	text-align: left;
}
.formContent {float: left; margin-top: 2px;}
.formTxtBox {width: 270px;}
.caption {font-weight: bold; font-size: .9em;}
.centerPic {clear: both; width: 400px; margin: 0 auto; text-align: center;}
hr {
	display: block; 
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #565693, rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #565693, rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #565693, rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), #565693, rgba(0,0,0,0));
}
.imgAlignRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}
/**************************** Menus ****************************/
/*   center the horizantal main menu does not work in .net 4 due to java inserted styles  */
.lmenu li {
	width: 160px;
	margin: 0 0 5px 0;
}
.lmenu a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	padding: 2px 9px;
	background: -webkit-gradient(linear, left top, left bottom, from(#666699), to(#7e7eab)) !important; /* safari */
	background: linear-gradient(to bottom, #666699 0%,#7e7eab 100%) !important; /* IE 10, Chrome, FF */
	/*-moz-border-radius: 7px;*/
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #565693;
	-webkit-box-shadow:
		3px 3px 3px rgba(000,000,000,0.3),
		inset 0 0 10px rgba(194,194,194,0.7);
	box-shadow:
		3px 3px 3px rgba(000,000,000,0.3),
		inset 0 0 10px rgba(194,194,194,0.7);
}
.lmenu a:hover {text-decoration: underline !important; color: Yellow;}
.lmenu a.selected {color: Yellow;}