@charset "UTF-8";

/*---------------------------*/
/* REMOVE ALL MARGINS AND PADDING */
* {
	margin: 0px;
	padding: 0px;
}

/* SET DEFAULT TYPOGRAPHY */
body {
	font: 76%/1.3 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	background-color: #aeaa9c;
	background-image: url(../images/page_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
}

/* GIVE LINKED IMAGES A BORDER OF 0 */
a img {
	border: none;
}

/* DuoLink/DuoText CLASSES REMOVE UNDERLINE FROM IMAGES LINKED IN COMBINATION WITH TEXT */
a.duoLink:hover {
	text-decoration: none;
}
a.duoLink:hover .duoText {
	text-decoration: underline;
}

/* CLEAR FLOAT */
.clearBoth {
	clear: both;
	visibility:hidden;
}

/* LINK FORMATING */
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336666;
}

/* ALIGN SMALL IMAGES (ICONS) TO TOP */
img.icon {
	vertical-align: top;
}

/* OPACITY FOR NON-IE BROWSERS */
/* IE BROWSERS GET AN ALTERNATE STYLESHEET (IE.css) WITH IE SPECIFIC OPACITY */
.opac80 {
	opacity: 0.8;
}
.opac85 {
	opacity: 0.85;
}
.opac90 {
	opacity: 0.9;
}

/* NOWRAP CLASS */
.noWrap {
	white-space: nowrap;
}

/*---------------------------*/

#mainWrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
#headerLeft {
	float: left;
	border-right: solid 1px #8C887E;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 2px;
	text-align: right;
	margin-right: 20px;
	font: 1.15em;
	padding-left: 80px;
}
#headerLeft .logo {
	margin-bottom: 5px;
}
#headerLeft .logo a {
	display: block;
	width: 175px;
}
#headerLeft .logo a:hover {
	background-image: url(../images/logo_ON.gif);
	background-repeat: no-repeat;
}
#headerLeft .contact {
	margin-top: 0px;
}
#headerLeft .jsNote {
	font-size: 0.8em;
	background-color: #999999;
}
#headerRight {
	float: left;
}
#headerWrapper {
	margin-bottom: 40px;
}
p.earlierLaterLink {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
p.earlierLaterLink a {
	border: solid 1px #aeaa9c;
	padding: .4em .6em;
}
#footer {
	clear: both;
	margin: 50px auto 0px auto;
	width: 800px;
	padding-left: 160px;
	padding-bottom: 20px;
}
/* RED BEET STYLES */
a.redBeet:link,
a.redBeet:visited {
	text-transform: none !important;
	font: 11px Arial, Helvetica, sans-serif !important;
	letter-spacing: normal !important;
	color: #8C887E !important;
	text-decoration: none !important;
	display: block !important;
	padding: 10px 2px 5px 2px !important;
	float: left;
}
a.redBeet:hover {
	color: #990000 !important;
	text-decoration: none !important;
}
a.redBeet img {
	vertical-align: middle !important;
/* MAKE SURE TO USE CORRECT PATH BELOW AND IN THE HTML CODE */
	background-image: url(/images/redbeet_link_icon.gif) !important;
	background-position: top !important;
}
a.redBeet:hover img {
	background-position: bottom !important;
}
/* EOF RED BEET STYLES */
