/* CSS Document  - Checked with W3C CSS validator - fixed errors but ignored warnings (mostly
   about using colors in two contexts;  also many font sizes were listed in "px" - I changed
   these to "pt".
*/

/* Global Styles */

body {
	margin:0px;
	/*
	background-color: #F3F3F3;
	*/
	background-color: #A8A8A8;
	}

ol {
	line-height: normal;
}

/* ID Styles */
	
#navigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #F8E8B8;
	text-decoration:underline;
	font-weight: bold;
	}
	
#maincontent{
	background-color: #FFFFFF;
	text-align: left;
}

#maincontent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; /* 10pt */
	font-weight: normal;
	color: #000000;
/*
	background-color : transparent;
*/
}

#maincontent td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
/*
	background-color : transparent;
*/
	line-height : 100%;
}


#maincontent h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:large;
	font-weight: bold;
	color: #192d5f;
}

#maincontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px; /* 13 pt */
	font-weight: bold;
	color: #192d5f;
/*
	background-color : transparent;
*/
}

#maincontent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; /* 12 pt */
	font-weight: bold;
	color: #000000;
/*
	background-color : transparent;
*/
}

#maincontent h5 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:large;
	font-weight: bold;
	color: #192D5F;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#192d5f;
	text-align:center;
	position:relative;
	top:auto;
	left:auto;
	background-position: center;
	font-style: normal;
}

#formcontent {
	background-color: #FFFFFF;
}

#formcontent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;  /* 10 pt */
	font-weight: bolder;
	color: #19205f;
/*
	background-color : transparent;
*/
}

#spacerfield{
	background-color: #FFFFFF;
	text-align: left;
}

#spacerfield p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #000000;
/*
	background-color : transparent;
*/
}
	
/* Class Styles */

.logo {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color: #192D5F;
	letter-spacing:0.4em;
	font-weight:bold;
	padding-left: 10px;
	}
	
.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	color:#333333;
	}
	
.navText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	letter-spacing:0.1em;
	}
	
.adminText {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:large;
	font-weight: bolder;
	color: #6F0000;
	letter-spacing:0.1em;
	padding: 3px;
	}			

.button a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	display: block;
	font-weight:bolder;
	border: thin groove #192D5F;
	padding: 2px;
	height: auto;
	width: auto;
	text-align:center;
	font-size: 10px;
	text-decoration:none;
	background-color: #192D5F;
}

.button a:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #192D5F;
	font-weight:bolder;
	display: block;
	border: thin groove #192D5F;
	padding: 2px;
	height: auto;
	width: auto;
	text-align:center;
	font-size: 10px;
	text-decoration:none;
	background-color:#F8E8B8;
}

.utilitiesText {
	color: #6F0000;
	letter-spacing:0.1em;
	padding: 3px;
	font-family: arial;
	font-size: 12px;
	font-weight: bolder;
	}	
		
.labelText{
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	font-size: 11px;  /* 8 pt */
	font-variant: small-caps;
}

/* styles for admin forms */


form {
  margin: 10px 25px 0 50px;
  }
  

.mediumbox {
  width: 200px;
  }
.widebox {
  width: 500px;
  }
  
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
  width: 500px;
  height: 100px;
  }

label, .warning, .radioLabel {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
  
.warning {
  color:#F00;
  }
  
/* This gives even-numbered rows a pale gray background 
*/ 
#striped td {
	background-color : transparent;
}

#striped tr {
  background-color:#ffffff;
  position:relative;
  vertical-align:top;
  }
  
  
#striped tr.hilite {
	background-color:#eeeeee;
	border-bottom-color:#333333;
}

/* add a hanging paragraph format for the author list;  source: http://www.webmasterworld.com/forum83/448.htm
*/

.hang { 
	text-indent: -2em; 
	margin-left: 2em; 
} 

/* horizontal navigation tabs */
/*

.horiznav a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002768;
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 5px;
	text-align: center;
	border: thin double #000066;
}
.horiznav a:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #722525;
	padding-right: 5px;
	text-align: center;
	border: thin double #000066;
}
.horiznavfloat a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bolder;
	color: #002768;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 5px;
	text-align: center;
	border: thin double #000066;
}
*/

/* alphabetical navigation tabs */

/*

.letter a {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bolder;
	color: #192D5F;
	
	text-decoration: none;
	display: block;

	text-align: center;
	background-color: #D9e4F6;
	
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 5px;
	border: thin double #192D5F;
*/
	/* CSS Validator didn't like this for some reason
	outline-width: 90%;
	*/
/*	

}

.letter a:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #192D5F;
	
	text-decoration: none;
	display: block;
	text-align: center;
	
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
*/
/*
	background-color:#C0504D;
This is the color of the cross reference up icon */
/*

	background-color: #F8E8B8; 
*/
	 /* This is the same color as the navigation bar hover */
/*
	padding-right: 5px;
	border: thin double #000066;
*/
/*  CSS Validator didn't like this for some reason
	outline-width: 90%;
*/
/*	
}
*/

/* pop up window title */

.popupTitle{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:large;
	/*
	font: 13pt, Arial, Helvetica, sans-serif;
	*/
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.popupTitleSmall{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
