body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 33px;
	line-height: 1.0;
	margin-top: 22px;
}

img {
    border: none;
}

a {
	color: #00A;
	text-decoration: none;
}

a:hover {
	color: #A00;
}

a.footer {
	color: #ff3;
	text-decoration: none;
}

a.footer:hover {
	color: #13294c;
}

.noshade {
	border: none;
	background-color: gray;
	height: 1px;
}

.clearBoth {
	clear: both;
	height: 0;
}

.headerHomeLink {
	display: block;
	height: 100%;
}

.dropShadow {
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	border: 1px solid #444;
}

.doubleBorder {
	background-color: white;
	padding: 4px;
	border: 1px solid #222;
}

#container {
    margin: 0 auto;
    width: 950px;
}

#headerLeft {
	background: url('/libraries/graphics/header_left_bg.gif') no-repeat;
	height: 180px;
	width: 595px;
	float: left;
}

#headerRight {
	background: url('/libraries/graphics/header_right_bg.jpg') no-repeat;
	height: 180px;
	width: 355px;
	float: right;
}

#nav {
	clear: both;
	height: 45px;
	background: url('/libraries/graphics/nav_bg.gif') no-repeat;
}

#pageContent {
	padding: 1px 20px 1px 305px;
	background: url('/libraries/graphics/content_bg.jpg') no-repeat;
	height: auto !important;
	height: 650px;
	min-height: 650px;
	background-color: white;
}

#footer {
	margin: 0;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-top: 2px solid black;
	background-color: #da1f25;
}

#footer .slogan {
	font-style: italic;
}

#copyrightLeft {
	float: left;
}

#copyrightRight {
	float: right;
}
