* {margin: 0; padding: 0; border: 0;
   	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #d6aeb5; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; scrollbar-face-color: #d6aeb5; SCROLLBAR-ARROW-COLOR: #660033;
}

body {
text-align: center; 
background: #fff;
color: #fff;
min-width: 700px;
}

body {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 100%;
line-height: 1.5;
}

a {color: #fff; padding: 0 2px;}
a:hover {background: #d6aeb5; color: #000;}

#center a {color: #946d84;}
#center a:hover {background: #d6aeb5; color: #000;}

h1, h2, h3, h4 p {margin: 1em 0;}
ul {margin: 1em 2em;}

.menu_head { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 900 ; color: #946d84; line-height: 12pt;}
.menu_head_14 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 900 ; color: #946d84; line-height: 15pt;}
.menu_head_dark { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 900 ; color: #660033; line-height: 12pt;}
.quote_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 400 ; color: #ffffff; line-height: 12pt;}
.tiny_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 900 ; color: #946d84; line-height: 10pt;}
.tiny_text_bl { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400 ; color: #000000; line-height: 10pt;}
.tiny_text_white { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400 ; color: #ffffff; line-height: 12pt;}
/***************************************************************/
/**************** Layout CSS begins ****************************/

#wrapper { /* also holds the left "sliding" tab */
background: #fff url(../images/sidebar-l.gif) repeat-y 0 0;
text-align: left;
width: 90%; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
font-size: 80%;
border: 1px solid #4a1c21;
}

#header, #subnav, #footer {
height: 26px; 
clear: both; 
width: 100%;
}

#header {
background: #946d84; 
color: #fff; 
text-align: right;
padding: 1px 0;
}

div.headerpics {
	position: relative;
	background: url("../images/topbanner.jpg") center 0 repeat-x;
	top: 0px;
	height: 104px; 
	width:770;
	margin:0px 0px 0px 0px;
	border:0px dashed #ccc;
	background-color: #ffffcc;
	padding:0px;} 

#subnav {
background: #d6aeb5; 
color: #000; 
border-width: 1px 0; 
height: 30px; 
border-style: solid; 
border-color: #4a1a21;
}

#subnav.nav a
{
	background: #d6aeb5;
	color: #4a1a21;
	text-decoration: underline;
} 

#subnav.nav a:hover
{
	background: #d6aeb5;
	color: #fff;
	text-decoration: none;
} 

#footer {
text-align: right;
color: #fff;
background: #4a1c21 url(../images/blfoot.gif) no-repeat 0 0px;
}
#footer div {
padding: 1px 0;
background: url(../images/brfoot.gif) no-repeat 100% 0px;
}

#contentfloatholder {/* also makes the right "sliding" tab */
background: url(../images/sidebar-r.gif) repeat-y 100% 0;
float: left;
width: 100%;
position: relative;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad {
margin: 10px 180px;
font-size: 90%;
/* background: url(../images/parsonagebg.jpg) no-repeat 100% 0; */
}

#center {
  color: #000;
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

#left {
  float:left;
  width: 180px;
  margin-left: -5%; /* the difference to make the left colum appear flush left */
}

#right {
  float:right;
  width: 170px;
}


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

#left h3, #left p,
#right h3, #right p
{
padding: 0 20px; 
}

/***** General formatting ****/
 /* logo/link */
#pagetop {
position: relative;
width: 100%;
padding-top: 1em;
height: 7em;
color: #000;
}

#pagetop h1, #pagetop h2, #pagetop h3 {
margin: 0.3em 220px;
font-family: georgia, serif;
padding: 0;
}

#pagetop h1 {font-size: 1.4em;}
#pagetop h2 {font-size: 1.2em;}
#pagetop h3 {font-size: 1em;}
#centerpad h3 {font-size: 1.4em;}
#centerpad h4 {font-size: 1em;}

#wrapper {
position: relative;
z-index: 500;
}