/* main css */
body {
	font-family: Verdana, Sans-Serif;
	background-color: #E8E8E8;
	font-size: 11px;
	color: #555;
}
a {
	color: #333;
}
a:hover {
	color: #555;
}
p {
	margin-bottom: 10px;
}
h1, h2, h3, h4 {
	color: #333;
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	margin-bottom: 10px;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 15px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 2px;
}
h3 {
	font-size: 13px;
}
.shadowContainer {
	background-image: url('../images/container_background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}
.headerContainer, .headerNav {
	background-color: #222;
	color: #FFF;
}
.headerContainer {
	height: 75px;
}
.logo {
	margin-top: 10px;
}
.headerNav {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background-color: #444;
	height: 18px;
}
.headerNav ul, .footerRight ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.headerNav ul li, .footerRight ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
.headerNav ul a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 5px;
}
.headerNav ul a:hover {
	background-color: #666;
}
.bodyMain {
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
}
.genericContainer {
	margin-top: 10px;
}
.fancyDate, .callout {
	font-family: georgia, serif;
	font-style: italic;
	text-transform: lowercase;
}
.footerContainer {
	padding-top: 5px;
	font-size: 10px;
}
.footerLeft {
	float: left;
	margin-bottom: 20px;
}
.footerRight {
	float: right;
	text-align: right;
}