body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 15px;
}
body {
	margin: 0px;
	background-color: #c0e9ff;
	background-image: url(images/bkg-gradient.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: underline;
}
a:link {
	color: #ee3a42;
}
a:visited {
	color: #ee3a42;
}
a:hover {
	color: #0053a0;
	text-decoration: none;
}
a:active {
	color: #ee3a42;
}
ul {
	list-style: disc outside;
	margin-left: 8px;
	padding-left: 8px;
}
h1 {
	color: #0053a0;
	font-weight: bold;
	font-size: 15px;
}
.heading1 {
	color: #0053a0;
	font-weight: bold;

}
.pics1 {
	float: right;
}
.footer {
	color: #889da8;
	font-size: 10px;
	text-align: center;
	margin: 15px 0px 20px;
	padding: 15px 0px 20px;
}
.footer a:link{
	color: #889da8;
}
.footer a:visited {
	color: #889da8;
}
.footer a:hover {
	color: #647882;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 144px; /* Width of Menu Items */
	border-bottom: 1px solid #C5DDEF;
	background: #DBEBF7; /* IE6 Bug */
	line-height: 15px;
	font-size: 12px;
	}
	
.navigation ul li {
	position: relative;
	background: #DBEBF7; /* IE6 Bug */
	}
	
.navigation li ul {
	position: absolute;
	left: 143px; /* Set 1px less than menu width */
	width: 160px; /* Width of Menu Items */
	top: 0;
	display: none;
	font-size: 12px;
	color: #0053a0;
	background: #DBEBF7; /* IE6 Bug */
	}

/* Styles for Menu Items */
.navigation ul li a {
	display: block;
	text-decoration: none;
	color: #0053a0;
	background: #DBEBF7; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #C5DDEF; /* IE6 Bug */
	border-bottom: 0;
	font-size: 12px;
	}

	
/* Holly Hack. IE Requirement \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.navigation a:visited {
	color: #0053a0;
}

.navigation a:hover {
	background: #E8F2F9;
	
}

.formFormat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	}
