@charset "utf-8";
/* CSS Document */
body, html {
	background: #ccc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: #039;
}

a:visited {
	color: #039;
}

#parent {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#header {
	background: #000;
	background-image: url(header.jpg);
	border-bottom: solid 2px #000;
	height: 180px;
}

#header2 {
	background-image:url(banner.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

#maincolumn {
	background: #ddd;
	border: solid 1px #aaa;
	font-size: 14px;
	padding: 14px;
	vertical-align: top;
	width: 100%;
}

#sidebar {
	padding: 4px 4px 100px 4px;
	width: 180px;
	vertical-align: top;
}

#block {
	background: #aaa;
	border: solid 1px #000;
	display: block;
	font-size: 9pt;
	padding: 0px;
	margin-bottom: 14px;
	width: 180px;
}

#block p {
	color: #ddd;
	padding: 10px;
	text-align: justify;
}

#block #heading {
	background-color: #444;
	background-image: url(gradient-grey.gif);
	color: #fff;
	font-weight: bold;
	padding: 6px;
	text-align: center;
}

#block a, #block a:visited {
	color: #000;
	display: block;
	padding: 4px;
	text-decoration: none;
}

#block a:hover {
	background: #444;
	color: #fff;
}

#footer {
	font-size: 7pt;
	height: 40px;
	padding: 4px 10px 10px 10px;
	text-align: center;
	width: 100%;
}
