﻿body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FCFDFD;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #000066;
}

a
{
  text-decoration: none;
  color: #0000CC;
}

a:link
{
  text-decoration: none;
  color: #0000CC;
}

a:visited, a.visited
{
  text-decoration: none;
  color: #0000CC;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #FF0000;
}


H1
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 24px;
	text-align : Center;
}

H2
{
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-size : 18px;
	text-align : Center;
}








.menu
{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.menu ul
{
	background:#d3e1ef;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li
{
	float:left;
	padding:0px;
}
.menu li a
{
	background:#d3e1ef;
	color:#528CC6;
	display:block;
	font-weight:normal;
	line-height:25px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
	

}
.menu li a:hover, .menu ul li:hover a
{
	background: #000066 url("images/hover.gif") bottom center no-repeat;
	color:#528CC6;
	text-decoration:none;
	
}
.menu li ul
{
	background:#d3e1ef;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	border: 2px solid #528CC6;
}
.menu li:hover ul
{
	display:block;
}
.menu li li 
{
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
	
}
.menu li:hover li a
{
	background:none;
}
.menu li ul a
{
	display:block;
	height:25px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;

}
.menu li ul a:hover, .menu li ul li:hover a
{
	background:#000066 url('images/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#528CC6;
	text-decoration:none;
}
.menu p
{
	clear:left;
}		