body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EBEBEB;
	float: left;
	background-image: url(../layout/grad_pth.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
 * html li a {  /* make hover effect work in IE */
}

li:hover {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a:link {
	text-decoration: none;
	color: #003366;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 140px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -10px;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	text-align: left;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 30px;
}
ul {
	margin: 0px;
	padding: 0px;
	width: 250px;
}
