@charset UTF-8;
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BackgroundSlice.jpg);
	background-repeat: repeat-x;
	background-color: #d6dbbf;
	}
#container {
	width: 925px;
	margin: auto;
	}
#heading {
	position: absolute;
	top: 0px;
	width: 925px;
	height: 127px;
	}
#headingLogo{
	float: left;
	}
#navBar{
	position:absolute;
	right: 0px;
	bottom: 5px;
	}	
#logoSearch{
	position: relative;
	top: 0px;
	width: 925px;
	height: 39px;	
}
#logo{
	float: left;
	}
.content{
	width: 800px;
	margin-left: 100px;
	margin-right: 100px;
	}	
.leftNav{
	float: left;
	width: 250px;
	}
.rightContent{
	margin-left: 300px;
	text-align: left;
	width: 500px;
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	}
ul.nav{
	list-style: none;
	text-align: right;
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px 0px 0px 0px;
	}
ul.nav li{
	display: inline;
	}
ul.nav a{
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #000000;
	text-align: right;
	}
#bodyCopy{
	width: 925px;
	background-color: #ffffff;
	position: relative;
	top: 127px;
	}
.search{
	float: right;
	margin-top: 15px;
	margin-right:45px;
	}
.mainImage{
	padding-bottom: 10px;
	padding-left: 43px;
	padding-top: 15px;
	}
.centerImage{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}	
.about{
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-large;
	text-align: left;
	margin-left: 50px;
	}
.footer{
	font-family: Gil Sans, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-small;
	text-align: center;
	margin-bottom: 5px;
	}
h1{
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #007dc3;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	}
p{
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-right: 100px;
	background-color: #ffffff;
	margin-bottom: 50px;
	}	
a img{
	border-style: none;
	}
a:link {
	color: #ee2e24;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	color: #ee2e24;
	}
a:active {
	color: #ee2424;
	
}

