body, .main_content {
    background: #60788b url(images/bg_fade.jpg) no-repeat fixed 50% 0px;
    color: #f5f1db;        /* off wite towards yellow */
    font-family: Helvetica, Arial, Verdana, SunSans-Regular, sans-serif;
    font-size: 11pt;
    line-height: 14pt;
    margin: 0 auto;
    text-align: left;
}

div {
    overflow: visible;
}


.b-img {
    border: solid 1px #f5f1db;        /* off wite towards yellow */
    padding: 6px;
    margin-top: 0px;
    background: #85a6bf;
}

#prev-button {
	float: left; 
	height: 50px; 
	width: 160px;
}
#next-button {
	float: right; 
	height: 50px; 
	width: 130px;
}


#wrapper {
        text-align: left;
        width: 940px; 
        padding: 30px 0px 10px 0px ;
/* border: solid 1px yellow; */
}       
        
#center_text {
        position: relative;
        margin-left: 220px;
        width: 690px; 
        padding: 0px 0px 30px 15px ;
/* border: solid 1px red; */
        border-left:  1px solid #f5f1db;        /* off wite towards yellow */
        border-bottom:  1px solid #f5f1db;        /* off wite towards yellow */
}

#left-half, #right-half {
        position: relative;
        width: 330px; 
     	font-family: 'Century Schoolbook', "Times New Roman", Times, serif;
}
#left-half {
	float: left;
	padding-right: 10px;
}

#right-half {
 border-left: solid 1px #f5f1db; 
	padding-left: 10px;
	float: right;
}

.quote-author, .img_caption, #footer {
        font-size: 10pt;
        line-height: 12pt;
        /* color: #f5f1db;         off wite towards yellow */
	/* color: white; */
	color: #dfd8a8;  /* pale grey yellow */

}
.quote-author {
	margin-top: 4px;
	font-style: normal;
}

#footer {
       position: relative;
       margin-left: 230px;
       text-align: center;
       padding: 5px 0px 5px 0px;
/* border: solid 1px blue; */
}

#main-left {
	float: left;
	width: 270px;
	border-bottom: 1px solid #f5f1db;
     	font-family: 'Century Schoolbook', "Times New Roman", Times, serif;
 /* border: solid 1px blue; */
}

#main-right {
	float: right;
	width: 360px;
	text-align: right;
	padding: 7px;
	padding: 0px 7px 0px 7px;
	margin-left: 10px;
    	margin-top: 0px;
 /* border: solid 1px blue; */
}

.title, H1, H2, .heading, H3, .subheading, .heading3,
#center_text H1, #center_text H2, #center_text H3 ,
.white-link {
     color: #f5f1db;        /* off wite towards yellow */
     text-decoration: none;
     font-family: 'Century Schoolbook', "Times New Roman", Times, serif;
     margin-bottom: 10px ;
}

.subheading {
	font-size: 12pt;
	line-height: 14pt;
	margin-top: 0px;
}
.white-link {
	font-size: 11pt;
	line-height: 13pt;
	margin-top: 0px;
}

.long-quote {
    margin-left: 80px;
    text-align: left;
    font-style: italic;
}
.quote {
	font-style: italic;
	color: #dfd8a8;  /* pale grey yellow */
	/* color: white; */
	margin-bottom: 0;
}

.title, H1   {
     font-size: 23pt;
}
.topheading {
     font-size: 21pt;
     line-height: 23pt;
     margin-top: 10px;
}

.heading, H2 {        
         font-size: 17pt;
}

.heading3, H3   {
     font-size: 15pt;
}
a  {
     color: #dfd8a8; /* pale grey yellow */
     text-decoration: none ;
}
a:hover  {
     color: #c9c398; /* darker pale grey yellow */
    text-decoration: underline;
}

#leftnav {
    color: #dfd8a8; /* pale grey yellow */
    font-size: 11pt;
    line-height: 15pt;
    width: 202px; /* 85 120 */
    padding-top: 45px;
    position: relative;
    left: 5px;
    z-index: 100;   /* To ensure the menu pops up above other content */
    float: left;
/* border: solid 1px green; */
}


.navlink {
    padding: 3px 10px 2px;
    display: block;
    font-size: 11pt;
    line-height: 14pt;
  }
a.navlink {
    color: #dfd8a8; /* pale grey yellow */
    font-size: 11pt;
    line-height: 14pt;
    text-decoration: none;
}

a.navlink:hover {
    border-right-width: 2px;
    border-right-color: rgb(204, 0, 0);
    color: rgb(102, 0, 0);
    font-weight: bold;
  }

/*

ensure that the script
has the correct CSS property name (like 'visibility' or 'display') that you want it to change.

*/

/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want!
All you have to do is ensure the script has the correct CSS property name
(like 'visibility' or 'display') that changes to show/hide menus.

If you want to extend this layout, one good resource for UL/LI formatting is:
    http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:
    http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.

Otherwise, you can just change the #RGB border/background colours where
suitable to customise for your site -- easy :).

*/



/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
    font-family: 'Century Schoolbook', "Times New Roman", Times, serif;
    font-size: 13pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 205px; 
    list-style: none;

}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 203px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 margin-bottom: 7px;
}

.menulist li ul li {
    position: relative;
    border: 1px solid #3f1f10; /*330*/ /* Menu item borders */
    background: #456a88;
    margin-bottom: -1px;
}

/* Links inside the menu */
.menulist li a {
    display: block;
    padding: 3px;
    color: #f5f1db;        /* off wite towards yellow */
    /* font-size: 13pt; */
    text-decoration: none;

 /* border: 1px solid transparent; */
 margin: 0;
}


/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins
* html .menulist li a {
 border-width: 0;
 margin: 1px;
} */

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 background-color: #f0eabf; /* switch colors here, yellow bg, */
 color: #364a59; /* blue writing when hover */
 /* border: 1px solid #ADF; */
 margin: 0;
}
.menulist a.highlighted {
  background-color: #f0eabf;
 color: #000000;

 /* border: 1px solid #CDE; */
 margin: 0;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets. */

*:first-child+html .menulist li {
 float: left;
 width: 100%;
}



* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

/* End Hacks */
