/* CSS Document */
 Folder Style
body {
	font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: White;
	font-family: Georgia, "Times New Roman", Times, serif;



}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;

}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: teal;

}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: teal;

}

h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: Black;

}
#foldheader{cursor:pointer;cursor:hand ; font-weight:bold ;
list-style-image:url(Images/fold.gif)}

#foldinglist{list-style-image:url(Images/list.gif)}


td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: teal;

}


td a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	border: 0px none #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;


}

td.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: oblique;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #3300CC;
	
}

td.mission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

tr.site {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0099FF;
	font-weight: bold;
}

#dropmenudiv{
	position:absolute;
	background-color: teal;
	font:italic normal 12px/18px Georgia, "Times New Roman", Times, serif;
	z-index:100;
	border: 1px solid #FFFFFF;

}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: teal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;

}

#dropmenudiv a:hover{
	background-color: #C7FF5E;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

td.fabmenu{
	list-style-type: square;
	width: 145px;
	background-color: teal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-style: italic;
	font-weight: bold;

}

td.fabmenu a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: teal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	border: 1px none black;
}

td.fabmenu a:hover{
	background-color: #C7FF5E;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border: 0px none #FFFFFF;

}
#test a:hover{
	background-color: #C7FF5E;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

