/* 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: #0d4b53;
	font-size: 25px;
}
h2 {color: #2d96a3;
	font-size: 17px;
    font-weight:400;
}
h3 {color: #798b8d;
	font-size: 14px;
    font-weight:400;
}
p {width: 98%;margin-bottom: 0;
}
#main p {width: 98%;
}

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

#container{width:720px;
	margin-top:10px;
	border: 1px solid #3c6341;background-color:#f8ede0;
}
#level1{clear:left;	
	margin-top: 0px;
}
#header{
	background-color:#238f9c;
}
#nav-box-top{clear:left;
    background-color:#238f9c;
    width:720px;
    visibility: visible;
	text-align:left;}

#nav-box{clear:left;
    background-color:#f8ede0;
    width:720px;
	padding-right:0px;
	padding-top:3px;
	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:14px;
}
#nav-text{margin-left:5px;
	width:680px;
    padding-left: 20px;
	padding-bottom:10px;
	font-size: 14px;
    font-weight:600;
}

#nav-text a:link{
 color:#ffffff;
}
#nav-text a:active{ font-style:italic;
 color:#7cc663;
}
#nav-text a:visited{
 color:#7cc663;
}
#nav-text a:hover{
 font-style:italic;
 color:#ffffff;
}
#main-text-box{clear:left;
    background-color:#f8ede0; 
    padding-left:10px;
    margin-left:20px;margin-right:20px;
	line-height: 110%;	
}
#bot-nav{
	width:720px;
	font-size: 12px;
    font-weight:400; 
}
#bot-text{padding-left:0px;
		background-color:#238f9c;
}

#bot-text a:link{
 color:#000000;
}
#bot-text a:active{ 
 font-style:italic;
 color:#7cc663;
}
#bot-text a:visited{
 color:#7cc663;
}
#bot-text a:hover{
 font-style:italic;
 color:#000000;
}

/*text styles*/
.style-litegr {color: #c8ebc5;}
.style-teal {color: #0d4b53;}
.style-white {color: #ffffff;}
.pipe {color: #186411;}
.spaced  {line-height: 1.4em;}
.spaced SUB, .spaced SUP { line-height: 0; }




