body {
	background-image: url(images/marble.gif);
	background-repeat: repeat;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
ul {margin: .25em 1em; padding: 0px 2em;}
li {
	font-size: 0.9em;
	line-height: 135%;
	margin-bottom: 10px;
	text-align: left;
}
td#nav {
	width: 160px;
	background-color: #CC0000;
	height: 350px;
	background-image: url(pix/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	white-space: nowrap;
}
#nav ul {
	margin: 0px;
	padding-top: 25px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	color: #ddd;
}
#nav {
	text-align: left;
}

#nav ul li {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	list-style-position: inside;
	list-style-type: circle;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	font-size: 0.9em;
	line-height: 135%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}
.ctr {
	text-align: center;
}


#nav a:hover {
	color: #000000;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a.here:link, #nav a.here:visited {
	color: #000000;
}
.picleft {margin-top: 6px; margin-right: 10px; padding: 0px;}
.btn {
	color: #003399;
	text-decoration: none;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #CCCCCC;
	border-bottom-color: #555555;
	border-left-color: #999999;
}

