/* These styles apply to items found on all pages */

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.title {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div.centered {
	text-align: center;
}

div.right {
	text-align: right;
}

table.page {
	border-style: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	width: 764px;
}


td.menu {
	background-color: #1C4464;
	border-style: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width: 130px;
}

td.content {
	background-color: #006F9D;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	width: auto;
	vertical-align: top;
}

td.content p {
	padding-left: 10px;
	padding-right: 10px;
}

td.rightbar {
	background-color: #1C4464;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 130px;
	vertical-align: top;
}

p.copyright {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	width: 760px;
	text-align: right;
}

a.validator img{
	border: none;
	margin-left: auto;
	margin-right: auto;
}

div.pagetitle {
	text-align: center;
}


img.flyer {
	border: none;
}



/* These styles apply only to the Staff page */

table.staff {
	width: 100%;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

td.staffphoto {
	padding-top: 5px;
	padding-bottom: 5px;
}

td.staffinfo {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: top;
}




/* This style applies only to the Location page */

iframe.map {
	border-style: none;
	height: 350px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
	width: 445px;
}


table.hours {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

td.date {
	text-align: left;
}

td.time {
	text-align: right;
}
