@charset "UTF-8";
/* CSS Document */

.finger {float: right; padding-right: 19px;}

p {margin: 0; padding: 0;}

body {
	background-color: #FFF;
	font: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/background.jpg);
}

#wrapper {
	margin: auto;
	width: 790px;
	height: 665px;
}

#leftnav {
	float: left;
	margin: 0;
	height: 665px;
	width: 100px;
	text-align: right;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16pt;
}

#leftnav ul {
	margin: 0;
	list-style-type: none;
	padding: 178px 10px 0 0;
	color: #CCCCCC;
}

#leftnav ul li a {
	text-decoration: none;
	color: #000;
}

#leftnav ul li a:hover {
	color: #FF00FF;
}
	
#center {
	float: left;
	margin: 0;
	height: 100%;
	width: 450px;
}

#topbanner {
	float: left;
	width: 450px;
	height: 180px;
	background-image: url(images/topbanner.gif);
}

#copy {
	margin: 0;
	padding: 0;
	float: left;
	width: 450px;
	height: length;
	font-size: 10pt;
	line-height: 17pt;
	text-align: justify;
}

#copy p {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#bottombanner {
	float: left;
	height: 150px;
	width: 450px;
	background-image: url(images/bottombanner.png);
}

#bottomnav {
	float: left;
	margin: 0;
	width: 450px;
	height: 35px;
	font-size: 10pt;
}

#bottomnav ul {
	margin: 0;
	padding: 0 0 0 9px;
	list-style-type: none;
}

#bottomnav ul li {
	display: inline;
	padding: 0 10px 0 0;
}

#bottomnav ul li a {
	text-decoration: none;
	color: #000;
}

#bottomnav ul li a:hover {
	color: #FF00CC;
}

#footer {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	width: 450px;
	height: 20px;
	font-size: 7pt;
	color: #000;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	color: #999999; }

#rightcol {
	margin: 168px 0 0 0;
	float: left;
	width: 230px;
	height: 507px;
}

#rightcol p {
	margin: 0;
	padding: 0 40px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
	text-align: justify;
	line-height: 12pt;
}

#rightcol p a {
	color: #000;
}

#rightcol p a:hover {
	color: #999;
}

#rightcol form {
	padding: 0 0 10px 10px;
	margin: 0;
}

input {
 background-color: #FFFFCC;
}
