body {
	background-color: #777777;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background-image:url(background.jpg);
    background-repeat:no-repeat;
}

div.header {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 1053px;
	height: 821px;
	background-image:url(header.jpg);
    background-repeat:no-repeat;		
}

div.menu {
	position: absolute;
	top: 172px;
	left: 6px;
	width: 165px;	
}

div.content {
	position: absolute;
	top: 175px;
	left: 170px;
	width: 455px;
	padding-left: 10px;
	padding-right: 5px;
	min-height: 620px;
	background-color: white;
}

h1 {
  	border-bottom: 1px solid #000077;
  	font-size: 16px;
  	font-weight: bold;
  	font-style: italic;
  	letter-spacing: 8px;
  	margin-top: 16px;
  	color: #000077;
}

h2 {
  	border-bottom: 1px solid #000077;
  	font-size: 14px;
  	font-weight: bold;
  	font-style: italic;
  	letter-spacing: 7px;
  	margin-top: 14px;
  	color: #000077;
}

h3 {
  	border-bottom: 1px solid #000077;
  	font-size: 12px;
  	font-weight: bold;
  	font-style: italic;
  	letter-spacing: 6px;
  	margin-top: 8px;
  	color: #000077;
}

p, legend, li {
	font-size: 12px;
	letter-spacing: 1px;	
}

legend {
	font-weight: bold;
	color: 333377;
}

img {
	border: none;
}


div.menu ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

div.menu ul li {
 _height: 15px;
}

div.menu ul, div.menu ul li ul {
	margin: 0px;
	padding: 0px;
}

div.menu ul li a {
	font-size: 11px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	color: rgb(191, 0, 0);
	text-decoration: none;
	background-color: white;
	margin: 0px;
	padding: 0px;
	min-height: 15px;
	width: 140px;
	margin-bottom: 5px;
	border-left: 15px solid rgb(218, 181, 46);
	padding-left: 2px;
	display: block;
}

div.menu ul li ul li a {
	color: #000077;
	width: 125px;
	border-left: 15px solid rgb(153, 153, 194);
	margin-bottom: 5px;
	font-size: 9px;
	letter-spacing: 0px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	margin: 0px;
	padding: 0px;
	min-height: 15px;
	margin-bottom: 5px;
	padding-left: 2px;
	margin-left: 15px;
	display: block;
}

div.menu ul li a.act {	
	width: 147px;
}

div.menu ul li ul li a.act {	
	width: 132px;
}

div.menu ul li a:hover {	
	background-color: #AAAAAA;
}