html,body {
	background-color: #D3E9D0;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
}

h1 {
	font-size: 14pt;
	margin: 0%;
}

acronym {
	cursor: help;
}

pre {
	margin: 0%;
}

div.upperleft {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

	background-color: #D3E9D0;
	background-image: url('images/upperleft.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

div.upperright {
	background-image: url('images/upperright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url('images/lowerleft.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url('images/lowerright.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3% 3% 3% 3%;
}

div.header {
	width: 1000px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('header.jpg');
	margin-bottom: 20px;
}

div.header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
	padding-left:5px;
}

div.nav {
	padding-top:149px;
	padding-left:5px;
	text-align:left;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFF0E6;
	text-decoration:none;
	margin-right:10px;
	border-top:3px solid #333333;
}

.nav a:hover {
	border-top:3px solid #FFFFFF;
}

div.footer {
	background-image:url(footer.png);
	text-align:center;
	width:480px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
}


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/elegant1.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none; font-size:15px; font-family:"georgia", serif;}
#menu table {border-collapse:collapse; height:0; width:0; margin:0 -4px -1px 0;}
#menu li {float:left; margin:0 5px;}
#menu li a {display:block; float:left; height:35px; line-height:35px; color:#000; text-decoration:none; border-bottom:3px solid #fff;}
#menu li a.current {font-style:italic; color:#06b; border-bottom:3px solid #aaa; cursor:text;}

#menu li:hover {position:relative; z-index:100;}
#menu li a:hover {color: #06b; position:relative; z-index:100; border-bottom:3px solid #aaa;}
#menu li:hover > a {color: #06b; border-bottom:3px solid #aaa;}
#menu ul {position:absolute; left:-9999px; top:38px; width:140px; padding:0; margin:0; list-style:none; background:url(trans.gif);}
#menu ul li {margin:0;}
#menu ul li a {width:140px; height:25px; line-height:25px; font-size:15px; border:0; text-align:right;}
#menu ul li a:hover {border:0;}
#menu ul li:hover > a {border:0;}

#menu ul ul {position:absolute; margin-left:100%; top:0; padding:0; margin:0; list-style:none;}

#menu :hover ul {right:0; left:auto;}
#menu :hover ul ul {left:-9999px; width:130px; padding-left:10px; background:url(trans.gif);}

#menu li ul :hover ul {left: 140px; right:auto;}
#menu li ul li ul li a {text-align:left; color:#06b;}
#menu li ul li ul li a:hover {color:#000;}



