html, body, #container {
	min-height:100%;
	_height:100%;
}

body, form, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

body {
	background:#939f8b;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color:#3c5744;
}

a {
	font: 13px Arial, Helvetica, sans-serif;
	color:#787e57;
	text-decoration:underline;
}
a:hover {
	color:#3c5744;
}

#container {
	width:816px;
	margin:0 auto;
	padding: 0 3px;
	background:#FFFFFF;
	position:relative;
}


/* Header */
#headerWrap {
	height:124px;
	background:url(../images/top_bg.jpg) repeat-x top;
	overflow:hidden;
}
#header {
	background:url(../images/logo_top_left.jpg) no-repeat left top;
	height:124px;
	padding-left:70px;
}


/* Content */
#content {
	padding: 3px 0 1px;
	padding-bottom:80px;
}

h1 {
	font: bold 22px Garamond, "Times New Roman", serif;
	color:#3c5744;
}

#maincont {
	padding: 12px 30px 20px 0;
}
#maincont ul {
	margin:0;
	padding: 0 0 10px 18px;
}
#maincont ul li {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	background:url(../images/FleurDeLis_Bullet.gif) no-repeat left center;
	line-height:24px;
}

#topheading {
	background:#9ba370 url(../images/tab_top.jpg) no-repeat top;
	font: bold 18px Garamond, "Times New Roman", serif;
	color:#3c5744;
	text-align:center;
	height:34px;
	line-height:34px;
}
.heading {
	background:#9ba370;
	font: bold 18px Garamond, "Times New Roman", serif;
	color:#3c5744;
	text-align:center;
	height:34px;
	line-height:34px;
}
.leftCont {
	padding: 15px 12px;
	background:#517352;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.leftCont a {
	color:#FFFFFF;
	text-decoration:none;
}
.leftCont a:hover {
	text-decoration:underline;
}



/* Footer */
#footer {
	border-top: 1px solid #3c5744;
	padding: 5px;
	background:#a4a270;
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	width:806px;
	bottom:0;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.copy {
	font: 11px Arial, Helvetica, sans-serif;
}


/* Menu */
#menu {
	background:#517352;
	height:35px;
	font: 16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0 18px;
}

#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: relative;
	text-align:left;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 8px 25px;
	display:block;
	float:left;
}
#menu a:hover {
	color:#d0d9c5;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	border:1px solid #517352;
	width:150px;
}
html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}
#menu ul ul li a {
	width:150px;
	background:#517352;
	font: 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 5px 10px;
	display:block;
	float:none;
}
#menu ul ul li a:hover {
	color:#d0d9c5;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}


<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%;}

<![endif]-->
