body
{
	/*margin: 0 auto;
	padding: 0;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-color:#DDEDE0;*/
 margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  }

/* sets basic font face, color and format for headings 1-5 */
h1, h2, h3, h4, h5 
{ 
	padding: 0 10px 10px 10px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
}
h8
{
	color:green;
	font-size:14px;
	font-style:italic;
}
h6
{
	color:green;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
h7
{
	color:red;
	font-size:14px;
	/*font-weight:bold;*/
}
h9
{
	color: #36F; 
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

/* sets the specific sizes for headings 1-5 */
h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }

.show {
		display: inline-block;
		visibility: visible;
	}
.hide {
		display: none;
		visibility: hidden;
}

/******* Content Class Styles *******/	
.contentContainer 
{ 
	width: 819px;  
	margin-top:94px;
	/*float:left;*/
	margin-left:100px;
	padding-left: 10px;
	/*background-color:#DDEDE0;*/
	/*border-bottom: 1px solid #56a85c;
	border-right: 1px solid #56a85c;
	border-left: 1px solid #56a85c;*/
}
table.contentContainer
{	
	float:left;
	border:0;
}

.contentContainer p 
{ 
	margin: 10px;
	/*padding: 0 10px 10px 10px;*/
	}
.contentContainer img 
{ 
	border:0;
}
.contentContainer  A:hover 
{
	text-decoration: none;
}	
.contentContainer  A:link,
.contentContainer A:active,
.contentContainer A:visited
{
	color: #009900;
	text-decoration: none;	
}

/**************Nav Class****************/
/* NAVIGATION */
#headerContainer /* contains mainNav id="menu" & Logo  L0-L9*/
{ 
	margin: 0, 0, 0, 0;
	background-color:#DDEDE0;
	border-left: 2px solid #56a85c;
	border-bottom: 2px solid #56a85c;
	border-right: 2px solid #56a85c;
	border-top: 2px solid #56a85c;
	width:954px;
	height: 90px;  /* 87*/
	position: fixed;  /* Fixed Sidebar (stay in place on scroll) */
   z-index: 1; /* Stay on top */
   top: 0px; /* Stay at the top */
   overflow-x: hidden; /* Disable horizontal scroll */
	/*float: left;*/
}
.logo
{
	z-index: 1; /* Stay on top */
   top: 0px; /* Stay at the top */
	background-color:#FFFFFF;
	border-right: 2px solid #56a85c;
	border-top: 2px solid #56a85c;
	width: 94px;  /* 88 */
	height: 90px; /*  90 */
	float:left;
	display: inline;
	position:fixed;
}
/* menu at top with subMenus */
#menu 
{
	float: left;
   z-index: 1; /* Stay on top */
   top: 2px; /* Stay at the top */
	padding-top: 1;
	margin-left: 10px;
	width:948px;
   overflow-x: hidden; /* Disable horizontal scroll */
	position:fixed;
}
#menu ul 
{
	list-style: none;
	margin-left: 6px;
	padding-left: 88px;
	float: left;
}
#menu li 
{
	top: 2px;
	display: inline-block;
	position: fixed;
	width:82px;
	padding-right: 2px;
	height: 41px;
	text-align:center;
	background: url(images/greenSubNav.jpg) top left;
/*	background-repeat:repeat-x;
/*	background-position:left;*/
}
#menu li a.head
{
	color: #fff;
	border: 1px solid #ffffff;
	border-width: 0;
	text-decoration: none;
}
#menu li a.head:hover
{
	border: 1px solid #ffffff;
	text-decoration-color:#FF0;
	display: inline-block;
}
#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul 
{
	display: inline-block;
}
#menu a:hover 
{
	color: #FFFF00;
}

/*Sub Menus */
#L1, #L2,#L3,#L4,#L5,#L6,#L7,#L8,#L9,#L10
{
	top: 44px;  /* 48? */
	height: 30px;
	left: 42px;
	width: 948px;
	list-style-type: none;
	float:left;
	padding-left: 5px;
}
#L1 ul, #L2 ul, #L3 ul, #L4 ul, #L5 ul, #L6 ul, #L7 ul, #L8 ul, #L9 ul, #L10 ul 
{
	top: 44px;
	height: 30px;
	list-style-type: none;
	width: 948px;
	float:left;
	display:inline-block;
}

#L1 ul li a, #L2 ul li a,#L3 ul li a,#L4 ul li a,#L5 ul li a,#L6 ul li a,#L7 ul li a,#L8 ul li a,#L9 ul li a,#L10 ul li a,
#L1.show, #L2.show, #L3.show, #L4.show, #L5.show, #L6.show, #L7.show, #L8.show, #L9.show, #L10.show
{
	color:#000000;
	font-style:italic;
	font-size: 12px;
	height:30px;
	text-align:center;
	text-decoration: none;
	padding-left:8px;
	margin-left: 2px;
	margin-right: 2px;
	background-color:#DDEDE0;
	float:left;
	visibility:visible;
	width: 66px;
	display:inline-block;
}
#L1 ul li, #L2 ul li, #L3 ul li, #L4 ul li, #L5 ul li, #L6 ul li, #L7 ul li, #L8 ul li, #L9 ul li,
{
	display: inline;
	visibility:visible;
}
#L1.hide, #L2.hide, #L3.hide, #L4.hide, #L5.hide, #L6.hide, #L7.hide, #L8.hide, #L9.hide, #L10.hide
{
	display: none;
	visibility:hidden;
}
#L1 a:hover, #L2 a:hover, #L3 a:hover, #L4 a:hover, #L5 a:hover, #L6 a:hover, #L7 a:hover, #L8 a:hover, #L9 a:hover, #L10 a:hover
{
	color: #33CC33;
}
#L1 a:active, #L2 a:active, #L3 a:active, #L4 a:active, #L5 a:active, #L6 a:active, #L7 a:active, #L8 a:active, #L9 a:active, #L10 a:active 
{
	color: #009900;
}

/*  Left Navigation Class Styles for Quick Searches */
.leftNav
{	
	width:94px;
	float:left;
	border-bottom: 2px solid #56a85c;
	border-left: 2px solid #56a85c;
	border-right: 2px solid #56a85c;
	border-top: 0px solid #56a85c;
	background-color:#DDEDE0;
	display:inline-block;
	text-align:left;
	height: 700px;  /* Mozilla needs this*/
	/*margin-top:88px;*/
	/*margin-top: 94px;*/
/*new*/
	position: fixed;  /* Fixed Sidebar (stay in place on scroll) */
  	z-index: 1; /* Stay on top */
  overflow-x: hidden; /* Disable horizontal scroll */

}
.leftNav A:link, 
.leftNav A:active, 
.leftNav A:visited,
.leftNav td
{
	font-family: verdana, helvetica,arial,sans-serif;
	font-size: 12px;
	background-color:#DDEDE0;
	color: #009900;
	text-decoration: none;
}
.leftNav table
{
	font-family: verdana, helvetica,arial,sans-serif;
	font-size: 12px;
	background-color:#DDEDE0;
	color: #009900;
	text-decoration: none;
}
.leftNav th
{
	font-family: verdana, helvetica,arial,sans-serif;
	font-size: 12px;
	background-color:#DDEDE0;
	color: #000000;
	text-decoration: none;
}
.leftNav A:hover
{
	text-decoration: none;
}
.nav td
{
	font-family: verdana, helvetica,arial,sans-serif;
	font-size: 12px;
	height:12px;
}

/*Login and Logout*/
.login             /*Class*/
{
/*background : #DDEDE0;*/
/*margin-left:auto; */
margin-top:40px;
}
.logout             /*Class*/
{
/*background : #DDEDE0;*/
margin-top:1px;
}
table.logout 
{
	background : #DDEDE0;
	font-weight:bold;
	float:left;
}
table.login 
{
	background : #DDEDE0;
	font-weight:bold;
}

th.login 
{
	background : #DDEDE0;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #000000;
	font-weight:bold;
}

td.login
{
	background : #DDEDE0;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #000000;
	font-weight:bold;
}
/*****************end Navigation********/
.Rbutton
{
	border-bottom: 1px solid #56a85c;
	border-right: 1px solid #56a85c;
	border-top: 1px solid #56a85c;
	border-left: 1px solid #56a85c;
	background-color:#FFFFFF;
	color: #000000;
	height: 20px;
	width: inherit;
	
}
.Rbutton a:visited,
.Rbutton input,
.Rbutton td,
.Rbutton TD,
.Rbutton th,
.Rbutton TH
{
	text-decoration:none;
	position:relative;
	height:22px;
}

h1{
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

body, th, input, select 
{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	/*color: #FFFFFF;*/
}
.links 
{ 
	text-decoration: none; 
}
a:hover 
{
	text-decoration: none;
}
.error 
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color : Red;
}

.title 
{
	font-size: 14px;
	font-weight: bold;
/*	background-color: #FFFFFF;*/
	
}

table.data 
{
	/*float:right;*/
	/*width: "100%";*/     /*firefox says no*/
	background: #ffffff;
	border-bottom: 1px solid #56a85c;
	border-right: 1px solid #56a85c;
	border-top: 1px solid #56a85c;
	border-left: 1px solid #56a85c;

}

/*#headp1 li a.head,#headp2 li a.head, #headp3 li a.head, #headp4 li a.head, #headp5 li a.head, #headp6 li a.head, #headp7 li a.head, #headp8 li a.head, #headp9 li a.head, #headp10 li a.head
{
	background-color:#FFFFFF;
	border: 1px solid #ffffff;
	display: inline-block;
	float:left;
}
#head1.hide, #head2.hide, #head3.hide, #head4.hide, #head5.hide, #head6.hide, #head7.hide, #head8.hide, #head9.hide, #head10.hide, 
#headp1.hide, #headp2.hide, #headp3.hide, #headp4.hide, #headp5.hide, #headp6.hide, #headp7.hide, #headp8.hide, #headp9.hide, #headp10.hide,  
{
	display: none;
	visibility:hidden;
}
#head1, #head2, #head3, #head4, #head5, #head6, #head8, #head7, #head9,  #head10, 
#headp1, #headp2, #headp3, #headp4, #headp5, #headp6, #headp7, #headp8, #headp9, #headp10, 
{
	display: inline-block;
	visibility:visible;
}
*/

table.data TH 
{
	font-size: 12px;
	font-family: verdana,sans-serif;
	background: #DDEDE0;
	color: #000000;
	border: #cccccc outset 1px;
}

table.data TD 
{
	font-size: 12px;
	background: #DDEDE0;
}

table.std 
{
	background: #ffffff;
	border: 2px solid #009900;
	/*width: "100%"; firefox no*/
}

table.std TD 
{
	background: #DDEDE0;
}

table.ing 
{
	background: #DDEDE0;
	border: 2px solid #009900;
}

table.ing TD 
{
	background: #ffffff;
}

table.ing PRE 
{
	font-family: helvetica,arial,sans-serif;
	font-size: 13px;
}

.button 
{
	border: 1px black solid;
	font-family: Helvetica, Verdana, Arial;
	font-size:12px;
}
.field_listbox
{

}
.field_textbox 
{
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	background : White;
	color : Black;
	border : 1px solid Black;
	
}

.field_checkbox 
{
 	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
	/*background : White;*/
	color : Black;
	background-color: White;
}
/* defines font size, font family, and color for basic HTML elements */
td, ol, dl, dt, dd, blockquote 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000; 
}
p 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000; padding: 5px 0 5px 0; 
	margin: 0;
}
.title 
{
	font-size: 18px;
	font-weight: bold;
}

#title p{ 
	padding: 0 0 0 0;
	margin: 0;
	font-weight:bold;
	font-size: 14px;
	}
#title a{ 
	padding: 300px 0 0 0;
	margin: 0;
	font-size: 14px;
	}
style1 {font-size: small; font-weight: bold; }
.print
{
	margin-left:50px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
table.print{
margin-left:50px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
/********************* end **********************/
