
/**Used to accomodate for IE's issues with mouse hover

body {
	behavior:url("stylesheets/csshover.htc");
}
*/


/*
background: #c5c7de
color: #000066;
font-family: Trebuchet MS;

*/

body
{
	font-size: 14px;
	margin: 10px;
	behavior: url(csshover.htc);
	color: #000066;
	font-family: Arial;
	background-color: #dddddd;
}


#mainbody{
	font-size: 14px;
	text-align:left;    
}

#mainbody a:link {
	color: #000066;
}	

#mainbody #incell td {
	color: #000066;
	font-size: 12px;
	background-color: #ffffff;
}	
#mainbody #incell th {
	color: #000066;
	font-size: 14px;
	background-color: #ffffff;
}	

#mainbody #incell table {
	color: #000066;
	font-size: 12px;
	background-color: #ffffff;
}	



#mainbody a:visited {
	color: #000066;
}	

#mainbody a:hover {
	color: #880000;
}	


#mainbody STRONG {
	font-size: 14px;
	font-weight:bold;
}

#mainbody H3 {
	color: #ff1100
	font-size: 15pt;
	font-weight:bold;
}	

#mainbody #submitbutton input{
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 25px;
	text-align: center;
	background-color: #c5c7de;
	color: #000066;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	display: block;
	cursor:pointer;
}

#mainbody #submitbutton input:hover {
	color: #A00000;      
} 

#labelSmall {
	font-size: 9px;
}

#mainbox td{
BORDER-RIGHT: medium none;
 PADDING-RIGHT: 0in;
  BORDER-TOP: medium none;
  PADDING-LEFT: 0in;
  PADDING-BOTTOM: 0in; 
  MARGIN: 0in 0in 0pt; 
  BORDER-LEFT: medium none; 
  PADDING-TOP: 0in; 
  BORDER-BOTTOM: medium none; 
  mso-border-shadow: yes; 
  mso-border-alt: double windowtext 3.0pt; 
  mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;

}



/*************************************
 * LEFT HAND MENU   
 ************************************/
#leftMenu{
	FONT-FAMILY: Arial; mso-bidi-font-family: 'Times New Roman';
}

#leftMenu a, #leftMenu h1 #leftMenu h2, #leftMenu h3{

	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color:#BBCCDB;
	margin: 0;
	padding: 3px;
	color: #FFFFFF;
	background: #0A4B9B;
	background: #000066;
	text-decoration: none;
	text-align:left;
	cursor:default;
	vertical-align: bottom;

}


#leftMenu h3{
	background-image: url('../images/arrw08_09c.gif'); 
	background-repeat: no-repeat;
	background-position:  right center;
}

#leftMenu  h2:hover, #leftMenu   h3:hover{
	color: #EEE9BF;
	background: #0A4B9B;
}

#leftMenu a:hover{
	color: #EEE9BF;
	background: #0A4B9B;
}

#leftMenu ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: bottom;
	width: 105px;
	z-index: 100;

}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#leftMenu li{
	width: 120px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: bottom;

}


#leftMenu ul ul{
	display: none;
}

#leftMenu  ul li:hover ul, ul li.over ul{
	display: block;
}


#gatorbox{
 	 BORDER-RIGHT: double;
 	 BORDER-TOP: double;
 	 BORDER-LEFT: double;
	 BORDER-BOTTOM: double; 
	 PADDING-BOTTOM: 8px; 
	 PADDING-TOP: 8px; 
	 PADDING-LEFT: 8px; 
	 PADDING-RIGHT: 8px; 
}

#gatorbox P{
BORDER-RIGHT: medium none;
 PADDING-RIGHT: 0in;
  BORDER-TOP: medium none;
  PADDING-LEFT: 0in;
  PADDING-BOTTOM: 0in; 
  MARGIN: 0in 0in 0pt; 
  BORDER-LEFT: medium none; 
  PADDING-TOP: 0in; 
  BORDER-BOTTOM: medium none; 
  mso-border-shadow: yes; 
  mso-border-alt: double windowtext 3.0pt; 
  mso-padding-alt: 1.0pt 4.0pt 1.0pt 4.0pt;

}

#gatorbox LI{
 mso-list: l0 level2 lfo1; 
 tab-stops: list 1.0in;
}

#gators{
	font-size: 15px;
	font-family: Arial;
	mso-bidi-font-family: Times New Roman;
	text-align:left;    
	color: #FFFFFF;
	background: #000000;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#leftMenu li, div#leftMenu li:hover{
position:relative;
}

div#leftMenu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}
