body {
	position: relative;
	background: #ffffff url(graphics/back_3.gif) repeat scroll left top;
	color: #000000;
	font-family: arial, helvetica;
	text-decoration: none;
}
img {
	border: 0px;
}
.main {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 20px;
	width: 680px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
#nav {
	margin: -20px -20px 20px -20px;
	height: 38px;
	border-bottom: 1px solid #000;
	line-height: 38px;
}
#nav img {
	float:left;
	margin-right: 10px;
	border-right: 1px solid #000;
}
#right-column {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
	padding: 0 10px;
	border: 1px solid #000;
}
#right-column h3 {
	margin: 0 -10px 0 -10px;
	padding: 3px;
	border-bottom: 1px solid #000;
	text-align: center;
}
#sub-nav {
	margin: 20px -20px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}
#sub-nav li {
	margin: 0px;
	padding: 5px 20px;
	display: inline;
}
.right {
	float:right;
	margin: 0 0 10px 10px;
}
.left {
	float:left;
	margin: 0 10px 10px 0;
}
a:visited {
	text-decoration: underline;
	color: #993399;
}
a:link {
	text-decoration: underline;
	color: #0000ee;
}
a:hover {
	text-decoration: none;
	color: #0000ee; }
.footer {
	width: 716px;
	margin: 10px auto;
	padding: 5px 2px;
	background-color: #ffffff;
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
.footer a:visited,
.footer a:link {
	color: #0000ee;
	font-size: 10px;
}
.footer a:hover {
	text-decoration: none;
}

