﻿body {
	background-color: #0e0e0e;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #cccccc;
	line-height: 1.3em;
}

a {
	color: #cccccc;
	text-decoration: underline;
}

#topimg {
	position: absolute;
	top: 5px;
	left: 0;
	width: 355px;
	height: 78px;
	background-image: url(../img/topveg.gif);
	background-repeat: no-repeat;
}

#header {
	background-image: url(../img/topbg.gif);
	background-repeat: repeat-x;
	margin: 20px 30px 0 30px;
	height: 50px;
}

#pagetitle {
	margin: 0 30px;
	border-bottom: 1px solid #4b4b4b;
}

#pagetitle h1 {
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 2em;
	margin: 0.8em 0;
	padding: 0;
}

#pagetitle h1 .firstPart {
	color: #6e6e6e;
}

#pagetitle h1 .secondPart {
	color: #ffffff;
}

#sitenav {
	position: absolute;
	top: 25px;
	right: 40px;
}

#sitenav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
	font-family: arial, helvetica, sans-serif;
}

#sitenav ul li {
	display: block;
	float: left;
	margin-left: 0em;
	color: #666666;
}

#sitenav ul li a {
	text-decoration: none;
	color: #666666;
}

#imageContainer {
	margin: 50px 30px 25px 30px;
	text-align: center;
}

#additionalsContainer {
	background-color: #181818;
	background-image: url(../img/middlefade.gif);
	background-repeat: repeat-x;
	padding: 40px 3em;
	overflow: hidden;
	/* IE6 */
	/* height: 1%; */ /* doesn't work with firefox 2.0.0.8 */
}

#additionalsContainer h2 {
	font-family: georgia, times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	padding: 0.8em 0;
	margin: 0;
}

#additionalsContainer .fancyHeadingContainer {
	background-image: url(../img/smallheaderstart.gif);
	background-repeat: repeat-x;
}

#additionalsContainer .fancyHeadingContainer h2.fancyHeading {
	background-image: url(../img/smallheaderend.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 0;
	padding: 0.8em 1em;
}

#additionalsContainer .fancyHeadingContainer p {
	padding: 0 1.6em;
}
