/* Start of CMSMS style sheet 'akeb green' */
/*
default link styles
*/

/* set all links to have underline and bluish color */
a:link, a:visited
{
	color: #007341;
	text-decoration: none;
}

/* remove underline on hover and change color */
a:hover { text-decoration: underline; }

/*****************
basic layout 
*****************/


#imgshow { 
width: 160px; 
padding: 0;
margin: 0;
background-color: #80C1A5;
border: 0;
color: black;
}
#imgshow p { padding: 0 4px;
line-height: 24px; }
#imgshow a:link, #imgshow a:visited
{
text-decoration: none;
color: white;
}
#imgshow a:hover { text-decoration: underline; }

#menubar
{
	height: 24px;
	background-color: #80C1A5;
	padding-left: 150px;
	color: #555;
}

#content h2
{
	color: #55AC86;
	font-size: 1.35em;
	text-align: left;
	line-height: 1.35em;
font-family: 'times new roman', times, serif;
}

blockquote
{
	border-left: .23em solid #80C1A5;
	padding-left: 10px;
	margin-left: 33px;
}

#allpgs { font-size: 1.0em; }

ul.map li
{
	list-style-type: none;
	font-size: 0.86em;
	line-height: normal;
}

ul.map ul li
{
	font-size: 1em;
	line-height: normal;
}

ul.map ul ul li
{
	font-size: 1em;
	list-style-image: url(images/bullet.gif);
	line-height: normal;
}

ul.map ul ul ul li
{
	font-size: 1em;
	list-style-image: url(images/bulletArr.gif);
	line-height: normal;
}

ul.map ul ul ul ul li
{
	font-size: 1em;
	list-style-type: none;
	line-height: normal;
}

tr.even { background-color: #FFEEC8; }
tr.odd { background-color: #FFF9ED; }

.note
{
	color: #007341;
	font-weight: bold;
}
#allpgs { font-size: 1.0em; 
width: 50%;
margin-left: 50px;}

ul.map li a
{
	list-style-type: none;
	font-size: 1em;
	line-height: normal;
	color: #007341;
}
ul.map {
margin: 0;
padding: 0;
}
ul.map ul { margin-left: 10px; }
ul.map ul li 
{
	list-style-type: none;
	font-size: 1.2em;
	line-height: normal;
	margin: 4px;
	color: black;
}
ul.map ul ul { margin-left: 15px;} 
ul.map ul ul li a
{
	font-size: 1.2em;
	list-style-image: url(images/bullet.gif);
	line-height: normal;
	color: #007341;
}
ul.map ul ul ul { margin-left: 15px;} 
ul.map ul ul ul li a
{
	font-size: 1.35em;
	list-style-image: url(images/bulletArr.gif);
	line-height: normal;
}
ul.map ul ul ul ul { margin-left: 15px;} 
ul.map ul ul ul ul li a
{
	font-size: 1.45em;
	list-style-type: none;
	line-height: normal;
}

.newsleft
{
width: 48%;
float: left;
}
.newsright
{
width: 48.5%;
float: right;
margin-left: 0.5%;
border-left: 1px solid #80C1A5;
}

.green { color: #007341;
background-color: inherit;
font-weight: bold; }

/* End of 'akeb green' */

