body {
	margin: 20px 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica,Georgia;
	font-size: smaller;
	text-align: center;
	background-image: url(./bg2.png);
}
a {
	color: #C11B17;
	text-decoration: none;
}
a:visited {
	color: #C11B17;
}
a:hover {
	color: red;
}
#linkbar a {
	color: white;
}
#linkbar a:visited {
	color: white;
}
h1 {
	color: #C11B17;
	margin: 5px 0;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}
h2 {
	color: #C11B17;
	font-size: small;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	width: 1126px;

}
#header {
	background-color: #690202;
	background-image: url(./JPLBanner2edit.png);
	width:1126px;
	height: 180px;
}
#linkbar {
	position: relative;
	top: 157px;
	text-align: center;
	padding: 0 1px;
}
#linkbar a {
	padding: 7px 30px 10px 30px;
}
#linkbar a:hover {
	background-color: #B80000 ;
	color: white;
}
#linkbar ul {
	margin: 0;
	padding: 0;
}
#linkbar ul li {
	display: inline;
}

/* main is the box where all of the content from the CMS goes depending on the page that the user is currently looking at */
#main {
	background-image: url(./bg.png);
	padding: 10px;
	color: white;
	border: 3px solid #690202;
	
}
.rostertable {
	margin-left: auto;
	margin-right: auto;
}
	
.rostertable caption {
	color: #C11B17;
	font-size: 1.2em;
	text-align: center;
}
.rostertable td {
	color: white;
	font-size: 1.0em;
	text-align: left;
	padding: 10px;
 }
 .rostertable th {
	color: white;
	font-size: 1.0em;
	text-align: left;
	padding: 10px;
 }

.imagenoborder {
	border: 0px;
}

.imagecenter {
	text-align: center;
	margin: 40px;
} 

#footer {
	background-image: url(./footer2.png);
	width: 1126px;
	height: 20px;
	color: white;
	font-size: 1.05em;
	text-align: center;
}
