@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: float center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the main selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height: 125%;
	background-position: center;
}

p  {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#wrapper {
	width: 960px;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/HomeBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}

#header {
	height: 210px;
	width: 960px;
}

ul#nav {
	list-style-type: none;
	text-align: center;
	padding-top: 185px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#nav a {
	text-decoration: none;
	color: #0B1B38;
}

#nav li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
}

#main {
	width: 700px;
	margin-left: 120px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.floatLeft {
	float: center;
	margin-right: 25px;
	margin-bottom: 25px;
}
.clearBoth {
	clear: both;
	float: left;
}
h1 {
	color: #0B1B38;
	font-size: 1.6em;
}
.floatRight {
	float: right;
}
a:link {
	color: #0B1B38;
	text-decoration: none;
}

