/***********************************************/
/* tabbed-menu.css                             */
/* for use with LorenSeagrave.com              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: silver;
	color: #000;
	border: 5px solid #fff; 
	width: 800px;
/*	height: 620px;	
	background-image:url(../imag es/ls-logo2.gif);
	background-repeat: repeat-x, repeat-y;
*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.workarea{
	background-color: #888;
	border: 0px solid #fff;
}

/*
pre {
	text-indent: 30px;
}
*/
#masthead{
	height: 180px;
	width: 790px;
	background-color: #f00;
	border: 5px solid #000;
}

#menu{
	background-color: #ccc;
	border: 0px solid #f00; 
	width: 130px;
	float: left;
	padding-top: 0px;
}

#tabmenu {
	color: #f00;
	background: #fff;
	border-bottom: 10px solid #f0f;
	border: 5px solid #f00;
	list-style-type: none; 
	text-decoration: none; 
	text-align: center;
	display: block;
	margin: 0px; 
	padding: 0px; 
}

#tabmenu a {
	border: 1px solid #fff;
	margin-bottom: 3px; 
	text-decoration: none; 
	display: block;
	color: #f00;
	background: #000;
}

#tabmenu a, a.active {
	color: #f00;
	background: #000;
	font: bold .8em Arial, Helvetica, sans-serif;
	padding: 2px 5px 5px 5px;  
	margin: 0px;
	text-decoration: none; 
}

#tabmenu a.active {
	background: #f00;
	color: #000;
}

#tabmenu a:visited {
	color: #f00;
}

#tabmenu a:hover {
	color: #000;
	background: #f00; 
}
	
#tabmenu a.active:hover {
	background: #000; 
	color: #000;
}

#content {
	font: 0.9em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background: #fff;
	padding: 10px;
	border: 5px solid #000;
/*	border-top: none;  
	z-index: 2;	
*/
	height: 380px; 
	width: 640px;
	overflow: auto;
	float: left;
}
#content a {
	text-decoration: none;
	color: #000;
}

#content a:hover { 
	background: #000;
}

/************* #footer styles *************/

#footer{
	color: #000;
	background-color: #f00;
	font-size: 70%;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

#footer a {
	color: #000;
	background-color: #f00;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #000;
	color: #f00;
}

#footer p {
	text-align: center;
}

.blockDisplay {
	display: block;
	text-align: center;
}

.blockDisplay2 {
	display: block;
	text-align: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	clear: both;
	font-size: 70%;
	color: #000;
	padding: 0px 0px 0px 0px;
	background-color: #f00;
	border-bottom: 0px solid white;
	border-top: 3px solid #000;
}

#siteInfo a{
	text-decoration: none;
	color: #000;
}

#siteInfo a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}  */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #000; 
	display: block;
	line-height: 2; 
	text-align: center;
}

.name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
 	color: #f00;  /*	#000;  */
	display: block;
}

.even {
	background-color: #ffa;
}

.ctr {
	text-align: center;
}

table {
	text-align: left;
}

.photo{
  	float: right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
	position: relative;
}

.photoLeft{
  	float: left;
	padding: 5px 5px 5px 5px;
	border: 1px solid #003399;	
	margin: 10px 10px 10px 10px;
	position: relative;
	width: 300px;
	font-weight: bold;
}