/*<group=Body>*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #46402D;
	}

hr {
	border: 1px  #aaa;
	border-spacing: 0px 0px;
	border-top: 1px solid #aaa;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#containerhead {
	width: 738px;
	height: 100px;
	border: 0px solid silver;
	margin: 0px auto 5px auto;
	padding: 5px 5px 0px 5px;
	background-color:black;

	}
#container {
	width: 738px;
	border: 0px solid silver;
	margin: 10px auto 0px auto;
	padding: 10px 30px;
	background-color:white;
	}
/*<group=Title>*/
/* height for top logo/banner */
#title {
	clear: both;
	border: 0px solid pink;
	width:  200px;
	height:  68px;
	}

#title a img, #title img a {
	border: none;
	}
	
	/*</group>*/

/*<group=Content>*/



#content a:link {
	color: #4c4c4c;
	}

#content a:visited {
	color: #4c4c4c;
	}

#content a:hover {
	color: #426BBA;
	}

#content {
	width:738px;
	margin-top: 0px;
	text-align: justify;
	padding-top: 0px;
	border: 0px solid pink;
	font-size:small;
	clear:  left;
}

#content h1 {
	font: 22px Trebuchet MS, Arial, Helvetica, sans-serif;
	clear:left;
	display:block;
	text-align: left;
	color: #400080;
	font-weight: bold;
	text-transform: none;
	border:0px solid green;
	margin-top:  0px;


}

#content h2{
	/*text-transform: lowercase;*/
	font-size: 16px; 
	}
	
#content .pageImage {
	clear: none;
	float:right;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 20px;
	border:0px solid silver;
}

#content .bordered {
	border: 1px solid #426BBA;
	}

#content h3{
	font-size: 14px; 
}
#content p {
	padding: 0;
	margin-top: 10px;
	text-align: justify;
	}


#content .biogImage {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border:  1px solid #aaa;
	}

#content .biog {
	clear: left;
	}

	
	/*</group>*/

/*<group=Second Navigation>*/

#lowerNavigation {
	font: 11px Trebuchet MS, Helvetica, Arial, sans-serif;
	clear: both;
	text-align: right;
	padding-top: 10px;
	}

#lowerNavigation a:link {
	color: #4c4c4c;
	}
	
	/*</group>*/

#copyright {
	font-size: 10px;
	position: relative;
	top:  -14px;
	}



/***********************************************/
#expandedList{
	font-size:x-small;
	border:0px dotted silver;;
	margin-top:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	clear: both;
	text-transform: lowercase;
}
#expandedList ul{
	list-style-type:none;
	margin:0;
	padding:0;

}
#expandedList li{
	display: inline;
}
.expandedListItem{
	padding:1px;
	width:100%;
	background-color:white;
	text-decoration:none;
	color:#666666;
}

.expandedListSpace {
	margin-right: 4px;
	}

.expandedListItemSelected{
	padding:1px;
	text-decoration:none;
	color:#666666;
	background-color:#FFFB9C; 
	
}

#expandedList a:hover{
	color:white;
	background-color:#400080;
}


#rightcontent{
	float:right; 
	width:291px;
	/*border:1px dotted pink;*/
}
/*******************************************/

#nav, #nav ul { /* all lists */
	font-size:11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 144px; /* width needed for Opera */
	
}

#nav ul li{
	font-size:x-small;
	color:#666666;
}
/*menu item background color */
#nav ul li a{
	display:block;
	border:1px solid #EEEEEE;
	/*background-color:#E6E0CD;*/
	background-color:#EEEEEE;
	color:#666666;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color:#666666;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width:142px;
}

#nav a{
	color:#FFFB9C;
	background-color:#46402D;
	display:block;
	width:134px;
}

/* Menu Item Select Backgroud Color */
#nav a:hover{
	color:white;
	border:1px solid #400080;
	background-color:#400080;
}
/* Menu Title Text Color */
#nav div{
	color: #FFFB9C;
	border:1px solid  #400080;
	background-color: #400080;
}

.menuTitle{
	text-align:left;
	margin:2px;
	text-transform: lowercase;
	background-color: green;
}


/* Menu Title Box */



.navSectionLink{
	display:block;
	border:1px solid #46402D;
	padding:3px;
	
}


/* Menu outer border */


.menuStyle{
	border:0px solid #46402D;
	border-top:0;
	background: white;

}
.menuItem{
	/*background-color:red;*/
}
.menuItemStyle{
	padding:4px;
	color:red;
}
.menuItemStyle a{
	color:red;
}

#navContainer{
	/* border:1px dotted red; */
	margin-left:  -2px;
	clear: both;
	
}

.navSectionLinkSelected{
	color:white;
	display:block;
	/*background-color:#426BBA;*/
	border:1px solid silver;
	padding:4px;
}
a.navSectionLinkSelected{
	color:white;
}
