body {
	background-image: url("images/bg.gif");
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	color: #666666;
}

table tr td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	padding: 15px;
	line-height: 1.5;
	/*
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	height: 100%;
	*/
}

#content a {
	color: #00a0c6;
}

#content a:link {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	color: #026CC0;
	font-size: 16px;
	font-weight: bold;
}

#content h2 {
	color: #026CC0;
	font-size: 12px;
}

#nav {
	color: #ffffff;
	padding: 15px;
}

#nav a {
	color: #00a0c6;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#nav a:hover {
	text-decoration: underline;
}
#footer {
/*	text-align: right;*/
/*	position: absolute;*/
/*	top: 98%;*/
/*	width: 100%;*/
	background-color: #026CC0;
	color: #ffffff;
	padding: 10px;
	font-size: 10px;
/*	padding-right: 10px;*/
/*	font-weight: bold;*/
}

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

#footer a:hover {
	text-decoration: underline;
}