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

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  text-decoration: none;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#header {
	width: 850px;
}
#mainNav {
	width: 166px;
	float: left;
	padding-top: 35px;
}
#mainNav a {
	color: #000000;
	text-decoration: none;
	background-color: #BEBDB0;
	display: block;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#mainNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9B9B90;
}

#mainNav li {
	list-style-type: none;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 0px;
}


#content {
	width: 655px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6799C8;
	float: left;
	padding-left: 25px;
	padding-top: 35px;
	padding-bottom: 20px;
}
#footer {
	width: 844px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #BEBDB0;
	padding: 3px;
	text-align: right;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6799C8;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6799C8;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	padding-bottom: 10px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-bottom: 10px;
}
#content ul {
	padding-bottom: 10px;
}
#content li {
	font-size: 12px;
	line-height: 15px;
	padding-left: 5px;
	margin-left: 35px;
}
.boldList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	line-height: 18px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 10px;
	color: #88AFD4;
}



body {
	background-image: url(images/topBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}
#homeDemo {
	float: right;
	height: 200px;
	width: 200px;
	margin-left: 15px;
}
#content a {
	color: #6799C8;
}
#content a:hover {
	color: #5885AD;
	text-decoration: underline;
}
