/* Cybersteed Style */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: Black;
}
a:link {
	color: #0F314E;
	}

a:visited {
	color: #0F314E;
	}

a:active {
	color: #0F314E;
	}

a:hover {
	color: #B22222;
	}
ul {
	list-style-type: disc;
}
li {
	padding:5px 0px 5px 0px;
}
#nav {
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 0;
}

/* http://www.inknoise.com/experimental/layoutomatic.php */
#container {
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: Black;
	
	padding: 5px;
	margin-bottom: 5px;
	background-color: white;
}

#content {
	padding: 5px;
	margin-left: 215px;
	background-color: white;
}

#sidebar-a {
	border-right: thin;
	border-right-style: solid;
	border-right-color: Black;

	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: white;
}

#footer {
	border-top: thin;
	border-top-style: solid;
	border-top-color: Black;
	
	clear: both;
	padding: 5px;
	margin-top: 5px;
	
	background-color: white;
}
/* http://www.inknoise.com/experimental/layoutomatic.php */
