/* Default Page Settings */
body {
	margin:20px;
	background: #2a63c1; /* nice blue */
/*	background: #5d090e; /* nice blue */
	color:#000000;
	text-align: center;
	padding: 0px;
	font-family: Bookman, Verdana, sans-serif;
	font-size: 12px;
}


/* Invisible box used to center page-content */
/*#mainWrapper {
	text-align: center;
	width: 800px;
	height: auto;
	border: none;
	margin: 0 auto; 
	border: 1px solid #000000; 
}*/


/* Out-most, visible box "Main container" */
#mainWrapper {
	text-align: center;
	width: 700px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;  
	border: 1px solid #000000;
	background: #5792f3; 
}


/* Container for "Main Content" */
#textBox {
	text-align: justify;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	font-size: 14pt;
	width: 650px;
	height: auto;
	position: relative;
	top: 25px;
	border: none;
/*	border: 1px solid #000000;	 */
}

img.floatLeft {
	float: left;
	margin-right: 15px;
}


#hours {
	border: 1px dotted #000000;
	font-size: 12pt;
	width:	250px;
/*	height: 85px; */
	background: #7aa5ca;
}

.time {
/*	color: #2a63c1; */
/*	color: #000000; */
	color: #2a63c1;
}

.time.th {
	text-decoration: underline;
}

/* Questions and Comments Container */
#questionsComments {
	cursor: help;
	background: #7aa5ca;
/*	color: #2a63c1; */
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top: 1px solid #000000;
/*	border-bottom: 1px solid #000000; */
	width: 697px;
	height: auto;
	font-size: 10pt;
	position: relative;

}


/* Navigation Bar */
#navBar {
	font-size: 16pt;
	text-align: center;
	padding-top: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 700px;
	height: 28px;
	position: relative;
/*	left: 78px; */
/*	top: 225px; */
	background: #7aa5ca;
}

#navBar a:link {
/*	color: #2a63c1; */
	color: #2a63c1;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
/*	padding-bottom: 3px; */
}

#navBar a:hover {
	color: #000000;
/*	background: #4ab3d0; */
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
/*	padding-bottom: 3px; */
}

#navBar a:visited {
/*	color: #2a63c1; */
	color: #2a63c1;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
/*	padding-bottom: 3px; */
}

#contact {
/*	color: ; */
	border: 1px dotted #000000;
/*	border: none; */
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 7px;
	text-align: left;
	width: 25%;
	display: table;
	margin-left: auto;
	margin-right: auto;
    background: #7aa5ca;
}
