/* @group Globals */
body {
	color: #333;
	text-decoration: none;
	text-align: center;
	background: #fff url(esliceBG1.gif) no-repeat center top;
	font: normal normal normal small Baskerville, "Times New Roman", Times, serif;
}

img {
	border-style: none;
}

h1, h2, h3, h4, h5 {
	color: #000;
	text-transform: uppercase;
	font-family: "Futura LT CondensedLight", "Futura Condensed Light", futura, _sanserif;
}
h1 { font-size: 3em;}
h2 { font-size: 2em;}
h3 { font-size: 1.5em;}
h4 { font-size: 1em;}
a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a#StartOfContent {
	display: block;
	clear: both;
	visibility: hidden;
}
/* @end */

div#all {
	padding: 0;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	width: 980px;
	height: 220px;
	margin: 0;
	padding: 0;
	background: url(header.gif) no-repeat center top;
}
div#header h1 {
	visibility: hidden;
}
div#navigation {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
div#navigation img {
	background-color: #000;
}
div#navigation a img {
	background-color: #666;
}
div#navigation a:hover img {
	background-color: #000;
}
div#main {
	float: left;
	width: 550px;
	padding: 0;
	margin: 0 0 0 15px;
}
div#main h2, div#newsLetter h3 {
	margin-top: 0;
}
div#sidebar {
	float: right;
	width: 200px;
	margin: 0;
}
div#sidebarLinks p {
	margin-top: 0;
	margin-bottom: 0;
}
div#sidebarLinks, div#eslice {
	border-top: 3px solid #000;
}
#newsHeader {
	width: 550px;
	border-top: 3px solid #000;
	padding-top: 0.75em;
	margin-top: 0.75em;
}
