/* CSS Document */

#body {background-color:#CBF4FA;
border:none}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bigfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}


#nav li {
	font-size: 100%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 120px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: none;
	font-size: 100%;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	background-color: #66CCFF;
	color: #000000;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-color: #0066FF;
	color: #000000;
	text-decoration: none;}
	
#sidebar {
	display: inline;
	float: left;
	width: 130px;
	margin-top: 5px;
	margin-left: 2px;
}
.quotes {
	display: block;
	float: none;
	width: auto;
	background-color: #66CCFF;
	visibility: inherit;
	position: static;
	float:none;
}
#sidebar_full {
	display: block;
	float: none;
	width: 100%;
	background-color: #66CCFF;
	visibility: inherit;
	position: static;
	float:none;
}
#inline {
	display: block;
	float: none;
	width: 100%;
	margin-top: 5px;
	background-color: #66CCFF;
	visibility: inherit;
	position: static;
	float:none;
}
#container {
	width: inherit;
	border: none;
	float: inherit;
}
#content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 200px;
	width: 700px;
	float: none;
}

