@charset "utf-8";
.sidebar {
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#button01 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/sidebar_button.png);
	height: 50px;
	width: 180px;
	background-repeat: no-repeat;
	line-height: 50px;
	font-weight: bold;
}
#sidebar_header {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
}

body {
	background-color: #CCCCCC;
}
body,td,th {
	font-family: Calibri;
	font-size: 16px;
}

.sidebar a:link {
color:#FFFFFF;
text-decoration:none;
}
.sidebar a:visited {
color:#FFFFFF;
text-decoration:none;
}
.sidebar a:hover {
color:#FFFFFF;
text-decoration:none;
}
.footer {
	font-family: Calibri;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #000000;
	border: thin solid #000000;
	line-height: 25px;
}
#footer-copyright {
	width: 300px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	float: left;
}
#footer-icons {
	width: 590px;
	float: right;
}


.content a:link {
color:#000000;
text-decoration:none;
}
.content a:visited {
color:#000000;
text-decoration:none;
}
.content a:hover {
color:#000000;
text-decoration:none;
}
.content #image-spacer-content {
	height: 128px;
	width: 900px;
}

