body {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #EFE0EF;
/*	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; */
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
}

#sitemap_bar {
	position: relative;
	width: 790px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background: url(../images/contact2.png) no-repeat;
}

#sitemap_bar a{
	position: absolute;
	right: 0px;
	color: rgb(127, 5, 124);
	text-decoration: none;
}

#sitemap_bar a:hover{
	text-decoration: underline;
}

#sitemap {
	position: absolute;
	background: #C2ECEF;
	z-index: 5000;
	text-align: left;
    visibility: hidden;
    width: 250px;
    height: 410px;
	padding: 10px 0px 0px 20px;
	top: 34px;
	border: 1px solid #000000;
}

#sitemap ul {
	list-style: none;
}

#sitemap_top_bar {
	position: absolute;
	height: 34px;
	width: 270px;
    background: rgb(127, 5, 124);
	left: 0px;
	top: 0px;
	text-align: center;
}

#sitemap_bar2 {
	position: absolute;
	height: 115px;
	width: 320px;
    background: #000000 url(../images/sitemap_logo_sm3.jpg) no-repeat 15px 5px;
	left: 0px;
	top: 34px;	
}

#sitemap_links {
	position: absolute;
	top: 145px;
	left: -10px;
}

#sitemap_links a {
	text-decoration: none;
	color: rgb(127, 5, 124);
}

#sitemap_links a:hover {
	text-decoration: underline;
}

#page {
	position: relative;
	width: 790px;
	height: auto;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: #ffffff;
}

#header {
	width: 790px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

/** ******************************************************************************************* */
#navcontainer ul, #sitemap_top_bar ul
{
  padding-left: 0;
  margin: 0px 0px 0px 0px;
  background: rgb(127, 5, 124);
  color: #000000;
  float: left;
  width: 100%;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 16px;
}

#navcontainer ul li, #sitemap_top_bar ul li { display: inline; }

/* #navcontainer ul li a, #sitemap_top_bar ul li a */
#navcontainer ul li a, #sitemap_top_bar ul li a
{
  padding: 0.5em 1em;
  background: rgb(127, 5, 124);
  color: #ffffff;
  text-decoration: none;
  float: left;
  border-right: 0px solid #fff;
}

#navcontainer ul li a:hover, #sitemap_top_bar ul li a:hover
{
  text-decoration: underline;
}

#navcontainer li a.current {
  background: url(../images/triangle_sm.jpg) no-repeat center top;
}
/** ******************************************************************************************* */

#header_left {
	height: 205px;
	width: 290px;
    position: relative;
/**	background: rgb(169, 146, 166) url(../images/logo_sm.jpg) no-repeat; */
	background: url(../images/logo_sm3.jpg) no-repeat right center;
/**	background-color: rgb(169, 146, 166); */
    background-color: #000000;
	float: left;
}

#header_right {
	float: left;
	height: 205px;
	width: 500px;
    position: relative;
	background: #000000;
	margin: 0px;
	text-align: center;
}


#header_right img.rhonda {
	position: absolute;
	right: 4px;
	top: 6px;
	border: 0px solid white;
}

#content {
    text-align: left;	
	background: #AF99AF;
	float: left;
	height: 55px;
	border: 0px solid green;
	bottom: 0px;
	height: auto;
	padding: 20px 20px 20px 20px;
	width: 750px;
}

#content h1 {
	font-size: 20px;
}

#content h1.big_header {
	font-size: 26px;
	font-style: italic;
	margin-top: 0px;
}

#content a {
	color: rgb(127, 5, 124);
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
    background: rgb(127, 5, 124);
	float: left;
	width: 100%;
	height: 55px;
	border: 0px solid green;
	bottom: 0px;
}

#footer span {
	margin: 10px 10px 0px 0px;
	color: #ffffff;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 16px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.quote {
	position: absolute;
	text-align: right;
	color: rgb(131, 131, 131);	
	font-style: italic;
/**	background-color: red; */
}

/** #nav_container, #header_left, #header_right, #content, #footer { display: none;} */