/* CSS Document */
/* Generic Selectors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 0 0 0;
    width:720px;
	font-size: 12px;
}
h1  {color: #8b2942;
	font-size: 25px;
}
h2 {color: #293029;
	font-size: 17px;
    font-weight:400;
}
h3 {color: #293029;
	font-size: 13px;
    font-weight:300;
}
h4 {color: #000000;
	font-size: 14px;
    font-weight:500;		
	}
p {width: 98%;margin-bottom: 0;
}
#main p {width: 98%;
}

/*************************  Pseudo classes *************************/
/********************* rollover text **************************/
a:link {color: #8b2942;font-weight:bold;text-decoration: none;} /* for unvisited links */
a:visited {color: #8b2942;text-decoration: none;} /* for visited links */
a:hover {color: #8b2942; font-weight:500; text-decoration:none;} /* when mouse is over link */
a:active {color: #8b2942;text-decoration: none;} /* when link is clicked */

#container{width:720px;
	margin-top:10px; 
	border: 1px solid #d89698;background-color:#f8f7e5;
}
#level1{clear:left;	
	margin-top: 0px;
}
#header{height:152px;
	background-color:#f8f7e5;
	border-bottom: 20px solid #d89698; /* cc7e80*/
}
#nav-box{float:left;
    background-color:#aeb155; /* f8f7e5*/
    width:155px;
	padding-right:10px;
	padding-top:0px;
	padding-left:0px;	
	margin: 0;
	margin-top: 0px;
	visibility: visible;
	text-align:left;
}
#nav-box ul li {list-style-type: none;
	line-height: 150%;	
	margin:0px 0px 0px -35px;
}
#nav-text ul li {line-height: 110%;
	font-size:13px;
}
#nav-text{margin-left:0px;
	width:165px;
	background-color:#aeb155; /* b1ae77 */
	padding-bottom:3px;padding-top:3px;
}
#main-text-box{padding-top:10px;
    background-color:#f8f7e5; 
	border-left: 1px solid #d89698;
    padding-left:10px;
    margin-left:165px;
}

#center-text{
    background-color:#f8f7e5; 
    margin-left:10px; width:520px;}

.image-box{
    margin-left:10px; height:140;
    width:520px; float:left;
}
#bot-nav{
	width:720px;border-top: 20px solid #d89698;
}
#bot-text{padding-left:14px;
	padding-right:10px;	background-color:#f8f7e5;
}

/*text styles*/
.style-gr {color: #9E951E;
}
.style-dkrd {color: #8b2942;
}
.pipe {color: #aca766;
}
.spaced { line-height: 1.3em; }
.spaced SUB, .spaced SUP { line-height: 0; }
.superscript{font-size:xx-small; vertical-align:top;} 
.subscript{font-size:xx-small; vertical-align:bottom;} 




