#navbar{
  display: none !important;
}

body {
	font: 78%/1.5  Verdana, Arial, Helvetica, sans-serif; 
	color: #43a656; 
	background-color:#FFF;
	height:100%;
	text-align: center; 
	padding: 0; 
	margin: 0;
}

html,body {
        height: 100%;
}

p {
color:#333;
}



ul{
color:#333;
padding:0.25em 1.5em;
margin:0;
}

li{
padding:0.25em 0;
margin:0;
}

#container{
	width: 73em;
	height:expression(this.scrollHeight < 100? "100%" : "100%" );
	height:100%;
	text-align: left;
	border: 0;
	margin: 0;
	top:0px;
	left:0px;
	z-index:1;
}

h2{
	letter-spacing:1.25;
	font-size:16px;
	line-height:1.5;
	padding:0;
	margin:0;
}

.subhead{
	color: #43a656;
	font-size:12px;
	font-style:italic;
	letter-spacing:1.25;
	line-height:1.5;
	margin:0;
	padding:0 0 0.5em 0;
	}
	
.subtitle{
	color: #43a656;
	font-size:13px;
	font-style: normal;
	letter-spacing:1.25;
	line-height:1;
	margin:0;
	padding:2.5em 0 0 0;
	}

#home h2{
	letter-spacing:1.25;
	font-style:italic;
	font-size:12px;
	line-height:1.5;
}

a:link {
	color: #396;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: none;
	color: #366;
}
a:active {
	text-decoration: none;
	color: #390;
}



#home #navbar {
	position: absolute;
	top: 0px;
	margin: 0 0 0 3.5em;
	line-height:0.5em;
	z-index:200;
}

#navbar {
	position: absolute;
	top: 0px;
	margin: 0 0 0 3.5em;
	line-height:0.5em;
	z-index:200;
	padding/**/:/**/0px;
	border:0px;
}

#nav{
	list-style: none;
	font-size:90%;
	font-weight:bolder;
	width: auto;	
	padding:0;
	margin:0;
	top:0px;
	z-index:201;

}

#nav a {
	display: block;
	height: auto;
	width: auto;
	color: #fff;
	background:#721f8d;
	margin: 0 0 0 0;
	text-decoration: none;
	padding: 0.75em 2em 0.75em 1em;
}

#nav a.first {
	display: block;
	height: auto;
	width: auto;
	color: #fff;
	background:#721f8d url(../images/NavL.gif) left no-repeat;
	margin: 0 0 0 0;
	text-decoration: none;
	padding: 0.75em 2em 0.75em 1em;
}

#nav a.last {
	display: block;
	height: auto;
	width: auto;
	color: #fff;
	background:#721f8d url(../images/NavR.gif) right no-repeat;
	margin: 0 0 0 0;
	text-decoration: none;
	padding: 0.75em 2em 0.75em 1em;
}

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


#nav ul a{
	display: block;
	}

#nav ul li a{
	font-weight:normal;
	color:#FFF;
	background:#721f8d;
	line-height:1em;
	}

#nav li {
	float: left;
	position: relative;
	width:auto;
	text-align: left;
	cursor: default;
	margin:0px;
	padding:0px;
}

#nav li ul {
	display:block;
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	border-width: 0;
	margin: 0;
}

#nav li ul a {
	height:auto;
	margin: 0 0 0 0;
	width: 10em;
}

#nav li ul ul {
	margin: 0 0 0 0;
	padding:0;
}

#nav li a:hover.first {
	color: #fff;
	background:#8e61a5 url(../images/NavL.gif) left no-repeat;}

#nav li a:hover.last {
	color: #fff;
	background:#8e61a5 url(../images/NavR.gif) right no-repeat;}

#nav li a:hover {
	color: #fff;
	background:#8e61a5;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#nav a:hover, #nav a.sfhover {
	display: block;
	padding: 0.75em 2em 0.75em 1em;
}

#nav #currentpage a {
	color: #fff;
	background:#8e61a5;}
	
#nav #currentpage a.first{
	color: #fff;
	background:#8e61a5 url(../images/NavL.gif) left no-repeat;}

#nav #currentpage a.last{
	color: #fff;
	background:#8e61a5 url(../images/NavR.gif) right no-repeat;}	

#nav #currentpage li a {
	background:#721f8d;
        }

#nav #currentpage li a:hover {
	color: #fff;
	background:#8e61a5;        }

#Layer1{
	position: relative;
	width:38em;
	height:expression(this.scrollHeight < 400? "32em" : "auto" );
	min-height:32em;
	height:auto;
	z-index:10;
	left: 9em;
	top: 1.5em;
}
#home #Layer1{
	position: relative;
	width:38em;
	height:auto;
	z-index:10;
	left: 17em;
	top: 1.5em;
}

#footer {
	position:relative;
	font-size:7pt;
	text-align:center;
	padding: 0 0 10PX 0;
	width: 95%;
	z-index:1000;
}

.smalltxt {
	font-size:7pt;
	color:#000;
}