/*main*/
html { height: 100%; }

body {
background: #696969 url("../images/background.jpg") repeat-x;	
color: #000000;
font-family: Verdana, Arial;
font-size: 11px;
line-height: 15px;
margin: 0;
height: 100%;
padding: 0px;
}

a:link 		{color:	#1E90FF; text-decoration: underline;}
a:visited 	{color: #1E90FF; text-decoration: underline;}
a:hover 	{color: #1E90FF; text-decoration: none;}
a:active 	{color: #1E90FF; text-decoration: none;}

#main {
background: #FFFFFF;
height: auto !important;
height: 100%;
margin: 0 auto; 
min-height: 100%; 
width: 1000px;
}

#menu {
background: #FFFFFF;
top: 15px;
width: 1000px;	 
z-index: 100; 	
}

#header {
background: #FFFFFF;
position: absolute; 
top: 15px;
width: 1000px;
z-index: 100;
}

#content {
background: #FFFFFF;	
position: absolute;
top: 165px;
width: 1000px;
z-index: 100;
}

.left {
padding-left: 10px;
padding-right: 10px;
width: 820px;
}

.menu {
font-size: 10px;
}

.left h1 {
font-size: 14px;
font-weight: bold;
}

.left h2 {
font-size: 12px;
font-weight: bold;
}

.right {
padding-left: 5px;
padding-right: 5px;
width: 180px;
}

fieldset {
font-size: 10px;
margin-bottom: 5px;
margin-top: 5px;
}

legend {
font-size: 10px;
font-weight : bold;
}

form {
margin: 0;
padding: 0;
}

input {
font-size: 10px;
}

.copyright {
color: #000000;
font-size: 10px;
font-weight:bold;
line-height: normal;
text-align: center;
}

.copyright a:link 		{color: #000000; font-weight:bold; text-decoration: none;}
.copyright a:visited	{color: #000000; font-weight:bold; text-decoration: none;}
.copyright a:hover 		{color: #1E90FF; font-weight:bold; text-decoration: none;}
.copyright a:active 	{color: #000000; font-weight:bold; text-decoration: none;}

#clear {
clear: both;
}

#footer {
background: #FFFFFF;
border-top: 2px solid #696969;
bottom: 0px;
font-size: 10px; 
font-weight: bold;
padding-left: 10px;
position: absolute;
width: 990px;
}

/* content */

/* Webware data table styles */
.tblData { /* applied to all sorts of data display tables */
	background: #666666; 
}
.tblData th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #333333;
}
.tblData th a {
}
.tblData th a:link, .tblData th a:visited, .tblData th a:hover, .tblData th a:active {
	text-decoration : none;
	color: #FFF;
}
.tblData th a:hover {
	text-decoration : underline;
}
.tblData th a.currentSort:link, .tblData th a.currentSort:visited, .tblData th a.currentSort:hover, .tblData th a.currentSort:active {
   /* some column headers have arrows to indicate sorting feature */
	font-size: larger;
	font-weight: bold;
	color: #666666;
}
.tblData td {
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
	background: #FFFFFF;
}
.tblCalendar { /* event calendar styles */
	background: #666666; 
}
.tblCalendar th {
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: #333333;
	text-align: center;
}
.tblCalendar th a:link, .tblCalendar th a:visited, .tblCalendar th a:active {
	color: #FFFFFF; 
	text-decoration: none;
}
.tblCalendar th a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}
.tblCalendar td { /* cells current month */
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
	background: #FFFFFF;
}
.tblCalendar td a {  /*needed so that the whole cell is highlighted on mouseover*/
	width: 100%;
	display: block;
}
.tblCalendar td a:link, .tblCalendar td a:visited, .tblCalendar td a:active {
	color: #000000;
	text-decoration: none;
}
.tblCalendar td a:hover {
	color: #FFF; 
	text-decoration: none;
	background : #333333;
}
td.calDimmed { /* cells previous or next month */
	color: #999999; 
}
td.calEvent { /* there is an event on this date: make it stand out from the other calendar cells */
	background: #CCCCCC;
}

/* Webware form styles */
form {
	margin: 0;
	padding: 0;
}
.loginInputField { /* input field in login form on front page */
	width: 120px;
}
.searchInputField { /* input field in search form on front page */
	width: 100px;
}
.longInputField, .longTextField {
	width: 300px;
}
.mediumInputField, .mediumTextField {
	width: 212px;
}
.shortInputField, .shortTextField {
	width: 80px;
}

/* Webware miscellaneous styles */
.divSearchResult {
	border: 1px dotted #003B64;
	padding: 2px;
}
.feedback { /* thank you text for when contact form is submitted */
	color: #FF0000;
}
.txtNote, .note { 
	font-size: 0.7em;
}
.txtError, .error { /* error messages */
	color: #FF0000;
	font-weight: bold;
}
.txtRequired, .required { /* indication of required fields in forms */
	color: #FF0000;
	font-size: 0.9em;
}
.txtHint, .hint {
	color: #FF0000;
}
.backToTop { /* jump back to top link */
	font-size: smaller;
}

/* News styles */
.divNews2 h1 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0px;
}
.divNews2 p {
	padding-left: 10px;
	font-size: 1.0em;
	margin-bottom: 0px;
	margin-top: 2px;
}


/*menu */

.mnuMain { /* main menu level */
	font-size: 10px;
}
.mnuMainItem { /* menu option which results in a new page */
	color: #000000;
	font-weight : bold;
}
.mnuMainItem a {
	display: block; /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainItem a:link, .mnuMainItem a:visited, .mnuMainItem a:active {
	padding: 0px 0px 0px 20px;
	color: #000000;
	font:bold;
	text-decoration: none;
}
.mnuMainItem a:hover{
	color: #1E90FF;
	text-decoration: none;
}

.mnuMainSub { /* menu option which results in a submenu */
	color: #FFF;
}
.mnuMainSub a {
		display: block; /*needed so that the whole cell is highlighted on mouseover*/
}
.mnuMainSub a:link, .mnuMainSub a:visited, .mnuMainSub a:active {
	padding: 0px 0px 0px 20px;
	color: #000000;
	font-weight : bold;
	text-decoration: none;
}
.mnuMainSub a:hover{
	color: #1E90FF;
	text-decoration: none;
}

.mnuSub { /* flyout menus */
	position:absolute; visibility:hidden; left:100px; top:1px; 
	font-size: 10px;
	width: 155px;
	background-color: #FFFFFF;
}
.mnuSubItem a { /* menu option which results in a new page */
	background: #AAB6BD;
	display: block;/*needed so that the whole cell is highlighted on mouseover*/
	text-decoration: none;
	width: 155px;
}
.mnuSubItem a:link, .mnuSubItem a:visited, .mnuSubItem a:active{
	background: #FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	color: #000000;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
.mnuSubItem a:hover{
	text-decoration: none;
	background: #FFFFFF;
	color: #1E90FF;
}

