@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #0a50a1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	padding: 10px;
	font-size:16px;
}
h2 {
	padding: 10px;
	font-size:14px;
}
h3 {
	padding: 10px;
	font-size:12px;
}
p {
	padding: 10px;
}
td {
	padding: 10px;
	vertical-align:top;
	font-weight:bold;
}
table.schedule {
	border: 1px solid black;
}
table.schedule th {
	padding: 5px;
  color:#FFFFFF;
	background-color:#000099;
}
table.schedule td {
	background-color:#FFFFFF;
	font-weight:normal;
	border: 1px solid black;
	padding: 5px;
}
div#map td {
	padding: 0;
	vertical-align:top;
	font-weight:bold;
}
.oneColFixCtrHdr #mainContent .contentblock li {
	margin-left:40px;
	margin-right:10px;	
}
.bold {
	font-weight:bold;
}
.pics {  
    height:  100px;  
    width:   700px;  
    padding: 0;  
    margin:  0;  
} 
.pics img {  
    padding: 0;  
    border:  0;  
    background-color: #eee;  
    width:  700px; 
    height: 100px; 
    top:  0; 
    left: 0 
} 
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0a50a1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #0a50a1;
}
.oneColFixCtrHdr #mainContent .contentblock {
	background:#ccf;
	margin: 10px 0;
}
.oneColFixCtrHdr #mainContent .contentblock .leftpic {
	float:left;
	width: 190px;
	margin-left: 10px;
	padding: 10px 0 0 0 ;
	background:#ccf;	
}
.oneColFixCtrHdr #mainContent .contentblock .leftpic2 {
	float:left;
	width: 180px;
	margin-left: 10px;
	padding: 10px 0 0 0 ;
	background:#ccf;	
}
.oneColFixCtrHdr #mainContent .contentblock .righttext {
	margin-left: 190px;
	text-align:justify;
	background:#ccf;	
}
.oneColFixCtrHdr #mainContent .contentblock .rightpic {
	padding: 10px 0 0 0 ;
	float:right;
	width: 180px;
}
.oneColFixCtrHdr #mainContent .contentblock .lefttext {
	margin-right: 190px;
	text-align:justify;
}
.oneColFixCtrHdr #footer {
	padding: 0; 
	background-color:#006;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	text-align:center;
}
.oneColFixCtrHdr #footer p.small {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}
.oneColFixCtrHdr #footer p a {
  color: #0a50a1;
}


