@charset "utf-8";
/* ---------basic page formatting ---------*/
* {
	padding:0;
	margin: 0;
	}

/*html { min-height: 100%; margin-bottom: 1px; }	*/

html {
	overflow-y: scroll;
}

	
body {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	color: #999690;
	margin: 0px;
	padding: 0px;
	background-color: #F9F8ED;
	text-align: center;
}


img a {
	
}

a {
	color: #79766F;
	text-decoration: underline;

}

a:hover {
	text-decoration: none;

}

h1 {
	font-size: 1.1em;
	color: #046380;
	margin-bottom: 0.4em;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	color: #999690;
	margin-bottom: 1em;
	text-align: center;
	font-style: italic;
}
h3 {
	font-size: 0.9em;
}
h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 1.1em;
	color: #999690;
	font-style: italic;
	font-weight: normal;
}
h6 {
	color: #999690;
	padding-bottom: 35px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}

h6.bottom {
	padding-bottom: 7px;
}

p {
	line-height: 1.8em;
	text-align: justify;
	padding-bottom: 1em;
	font-size: 1em;
}

#wrapper {
	width: 986px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#clear {
	clear:both;
}

#logo {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 30px;
}

#homeimage {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#navbar {
	width: 786px;
	margin-left: 100px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #A5A299;
	border-bottom-color: #A5A299;
	height: 50px;
	margin-right: 100px;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul li {
	float:left;
}

#navbar ul li a {
	font-size:18px;
	line-height:2.5em;
	text-decoration:none;
	color:#999690;
	float:left;
	display:block;
	font-weight: normal;
	padding-top: 0;
	padding-right: 1.8em;
	padding-bottom: 0;
	padding-left: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navbar ul li a:hover {
	color: #007DC3;
}

#video {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;

}
#boxleft {
	width: 300px;
	float: left;
	padding-top: 2em;
	text-align: left;
	margin-left: 100px;
}

#boxleft h2 {
	text-align: center;
}


#boxright {
	width: 460px;
	float: right;
	text-align: left;
	padding-top: 2.5em;
	padding-bottom: 2em;
	margin-right: 100px;
}

#seperator {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;

}
