@charset "utf-8";
/* CSS Document */

a {
	color: #003366;
	font-weight:bold;
}
a:hover {
	color: #990000;
}
body {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", serif;
	background-image: url(images/background4.jpg);
}
img {
	border:  solid;
	border: 1px 1px 1px 1px;
}
#container {
	width: 950px;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 950px;
	background-color: #CCCCCC;
}
#menubar {
	float: right;
	width: 950px;
	background-color:#A7A7C5;
}

#bodysection {
	float: none;
	background-color:#CCCCCC;
	margin: 10px 10px 5px 10px;
	height: inherit;
}
#footer {
	width: 950px;
	background-color: #A7A7C5;
	clear;
	float: left;
}
.rightcol {
	margin: 5px 10px 5px 10px;
	float: right;
}
.leftcol {
	margin: 5px 10px 5px 10px;
	float: left;
}
.noborder {
	border: none;
}
