@charset "UTF-8";
html {
overflow: -moz-scrollbars-vertical;
}
body {
	background-image: url(images/Background_01.jpg);
	background-repeat: repeat-x;
	background-color: #FAE7C6;
}
#header {
	width: 800px;
	height: 100px;
	clear: both;
}
#container {
	width: 800px;
	margin-top: 35px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-image: url(images/NavBarBackground.jpg);
	background-repeat: no-repeat;
	height: 25px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
	#nav ul {
	margin: 0px auto;
	list-style-position:inside;
	list-style-type:none;
	font-size: 14px;
	padding-top: 4px;
	width:740px;
}
	#nav li {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	display: inline; 
	background:url(images/NavBarLine.jpg) no-repeat right center;
		}

	#nav a:link,
	#nav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	padding:0px 25px 0px 20px;
	}
	#nav a:hover {
	color:#F3E5C1;
    }

#maincontent {
	background-image: url(images/MainContentArea.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-color: #0033FF;
	overflow: auto;
	height: 100%;
}
#footer {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#bottominfo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
	padding-top: 10px;
	text-align: center;
}
#header {
	height: 100px;
	text-decoration: none;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #222222;
	line-height: 18px;
	padding: 0px;
	margin-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #A24627;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 24px;
	text-align: center;
	font-style: normal;
}
img {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #B34A28;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
}
.linkspage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 25px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A24627;
	font-size: 19px;
	line-height: 17px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.meetourteam {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.faq {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-top: 25px;
	color: #A24627;
	margin-right: 100px;
	margin-bottom: 2px;
	margin-left: 100px;
}

