body {
	background-color: #ddd;
	font-size: 85%;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 130%;
	color:#333;  
	margin: 20px 100px;
	text-align: center;
	}
#wrap { 
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #fff;	
	}
#content {
	padding: 1em;
	position: relative;
	margin-top: 10px;
	}
#header {
	height: 80px;
	background-color: #1005a2;
	background-image: url(images/los.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10;
	padding: 10px;
	}
#header h1 {
	color: #1C2A8B;
	text-align: center;
	padding-top: 60px;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	border-bottom-style: none;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	}
.odd {
	background-color: #ffdfbf;
	}
a:hover {
	background-color: #a80000;
	color: #fff;
	}
.red {
	color: #f00;
	}
.green {
	color: #008000;
	}
input, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	}
.input {
	border: 1px solid #999;
	background-color: #eee;
	font-size: 90%;
	}
.head {
	font-size: 110%; 
	background-color: #ddd;
	}
.bbutton {
 background-color: #0000ff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: white;
 cursor: pointer;
 }

.rbutton {
 background-color: #ff0000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: white;
 cursor: pointer;
 }
table#schedule {
	font-size: 90%; 
	border: 1px solid silver; 
	border-collapse: collapse;
	}
table#schedule td, table#schedule th {
	vertical-align: top; 
	padding: 2px 6px; 
	border: 1px solid silver;
	}
table#schedule th {
	background-color: #666; 
	color: #fff; 
	line-height: normal; 
	text-align: center;
	}
#show {
	text-align: right; 
	margin-right: 10px; 
	font-size: 90%;
	}
table#roster td, table#roster th {
	vertical-align: top; 
	padding: 3px 12px;
	}
table#roster th {
	text-align: center;
	}
.center {
	text-align: center;
	}
.nodisplay {
	display: none;
	}
	
/* styles for print only */
@media print {
body {
	font-size: 85%; 
	font-family: "Times New Roman", Times, serif;
	}
#wrap {
	width: 100%;
	margin: 0;
	}
#content {
	margin: 0 2%; 
	line-height: 1.3;
	}
.noprint, #header {
	display: none;
	}
.nodisplay {
	display: block;
	}
}

#left {
	background-color: #FFFFFF;
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
}
label {
	text-align: center;
	float: left;
	width: 20px;
	margin-right: 20px;
	padding-right: 15px;
}

