html {
    overflow-y: scroll;
}

body {
	background: #05537D;
	margin: 0;
	padding: 0;	
	font-size: 100%;
	font-size: 16px\9;
	font-family: sans-serif;
}

h3 {
	margin: 1em 0;
}

/* Generic styles */
.centerBlock {
	margin: 0 auto;
}

.centerAlign {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a.noLink:link		{ color: black; text-decoration: none; }

a.noLink:visited	{ color: black; text-decoration: none; }

a.noLink:active		{ color: black; text-decoration: none; }

a.noLink:hover		{ color: black; text-decoration: none; }

a img {
	border: 0;
}

.caption {
	font-size: 0.9em;
	font-style: italic;
}

/* Page template */
.pageContainer {
	margin: 0 auto;
	max-width: 1000px;
	background-color: #043D5C;
	padding: 5px 5px;
}

.headerContainer {
	width: 100%;
	background-color: #E9EDF5;
}
.headerLogo img {
	max-width: 330px;
  width: 100%;
}
.headerInformation {
	
}
.headerInformation  .address {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.headerInformation  .phone {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.headerInformation  .hours {
	width: 100%;
	font-size: 1em;
	margin: 0.6em 0 0.8em 0;
}
.headerInformation  .hours table {
	width: 85%;
	margin: 0 auto;
}
.hours .day {
	width: 60%;
}
.hours .time {
}

.headerInformation  .contact {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin: 0 20px;
}
.headerInformation  .contact>div {
    width: 50%;
    margin: auto;
}

.dividerContainer {
	width: 100%;
	color: #FFFFFF;
	background-color: #2D6E91;
	height: 20px;
}

.mainContainer {
	width: 100%;
	background-color: #ffffff;
}
.mainContainer .sidebarContainer {
	width: 216px;
	vertical-align: top;
	text-align: justify;
	font-size: 90%;
	padding:0;
	margin:0;
	background-color: #E9EDF5;
}
.sidebarContainer .sidebarContent {
	padding: 10px 0 10px 0;
	color: white;
}
.sidebarContainer .sidebarContent .gpaLogo {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.sidebarContainer .sidebarContent .gpaLogo img{
	width: 90%;
}
.sidebarContent .menu ul {
	margin: 0;
	padding: 5px 10px 5px 10px;
	list-style-type: none;
	font-size: 1.15em;
	font-family: "Trebuchet MS", sans-serif;
}
.sidebarContent .menu li {
	margin: 5px 0;
}
.sidebarContent .menu li div {
	padding: 8px 8px;
	background-color: #f6f6f6;	
	border: 1px solid #c0c0c0;
}
.sidebarContent .menu li div:hover {
	background-color: #ADD8F0;
}

.sidebarContent .menu li div.currentPage {
	background-color: #05537D;
	color: white;
	border-color: transparent;
}

.sidebarContent .menu li div.image-only {
  padding: 0;
  line-height: 0;
}

.sidebarContent .menu a:link		{ color: black; text-decoration: none; }

.sidebarContent .menu a:visited	{ color: black; text-decoration: none; }

.sidebarContent .menu a:active	{ color: black; text-decoration: none; }

.sidebarContent .menu a:hover	{ color: black; text-decoration: none; }

.mainContainer .bodyContainer {
	padding: 0px 15px 10px 0;
	vertical-align: top;
	text-align: justify;
	line-height: 1.1em;
	padding: 0em 10px 2em 10px;
}

.mainContainer .bodyContainer .contactDetails td{
	line-height: 1.3em;
	vertical-align: top;
	padding-bottom: 0.2em;
}

.mainContainer .bodyContainer .contactDetails .header{
	font-weight: bold;
	width: 100px;	
}

.bodyContainer table {
	border-collapse: collapse;
}

.bodyContainer table td{
	margin:0;
	padding:0;
	vertical-align: top;
}

.interests {
	font-size: 0.9em;
	font-style: italic;
	padding: 0 0.8em 0.3em 0.5em;
}

.footerContainer {
	width: 100%;
	color: #FFFFFF;
	background-color: #2D6E91;
	height: 34px;	
}
.footerContainer .copyright {
	text-align:center;
}
.footerContainer .credit {
	width:20%;
	text-align: right;
	font-size: 0.8em;
	padding-right: 5px;
}

.footerContainer .credit  a:link {color: #9AE9FF;}
.footerContainer .credit  a:visited {color: #9AE9FF;}
.footerContainer .credit  a:active {color: #9AE9FF;}
.footerContainer .credit  a:hover {color: #9AE9FF;}

/* Fees */
table.feeTable th, table.feeTable td {padding: 5px;}

table.feeTable tr:nth-child(even) {background: #EEE}
table.feeTable tr:nth-child(odd) {background: #FFF}
