html, body {
	background-color: #FFFFFF; 
 	color: #444444;
	margin: 0; 
 	padding: 0; 
	line-height: 1.2em;
	font-size: .97em;
	
	
} 

h1 {
	font-size: 1.5em;
	color: #98AA6E;
	
}

h2 {
	font-size: 1.2em;
	
}

h3 {
	font-size: 1.2em;
	color: #666666;
	
}

h4 {
	font-size: 1.05em;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 15px;
	
}


h5{
	font-size: 0.95em;
	color: #98AA6E;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	word-spacing: 3px
}

h6{
	margin-top: 5px;
	padding-top: 0px;
	font-size: 0.70em;
	color: #666666;
	font-weight: normal;
	word-spacing: 3px
	
}

p {
	margin-bottom: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
}

ul li {
	margin-bottom: 5px;
	
}

a {
	color: #666;
}

a:visited {
	color:#7F007F;
}

#header {
	position: relative;
	background: url(../images/head-bg.gif) repeat-x 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 185px;
	min-width:845px;	
}


#head-txt {
	position: relative;
	float:left;
}

#head-img {
	position: relative;
	float: right;
}

#menu {
	position: absolute;
	top:154px;
	left:0px;
	z-index: 1;
	min-width:700px;
	display:block;
	background: url(../images/menu-bg.gif) repeat-x 0 0;
	height: 35px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	
	
}

#menu ul {
	margin: 0 0 0 30px;
	padding:0 0 0 0;
	list-style-type: none;
	background: url(../images/menu-bg.gif) repeat-x 0 0;
	
}

#menu ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	float:left;
	background: url(../images/menu-it-bg.gif) no-repeat top left;
	
	
}

#menu ul .menu-current a {
	color: #222222;
	background: #F1F6EB none no-repeat top right;
}

.menu-first-current a{
	background: #F1F6EB;
	color: #222222;
}

.menu-first-current a:hover{
	background: #F1F6EB;
	color: #222222;
}

.menu-first a{
	background:#fff;
	background: url(../images/menu-bg.gif) repeat-x 0 0;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	height: 30px;
	width: 70px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.90em;
	
}





#menu ul li a:hover {
	background: #F1F6EB;
	color: #222222;
	
}

.hide {
	display: none;
}

#breadcrumb{
	display:inline;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.0em;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	list-style-type:none;
}

#breadcrumb ul li {
	display:inline;
}

#body-container {
	position:relative;
	background:  url(../images/content-bg.gif) top left repeat-y;
	padding-top:0px;
	margin-top:0px;
	border-right: 25px solid #DCEACA;
	min-width:820px;
	position: relative;
	z-index: 0;
}

#body-container {display: inline-block;} /* trigger haslayout for IE>5.0 */
#body-container {display: block;} /* put it back to what it should be in separate rule */ 


#content {
	position:relative;
	margin-left: 127px;
	margin-right: 230px;
	margin-bottom: 0px;
	padding-bottom:0px;
	padding-top: 30px;
	
 	
}

#content p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .75em;
}

#content ul {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .75em;
}

#left-bar {
	position:relative;
	float: left;
	width:127px;
	height: 642px;
	background: url(../images/l-bg.gif) transparent top left no-repeat;
	
}

#right-bar {
 	position:relative;
	float: right;
	width:198px;
	background: #F1F6EB;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: url(../images/right-bg.gif) transparent top right repeat-y;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#right-bar p{
	margin-bottom: 10px;
}



.right-item {
	position:relative;
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px #9DAF84 solid;
	font-size: 0.75em;
}

#footer {
  position: relative;
  background: #DCEACA;
  height: 27px;
  margin-top: 0px;
  padding-top: 0px;
}

#footer p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#footer img.float-right{
	float: right;
	margin-right: 20px;
}

p.totop {
	float:right;
	margin-top: 20px;
}

img {
	border: none;

}

.clr {
	clear: both;
}

#quote {
  display: none;
}
