body{
	margin:0px;
	padding:0px;
	background-color:#0066CC;
	color:#333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a{
	color:#3366CC;
	text-decoration:underline;
}
a:hover{
	color:#333;
}
fieldset{
	width:200px;
}
legend{
	color:#000066;
}
form{
	margin:0px;
	padding:0px;
}
#Carpet{
	background:url(../images/background.jpg);
	background-repeat:repeat-x;
	width:100%;
}
#Container{
	width:920px;
	background:url(../images/background2.jpg);
	background-repeat:repeat-y;
}
#padCell{
	padding:20px;
	text-align:left;
}
#padCell2{
	padding:10px;
	text-align:left;
}
#footer{
	width:920px;
	height:53px;
	background:url(../images/footer-bg.jpg);
	font-size:10px;
	font-weight:bold;
	color:#999;
}
#footer a{
	color:#999;
	text-decoration:none;
}
#buttons ul{
	margin:0px;
	padding:0px;
}
#buttons ul li{
	display:block; 
	width:180px;
	height:20px;
	background:url(../images/button-1.jpg);
	color:#3366CC;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height:18px;
	margin-bottom:5px;
	margin-left:0px;
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
	list-style:none;
}
#buttons ul li:hover{
	color:#666666;
	border-style:solid;
	border-width:1px;
	border-color:#3399FF;
}
#buttons a{
	display:block; 
	width:180px;
	height:20px;
	text-decoration:none;
}
h1{
	margin-top:0px;
	color:#000066;
	padding-top:5px;
	padding-bottom:8px;
	font-size:18px;
	line-height:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:.20em;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	margin-bottom:20px;
}
h2{
	color:#000066;
	padding:0px;
	font-size:12px;
	line-height:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:.20em;
}
h3{
	color:#000066;
	padding:0px;
	font-size:8px;
	line-height:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:.20em;
}
.menu {
	position:relative; 
	background:url(../images/nav-bg.jpg);
	margin:0px;
	padding:0px;
	z-index:1010;
	border:none;
	font-size:14px;
	width:920px;
	height:35px;
}
.menu ul {
	float:right;
	padding:0; 
	margin:0;
	margin-right:20px;
	list-style-type: none;
	z-index:1010;
	background:none;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu ul li {
	margin:0px;
	padding:0px;
	float:left;
	margin-left:.13em;
	position:relative;
	z-index:1010;
	background:none;
	border:none;
	width:137px;
	height:35px;
	background:url(../images/menu-back-1.jpg)
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff; 
	font-weight:bold;
	background:none;
	margin:0px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	line-height:2.5em;
	z-index:1010;
	height:35px;
}
.menu ul li ul {
	display: none;
	z-index:1010;
	top:-10px;
	text-align:left;
}
.menu ul li:hover a, .menu ul li a:hover {
	margin:0px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	color:#FFF; 
	z-index:1010;
	background:url(../images/menu-back-2.jpg)
}
.menu ul li:hover ul, .menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:10px;
	margin-top:12px;
	left:0; 
	border:none;
	background:none;
	z-index:1010;
	width:150px;
}
.menu ul li:hover ul li{
	height:30px;
	background:url(../images/button-1.png);
}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block; 
	background:none;
	background:url(../images/button-1.png);
	border:0;
	margin:0;
	color:#fff;
	line-height:2.3em; 
	width:126px;
	z-index:1010;
	font-size:12px;
	font-weight:normal;
	height:30px;
}
.menu ul li:hover ul li:hover{
	height:30px;
	background:url(../images/button-2.png);
}
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background:url(../images/button-2.png);
	color:#FFF;
	height:30px;
	z-index:1010;
}
