h3, h4, h5, h6 { color: #000080;
font-family : Arial }
h1 {font-family : Arial;
	font-size : 16pt;
	font-weight : bold;
	background-color : #EAFFFF;
	color : C1CCCD;
	text-indent : 8px;
	line-height : 36px;}
	
h2  {font-family : Arial;
	font-size : 16pt;
	font-weight : bold;
	background : transparent;
	color : 000080;
	margin-top : -50px;
}

body {
	background: #EAFFFF;
	color: #000;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0
}
.block {
	background-color: #FFFFCC;
	display: block;
	border:1px dashed #CCCCCC;
	}

table, td, a {
	color: #000;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif
}

ul li        { background-color: #FFFFCC; font-size: 100%; font-family: Verdana  }
ol li         { background-color: #FFFFCC; font-size: 100%; font-family: Verdana }



#Header {
	margin:10px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:2px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#7dceff;
	

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* ##### Footer ##### */

#footer {
  color: rgb(51,51,102);
  background-color: rgb(239,239,239);
  font-size: 87%;
  text-align: center;
  line-height: 1.25em;
  margin: 2em 0 0 0;
  padding: 1ex 10px;
  clear: left;
}

#footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
  }
  
#navcontainer 

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 105px;
background-color: #7dceff;
border-bottom: 1px solid #eee;
}

#navcontainer a:link
{
color: #33333;
text-decoration: none;
}
 

#navcontainer a:visited
{
color: #33333;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}




.parent {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
.child {
	font-size: x-small;
	position: relative;
	left: 10px;
}

.style1 {
	color: #FF0033;
	font-weight: bold;
