A:hover {
	COLOR: #99ffff;
}
.footer {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #ffffff; LINE-HEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
body {
	font-family: Verdana, Arial;
	font-size: x-small;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px 2px;
	background-image:  url("images/gradient.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
p, h2, h3 {
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-size: x-large;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	margin: 0px;
	text-indent: 5px;
}
h2 {
	font-size: small;
	color: #993300;
	letter-spacing: .2em;
}
h3 {
	font-size: small;
	letter-spacing: .1em;
	font-weight: normal;
}
ul {
	line-height: 1.5em;
}
.container {
	width: 700px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #F7DBC6;
}
.banner1 {
	background-image:    url("images/banner1.gif");
	background-repeat: repeat-x;
	height: 70px;
	background-position: left top;
}
.nav {
	background-image:    url("images/banner2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 10px 3px 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	text-transform: lowercase;
	text-align: right;
	font-weight: bold;
	height: 50px;
	margin-bottom: 20px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {

	COLOR: #33CC66;
}
.nav a:active {
	COLOR: #FFFFFF;
	text-decoration: none;
}
.footer {
	background-image:    url("images/footer.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: x-small;
	color: #333333;
	padding-top: 15px;
	text-align: right;
	clear: both;
	margin-top: 20px;
}
.rightcolumn {
	width: 290px;
	float: right;
}
.leftcolumn {
	width: 400px;
}