* { 
	padding: 0; 
	margin: 0; 
}

html, body {
	background:  url('../images/bg.png') repeat;
	font-family: Arial, sans-serif;
	color: #13245d;
}

/*******************************************************************************
* HEADER
*******************************************************************************/

#header {
	width: 100%;
	height: 250px;
	clear: both;
	margin-top: 0;
	background: #ffffff;
}

#header-img a {
	position: relative;
	bottom: 2px;
	left: 75px;
	display: block;
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	background: url('../images/header.png') no-repeat;
}

/*******************************************************************************
* NAVIGATION BAR
*******************************************************************************/

#navbar {
	border-top: 3px solid #990000;
}

#menu {
	list-style: none;
	text-align: center;
	position: relative;
	right: 10px;
	top: 50px;
}

#menu li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.navbarPadding {
	padding-right: 100px;
}

#menu li a:link {
	color: #ffffff;
	text-decoration: none;
}

#menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.homeActive {
	text-decoration: underline !important;
}

/*******************************************************************************
* PAGE CONTENT
*******************************************************************************/

#content {
	width: 960px;
	margin: 75px auto;
	border: 3px solid #990000;
	background: #ffffff;
	padding: 50px 10px 10px 10px;
	overflow: auto;
	border-radius: 15px;
}

#content p {
	font-size: 14px;
	line-height: 150%;
}

#homePage {
	padding: 0 120px 0 120px;
}

.introBlurb {
	font-style: italic;
	float: right;
}

.foreword {
	text-indent: 50px;
	text-align: justify;
}

.endBlurb {
	float: right;
}

.boldText {
	font-weight: bold;
}

#homePagePicture {
	text-align: center;
}

#homePagePicture  img {
	margin-right: 20px;
	border: 5px solid #13245d;
	width: 60%;
}

/*******************************************************************************
* FOOTER
*******************************************************************************/

#footer {
	position: relative;
	bottom: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
