@charset "UTF-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B2C7E2;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

body {
	background-image: url(preview/images/bricks.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#container {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: medium solid #000000;
}
#sidebar {
	background-color: #333333;
	text-align: left;
	float: left;
	width: 150px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 3px;
}
.fltleft {
	margin: 2px;
	padding: 2px;
	float: left;
}
.fltright {
	margin: 2px;
	padding: 2px;
	float: right;
}
#maincontent {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 165px;
	font-size:small
	
}
#header {
	background-image: url(preview/images/banner1.jpg);
	height: 210px;
	width: 780px;
	clear: both;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#maincontent a {
	color: #CC0000;
}

