body {
	min-width: 928px;
	margin: 0;
	padding: 0;
	background: #E05728 url(../../images/page-bgRevised.gif) repeat-y top center;
	color: #fff;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for WinIE5.x */
	}
#wrapper {
	width: 845px;
	margin: 0 auto;
	text-align: left;
	}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}
#headerMain {
	width: 845px; /* needed for MacOpera and Safari */
	height: 130px;
	background-image: url(../../images/fullHeader.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
#header{
	width: 845px; /* needed for MacOpera and Safari */
	height: 130px;
	background-image: url(../../images/completeHeader.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
	
#blogHeader 
{
	width: 845px; /* needed for MacOpera and Safari */
	height: 130px;
	background-image: url(../../images/blogFullHeader.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
	
#site-nav {
	float: right;
	width: 400px;
	margin: 0 0 15px 0;
	padding: 0 0 0 27px;
	background-color: White;
	color: #E05728;
	border-left: 1px solid #E05728;
	list-style: none;
	}
#site-nav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E05728; 
	}
#site-nav a {
	background: none;
	}
#space 
{
clear: both;	
background-color:#FFFFFF;
background-position: center;
width: 845px;
height: 15px;
}

#clearingFix 
{
	clear: both;
}

#clearingFix2
{
	clear: both;
}

#photo-banner {
	clear: both;
	width: 845px;
	height: 83px;
	background: url(../../images/OorangeTitle.jpg) no-repeat;
	background-position: center;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	}
#content {
	float: left;
	/* width: 830px; */
	
	}
#sidebar {
	float: right;
	width: 185px;
	vertical-align: top;
	}
	
#content-nav {
	margin: 0 0 3px 0;
	padding: 0;
	list-style: none;
	font-size: .75em;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#content-nav a {
	margin: 0 0 3px 0;
	padding: 0;
	border: 1px solid #E05728;
	text-decoration: none;
	}
#content-nav a:hover {
	border: 1px solid #FEAA2F;
	}
#footer {
	clear: both;
	padding: 3px 0 15px 0;
	border-top: 5px solid #fff;
	text-align: right;
	font-size: 90%;
	}
	
#hostek 
{
	font-family: Arial;
	font-size: small;
	border: 0;
}

#searchdiv 
{
	width: 300px;
	text-align: left;
}
	
/* THREE COLUMN PAGE --------------------------------------- */
/* --------------------------------------------------------- */
#threecol #container {
	float: left; /* makes it contain children floats */
	width: 845px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../../images/home-bg.gif) repeat-y center;
	}
#main-content {
	float: left;
	width: 160px;
	font-size: 80%;
}

#feature {
	width: 455px;
	margin-left: 190px;
font-size: 100%;
}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container {
	float: left; /* makes it contain children floats */
	width: 845px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../../images/inner-bg.gif) repeat-y center;
	}
	
#main-content2 {
	float: left;
	width: 160px;
}

#feature2 {
	width: 600px;
	margin-left: 190px;
}


/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p {
	margin: 0 0 1.2em 0;
	line-height: 1.4;
	}
h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	margin: 0 0 .6em 0;
	font-size: 120%;
	}
h3 {
	margin: 0;
	font-size: 110%;
	}
h4 
{
	margin: 0 0 .6em 0;
	font-size: 110%;
	text-align: center;
}

.middle {
	text-align: center;
}

.indent 
{
	padding-left: 30px;
}

.great 
{
	font-weight: bold;
	color: Fuchsia;
}

.red
{
	font-weight: bold;
	color: red;
}

.chrLinks 
{
	border: solid 1px white;
}

.toright 
{
	float: right;
}

.toleft 
{
	float: left;
}

.errorNotice{ color: Red;}   

#errorPage 
{
	width: 845px;
	margin: 0 20px 0 20px;
	text-align: left;
}                            
	
/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a {
	padding: 1px 3px;
	background: #F27716;
	color: #fff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	

/* TABLES -------------------------------------------------- */
/* --------------------------------------------------------- */
table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	}
th, td {
	padding: 7px 15px 7px 5px;
	border-bottom: 1px solid #E05728;
	}
th {
	background: #FEAA2F;
	color: #E05728;
	text-align: left;
	}
