/* CSS Document */

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }

.email:link {color: blue; }

#leftlist
{
    cursor:pointer;
}
#rightlist
{
    cursor:pointer;
}
#leftlist li:hover
{
    background-color:#00FF00;
}

#rightlist li:hover
{
    background-color:#00FF00;
}

.memberrow
{
    height: 300px;
}
.membertable{
	width: 450px;
	background: #E0E0E0;
	padding: 10;
}
.memberpic {
	width: 130px;
}

.memberindentation{
	width: 10px;	
}
.memberentry{
height: 160px;
 width: 160px
}
.leftframe{
	float: left;
	width: 18%;
	margin-right: 2%;
	height: 100%;
	background-color: blue;
}

.rightframe{
	float: right;
	width: 80%;
	height:100%;
	background-color: red;
}


#bordervertical{
border-style: dashed;
border-width: 0px 1px 0px 0px;
width: 25px;
margin-right: 25px;
height: 100px;
}

#menu {
background:#00669C;
float:left;
font-size:1.1em;
line-height:1.25em;
list-style-type:none;
margin:0;
padding:0;
width: 100%;
height: 20px;
color: white;	
}

#menu li {
float:left;
font-weight:bold;
margin:0;
padding:0;
width: 180px;
height: 20px;
}

.homerunpics{
	float: bottom;
}
#menu li:hover{
background: #00FF00;
}
#menu li a{
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
	
}
p{
text-align: left;
font-weight: bold;
line-height:50%;

}


.paragraphs{
	line-height: 1.2;
	margin-bottom: 0px;
	font-weight: normal;
}