@charset "utf-8";
body {
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	margin: 15px auto;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #000000;
	background-image: url("/images/bckg.png");
}
#container {
	width: 770px;
	margin: 0px auto;
	overflow: hidden;
}
#container2 {
	width: 770px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#header {
	width: 770px;
	height: 90px;
	margin-bottom:4px;
	background-image: url("/images/slologo.png");
	background-repeat: no-repeat;
}
#navigation {
	width: 770px;
	height: 25px;
	overflow: hidden;
	font-weight: bolder;
	font-size: medium;
}
#content {
	width: 565px;
	height: 370px;
	overflow: hidden;
	clear: both;
	position: relative;
	float: left;
}
#sidecontent {
	overflow : auto; 
	color: #ffffff;
	width: 201px;
	text-align: center;
	height: 370px;
	font-weight: normal;
	background-color: #b7b1a2;
	margin-bottom: 4px;
	position: relative;
	float: right;
}
#bottomcontent {
	Color: #716d62;
	width: 770px;
	height:30px;
	text-align: center;
	font-weight: bold;
	background-color: #EEDFCC;
	padding: 1px 1px 1px 1px;
	margin-bottom: 0px;
	overflow : auto; 
}
#footer {
	width: 770px;
	height: 15px;
	margin: 0px auto;
	padding: 0;
	z-index: -1;
	overflow: hidden;
	position: relative;
	float: top;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation span {
	color: #999999;
	text-decoration: none;
	font-weight: bolder;
	font-size: medium;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px;
	display: block;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	font-size: medium;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px;
	display: block;
}
#navigation a:hover {
	color: #b02926;
}

/* Content Styles */
#content p,h2,h3,h5,h6 {
	color: #000000;
	margin: 6px;
}
#bottomcontent p,h2,h3,h5,h6 {
	color: #000000;
	margin: 3px;
	font-weight: bold;
}
#sidecontent p {
	color: #ffffff;
	font-weight: bold;
	margin: 6px 0px 6px 0px;
	padding: 0px;
}
#sidecontent h4 {
	color: #716d62;
	background-color:  #FFFAF0;
	border-style: solid;
	bordercolor="#716d62";
	font-weight: normal;
	bordercolor:#716d62;
	border-width: 1px; 
	margin: 3px 3px 0px 3px;
	padding: 6px 0px 6px 0px;
	text-align: center;
}
/* Footer Styles */
#footer p {
	color: #ffffff;
	font-size: x-small;
	text-align: left;
	margin: 2px 0px 0px 0px;
}
#footer a {
	color: #4682B4;
	text-decoration: none;
}
#footer a:hover {
	color: #b02926;
	text-decoration: none;
}

/* Hyperlink Styles */
a {
	color: #4682B4;
	text-decoration: none;
}
a:hover {
	color: #b02926;
	text-decoration: none;
}