body {
	background-color: #666666;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#sidebar {
	background-color: #BEF9FF;
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
#maincontent {
	background-color: #ADCBFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6E5FF;
	padding: 10px 15px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	vertical-align: top;
}
#footer {
	background-color: #60ECE2;
	margin: 10px;
	padding: 10px 10px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}
#maincontent h1 {
	font-family: Tahoma, sans;
	font-size: 14px;
	color: #230DA5;
	font-weight: bold;
	padding-bottom: 0px;
}
#maincontent .morelinks {
	font-size: 100%;
	font-weight: bold;
	color: #230DA5;
	text-align: right;
}
#maincontent a:link {
	font-weight: bold;
	color: #230DA5;
	text-decoration: none;
}
#maincontent a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#maincontent a:hover {
	font-weight: bold;
	color: #230DA5;
	text-decoration: underline;
}
#maincontent a:active {
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
#sidebar a:link {
	font-weight: bold;
	color: #230DA5;
	text-decoration: none;
}
#sidebar a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#sidebar a:hover {
	font-weight: bold;
	color: #230DA5;
	text-decoration: underline;
}
#sidebar a:active {
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
#footer a:link {
	font-weight: bold;
	color: #230DA5;
	text-decoration: none;
}
#footer a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #230DA5;
	text-decoration: underline;
}
#footer a:active {
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
