@charset "utf-8";
/* CSS Document */

body {
	background-color:#193c70;
	color: #0e2343;
	font: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px 0;
	min-width: 990px;
	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 */
} 

#wrapper { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 990px;
	background-image:url(images/chace-back-09.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-attachment:scroll;
	padding: 2px 0;
} 

#header {
	background-image:url(images/chace-back-07.png);
	margin: 15px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid #193c70 2px;		
}

#sidebar {
	border: solid #193c70 2px;		
	font: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	padding: 15px;
	margin: 0px 15px;
	width: 140px;
	float: left;
	background-image:url(images/chace-back-07.png);
	text-align: left;
} 

#maincontent {
	border: solid #193c70 2px;		
	font-size: 1em; 
	padding: 15px;
	margin: 0 15px 15px 0;
	width: 735px;
	float: right; 
	background-image:url(images/chace-back-07.png);	
} 
#maincontent h3 {
	margin: 36px 0 6px; 
} 
#footer {
	clear: both;
	font-size: 0.75em;
	margin: 15px;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/chace-back-07.png);	
	border: solid #193c70 2px;		
}

/*NAVIGATION BAR*/
#navbar {
	margin: 0;
	padding: 0;
	font: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
}
#navbar li {
	list-style-type: none;
	margin: 0 0 6px 0;
}
#navbar a {
	display: block;
	padding: 3px 6px;
	color: #193c70;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	text-decoration:underline;
	color: #fbf9f6;
	background-color: #193c70;
}
#uberlink {
	text-decoration:underline;
	color: #fbf9f6 !important;
	font-weight: bold;
	background-color: #193c70 !important;
}

h1 {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:28px;
	font-style:normal;
	font-weight:bold;
	color:#0e2343;
	margin: 0;
	clear: both;
}

h2 {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	color:#0e2343;
	margin-top: 3px;
	text-align:left;
}

h3 {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#0e2343;
	margin-top: 2px;	
	text-align:left;
}

h4 {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	line-height:23px;
	color:#0e2343;
	text-align:left;
}

h5 {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	line-height:27px;
	color:#0e2343;
	text-align:left;
}

h6 {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#0e2343;
	padding: 0;
	margin: 0;
	text-align:center;
}


.subhead01a {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#0e2343;
	margin-bottom:0px;
}

.subhead02a {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	line-height:27px;
	color:#0e2343;
	text-align:left;
	margin-left:-22px;
}
.mini {
	font-size:.25em;
	margin-bottom:0px;
}

.navigation {
	font-family: Papyrus, Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#0e2343;
	margin-bottom:0px;
}

.bodyimage {
	margin-left: 10px;
}

.bodyimageFix {
	margin-left: 10px;
	margin-bottom: 40px;
}

.topimage {
	margin-bottom: 10px;
}

.schedule {
	margin: 0 -10px;
}
