@charset "utf-8";

/* Main Layout */

body {
	background-image: url(../images/background.jpg);
}

#page {
	width: 750px;
	margin: auto;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

h1 {
	height: 240px;
	background-image: url(../images/header.jpg);
}

h1 span {
	position: absolute;
	left: -10000em;
}

#ticker {
	background-image: url(../images/ticker-bg.gif);
	height: 20px;
	padding: 12px;
	text-align: center;
}

#banner {
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	/*background-image: url(../images/banner-bg.gif);*/
	/*height: 240px;*/
	height: 70px;
	padding: 18px;
	text-align: center;
}

#content {
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	padding: 24px 36px;
}

#copyright {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	padding-top: 26px;
	text-align: center;
	width: 750px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 12px;
}

#copyright a {
	color: #ffffff;
}


/* Navigation */

#main-nav {
	background-image: url(../images/nav.jpg);
	height: 52px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	padding-left: 48px;
	padding-right: 48px;
	margin: 0;
}

#main-nav li {
	display: inline;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px dotted #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}

#main-nav li a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#main-nav a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

#main-nav em a {
	text-decoration: none;
}

#main-nav em a:hover {
	background: none;
	color: #ffffff;
}


/* Typography */

body * {
	font-family: Georgia, "Times New Roman", Times, serif;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	font-size: 30px;
	line-height: 48px;
}

h3 {
	font-size: 24px;
	margin-top: 24px;
}

h4 {
	margin-top: 24px;
	font-size: 20px;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

ol, ul {
	margin-left: 24px;
	margin-bottom: 24px;
	line-height: 24px;
}

ul {
	list-style: disc;
}

#content img {
	margin-top: 24px;
}

.alpha {
	list-style: upper-alpha;
	margin-left: 48px;
}

/* Tools */

