﻿body{
	background-color:#0064a4;
	margin: 0px;
	font-family:Trebuchet MS, Verdana;
	color:white;
	
}

#header{
	background-color:#555759;
	background:	linear-gradient(to right,#555759 60%,#c6beb5);
	margin-top: 15px;
	margin-bottom:15px;
	height: 70px;
	border-bottom:10px #ffd200 solid;
	border-top:10px #ffd200 solid;
	padding-bottom:30px;
	
}

#navbar{
	margin-top:10px;
	margin-bottom:10px;
	height:30px;
	
}

#navbar ul{
	list-style-type:none;
	text-align:left;
	background-color:none;
	margin-left:0px;

}

#navbar ul li{
	display:inline;
		
}

#navbar ul li a{
	text-decoration:none;
	font-family:Trebuchet MS, Verdana;
	font-size:18px;
	padding:0.2em 0.5em 0.2em 0.5em;
	color: #fff;
	background-color:none;
	
}

#navbar ul li a:hover{
	color: #f78d2d;

}

.main{
	background-color:#555759;
	float:left;
	border:thick white solid;
	padding:15px;
	width:60%;
	margin-left: 150px;
	text-align:center;
	font-size:20px;	
	display:inline;

}
	
h1{
	color:white;
	font-weight:normal;
	text-align:left;
	padding-left:30px;
	white-space:nowrap;
	
}

#wrap{
	width:1500px;
	margin: 0 auto;
	
}

#groupmemberstitle{
	font-size:40px;
	text-align:center;
	margin-top:0px;
	font-weight:bold;
}

#subhead1{
	font-size:30px;
	text-align:center;
	font-weight:bold;
}

#content{
	vertical-align:middle;
	
}

#gradcontent{
	font-size:18px;
}

img{
	border:thick white solid;
	
}

.billname{
	font-size:35px;
}

.billcontent{
	text-align:center;
	
}

a{
	color:white;
}

a:hover{
	color:#f78d2d
}

#pubs{
	font-size:15px;
	text-align:left;
	list-style-type:decimal;
	}
	
.href{
	text-decoration:none;
}

.billname{
	text-decoration:none;
	
}
/*hover over text; remove this line to use
span{
    background: none repeat scroll 0 0 #F8F8F8;
    border: 5px solid #DFDFDF;
    color: #717171;
    font-size: 13px;
    height: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -80px;
    left:-30px;
    display:none;
    padding:0 20px;

}
span:after{
    content:'';
    position:absolute;
    bottom:-10px;
    width:10px;
    height:10px;
    border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;
    background:#f8f8f8;
    left:50%;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
p{
    margin:100px;
    float:left;
    position:relative;
    cursor:pointer;
}

p:hover span{
    display:block;
}	

