html { margin: 0px; padding: 0px; }

body {
	margin: 0px; padding: 0px;
	background: #fff url('images/top.gif') repeat-x;
	color: #000;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link { color: #ed1919; }
a:visited { color: #810A0A; }
a:active, a:hover { color: #f00; }

img { border: 0px; }

h1 { color: #98999B; }
h2.special { color: #ed1919; }

.smaller {font-size: small}

.highlight {
	border: solid 2px #ed1919;
	background: #eee;
	padding: 10px;
	color: #98999B;
	font-weight: bold;
	float: right;
	text-align: center;
	text-transform: uppercase;
	width: 174px;
	margin-left: 15px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
	html>body .highlight { width: 150px; }

#container {
	margin: 0px auto;
	width: 750px;
	text-align: left;
	background: url('images/logo.gif') no-repeat 18px 0px;
	padding-left: 130px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 620px;
}
	html>body #container { width: 620px; }

#logo {
	height: 130px;
	margin: 0px;
	text-indent: -99999999px;
}

#menu { 
	margin: 4px 0px;
	padding: 0px;
	list-style: none;
}
	#menu li { display: inline; }
	#menu a:link, #menu a:visited {
		color: #000;
		font-weight: bold;
		text-decoration: none;
		padding-right: 20px;
		text-transform: lowercase;
	}
	#menu a:active, #menu a:hover { color: #ed1919; }
	
#footer { font-size: 80%; border-top: solid 1px #e5e5e5; color: #98999b; padding-top: 5px }


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2.special {
	visibility: hidden;
	font-size: 25px;
}

.sIFR-hasFlash .highlight .special {
	visibility: hidden;
	font-size: 15px;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

@media print {
	.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	
	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}
}