body {
	margin: 0;
	background-color: #CCC;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}
html, body {
	height: 94%;
}
img {
	border: none;
}
h2 {
	margin-bottom: .75em;
}
a  {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
}
#container {
	position: relative;
	margin: 4% 6% 4% 6%;
	background-color: #FFF;
	min-height: 100%;
	min-width: 69em;
}
#header {
	width: auto;
	height: 140px;
	padding-right: 50px;
	padding-left: 50px;
	color: #FFF;
	background-color: #e80649;
}
/* Navigation */
#navigation {
	background: url(../images/book.jpg) right top no-repeat;
	padding-right: 250px;
	padding-left: 3.5em;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 1.1em;
	height: 70px;
	background-color: #A8A8A8;
	overflow: visible;

}
/* Navigation dropdown menus */
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	bottom: -40px;
}
#navigation ul li {
	margin-right: 20px;
	position: relative;
	float: left;
	width: auto;
}
#navigation li ul {
	position: absolute;
	top: 30px;
	display: none;
}
#navigation ul a {
	color: white;
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	margin: 0 2px;
}

#navigation li.sub>a {
	color: black;
	font-size: .9em;
}

#navigation li .odd {
	color: black;
	width: 120px;
	background-color: #E6E6E6;
}
#navigation li .even {
	width: 120px;
	background-color: #D9D9D9;
}
#navigation ul li a:hover {
	color: #DF0039;
}
#navigation li:hover ul, li.over ul {
	display: block;
}
#navigation li .sub {
	color: #000;
}

/* Section navigation */
#sectionnav {
	width: 146px;
	margin: 3em 5px 3em 3em;
	padding: .5em;
	float: right;
	border: 1px solid #CCCCCC;
	font-size: .95em;
}
#sectionnav p {
	font-weight: bold;
	margin: 0px;
}
#sectionnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* Content */
#content {
	padding: 2em 4.5em 6em 4.5em;
	width: 70%;
}
/* Breadcrumbs */
.breadcrumb a {
	text-decoration: none;
	color: #9C9C9C;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* Footer */
#footer {
	position: absolute;
	bottom: 3%;
	margin-left: 3%;
	padding: 5px 3% 5px 3%;
	background-color: #e6e6e6;
	width: 88%;
	overflow: hidden;
	font-size: 10px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer p.footernav {
	float: left;
	width: auto;
}
#footer p.copyright {
	float: right;
	width: auto;
}