@charset "utf-8";
.container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	margin-top: 0px;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
}

.header {
	background-color: #CCC;
	height: 40px;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	text-align: center;
	padding-top: 5px;
}
.graphic {
	background-color: #9CF;
	height: 75px;
	width: 700px;
}
.navbar {
	background-color: #5FB4F4;
	height: 24px;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
}
.sidecontent {
	background-color: #CCC;
	float: left;
	height: 255px;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #505050;
	padding: 10px;
}
.maincontent {
	background-color: #FFF;
	float: right;
	height: 275px;
	width: 500px;
}
.footer {
	background-color: #04469D;
	clear: both;
	height: 25px;
	width: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
.divider {
	color: #FFF;
}
