@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-attachment: fixed;
	background-color: #26719a;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom; }
.body #main {
	width: 780px;
	background: #FFFFFF;
	margin: 19px auto;
	border: 0px solid #000000;
	text-align: left; }
.body #header {
	background-image: url(../images/orionbanner4.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 170px; }
.body #mainContent {
	padding: 0 20px;
	background: #FFFFFF; }
.body #mainContent a:link {
	text-decoration: underline;
	color: #224455;
	border: none; }
.body #mainContent a:visited {
	text-decoration: underline; 
	color: #226699;
	border: none; }
.body #mainContent a:active {
	text-decoration: underline; 
	border: none; }
.body #mainContent a:hover {
	text-decoration: underline; 
	border: none; }
.body blockquote {
	padding-left: 10px;
	padding-right: 10px; }
.body #quoteStart {
	font-family: Georgia;
	float: left;
	font-size: 700%;
	color: #FF0000;
	height: 45px;
	margin-top: -45px;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-right: 5px; }
.body #quoteEnd {
	font-family: Georgia;
	float: right;
	font-size: 700%;
	color: #FF0000;
	height: 25px;
	margin-top: -40px;
	padding-top: 0px; }
.body #allCaps {
	font-variant: small-caps;
	font: 90%; }
.body #redItal {
	color: #990000;
	font-style: italic; }
.body #footer {
	padding: 0 10px;
	background:#EEEEEE; }
.body #footer p {
	margin: 0;
	padding: 10px 0; 
	font-size: 70%;
	font-style: italic;
	text-align: right; }
.body #blogframe {
	width: 865px;
	height: 700px;
	border: none;
	position: relative;
	left: -62.5px;
	overflow: hidden; }

/* Tabs css */
#tabs {
	float: left;
	width: 780px;
	font-size: 93%;
	line-height: normal;
	position: absolute;
	top: 154px; }
#tabs ul {
	margin: 0;
	padding: 10px 10px 0 40px;
	list-style: none; }
#tabs li {
	display: inline;
	margin: 0;
	padding: 0; }
#tabs a {
	float: left;
	background: url("../images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	border: none; }
#tabs a span {
	float: left;
	display: block;
	background: url("../images/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
	border: none; }
#tabs a span {
	float: none;
	border: none; }
#tabs a:hover span {
	color: #FFF;
	background-position: 100% -42px; 
	border: none; }
#tabs a:hover {
	background-position: 0% -42px;
	border: none; }
