@charset "utf-8";
/* CSS Styles by Ampheon.com */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: white;
	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;
}

.oneColFixCtrHdr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */

	padding-top:8px;
}

.oneColFixCtrHdr #header {
	background: white;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	height:61px;
}
#nclink{float:right; width:135px; font-size:11px; font-weight:bold; margin:45px 14px 0 0; padding:0 }
#nclink a {text-decoration:none; margin:0; padding:0; color:#639;}
.oneColFixCtrHdr #menu{
height:34px;
border:1px solid #ccc;
border-top:none;
}
ul#nav{margin:0px 0 0 20px; padding:0;padding-top:10px;}
#nav li{
display: inline;
list-style-type: none;
padding-right: 29px;
font-size:11px;
font-weight:bold;
}
#nav li.nclink{padding:0; padding-left: 115px; text-align:right;}
#nav li a{color:#639; text-decoration:none;}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:1px solid #ccc;
	border-top:none;
}
#mainContent h1, #mainContent h2{
	font-size:14px;
	color:#639;
	margin:0;
	padding:25px 7px 15px 5px;
}
#mainContent h2{
	font-size:13px;
	color:#639;
	margin:0;
	padding:25px 7px 15px 5px;}

#mainContent p{
	font-size:12px;
	color:#639;
	padding:0;
	margin:6px 7px 10px 5px;
	text-align:justify;
}
table#times {border:none;}
#times th{border-bottom:1px solid #ccc;font-size:13px; font-weight:bold; padding:5px; color:#639;}
#times td{font-size:12px; color:#639; border:none; border-bottom:1px solid #ccc; padding:5px;}

#mainContent p.linkTop{text-align:right; padding-bottom:25px;}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#mainContent blockquote {font-size:12px; color:#639; padding:0;margin:6px 300px 10px 25px; line-height:19px;}
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}