html {
       overflow-y: scroll;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #333333;
}
table.content td {
	font-size: 12px;
	padding-top: 10px;
	text-align: left;
}
table.content#about td, table.content#readings td {
	padding: 20px;
}

table.content a {
	color: darkgoldenrod;
	font-weight: bold;
	text-decoration: none;
}
table.content a:hover {
	text-decoration: underline;
}

div.homepageblurb {
	font-size:10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:450px;
	border: solid 1px gray;
	background-color:#eeeeee;
	padding:15px;
	margin:0;
	margin-top:15px;
	text-align:left;
}
div.homepageblurb h1 {
	font-size: 18px;
	margin-top: 0px;
}
div.homepageblurb h2 {
	font-size: 14px;
	margin-bottom: 15px;
}
/* OLD SPONSOR BOX CODE
.sponsorbox {
	width:300px;
	padding:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:black;
	background-color:goldenrod;
	border:1px solid black;
	margin:0;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 60px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	text-decoration: none;
	text-align: center;
	display: block;
}
.sponsorbox:hover {
	background-color:gold;
}
*/
div.sponsorsarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	border: 1px solid gray;
	background: #eeeeee;
	padding: 15px;
	width: 450px;
	margin-top: 15px;
}
div.sponsorsarea h2 {
	font-size: 18px;
	margin: 0px;
}
div.sponsorsarea ul {
	text-align: left;
	margin-left: 0px;
	padding-left: 20px;
}
div.sponsorsarea ul li {
	margin-left: 0px;
	margin-top: 10px;
}
 a.splink {
	text-decoration: none;
 }
 a.splink:hover {
	text-decoration: underline;
 }
.donatebutton {
	background-color:goldenrod;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:3px;
	width:150px;
	margin:0;
	margin-top:20px;
	margin-bottom: 10px;
	text-align:center;
	display:block;
}
.donatebutton:hover {
	background-color:gold;
}
div.sidebarbox {
	border-style:solid;
	border-width:1px;
	border-color:gray;
	padding:8px;
	width:140px;
	margin:0;
	margin-bottom:10px;
	text-align:left;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.sidebarbox a {
	color: darkgoldenrod;
	font-weight: bold;
	text-decoration: none;
}
div.sidebarbox a:hover {
	text-decoration: underline;
}
div.sidebarbox h1 {
	font-size:18px;
	font-weight:bold;
	color:black;
	margin-top:0px;
}
td.text > div {
	width: 140px;
	padding:8px;
	width:140px;
	margin:0;
	margin-bottom: 10px;
}
div.leftcol {
	padding:16px;
	padding-top:20px;
	position:relative;
	top:0px;
}
h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	margin-top: 20px;
}
hr {
	width: 75%;
}

/* for photos on the about us page */
.portrait {
	width: 90px;
	border: 1px solid black;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* nav bar stuff */
ul#list-nav {
	list-style:none;
	padding:0;
	width:702px;
	margin: 0px;
}
ul#list-nav li {
	display:inline;
}
ul#list-nav li a {
	font-family: Arial;
	font-size: 11.5pt;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:6px;
	width:99px;
	background:black;
	color:#eee;
	float:left;
	text-align:center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
ul#list-nav li:last-child a {
	border-right: 1px solid black;
}
ul#list-nav li a:hover {
	background:goldenrod;
	color:black;
}

/* header stuff */
div#header {
	height: 200px;
	width: 700px;
	position: relative;
	text-align: left;
}
div#solid {
	float: right;
	height: 100%;
	width: 260px;
	background: goldenrod;
	z-index: 1;
}
div#gradient {
	background-image: url('images/goldgradient.png');
	background-repeat: repeat-y;
	background-position: right;
	float: right;
	z-index: 1;
	width: 125px;
	height: 100%;
}
div#GTlogo {
	background-image: url('images/GTlogo_website.png');
	background-position: left;
	height: 190px;
	width: 264px;
	z-index: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}
div#headerimage {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: left;
	z-index: -1;
}

/* footer stuff */
div#copyrightnotice {
	background: black;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	padding-top: 7px;
	padding-bottom: 5px;
	width: 700px;
	border: 1px solid black;
	color: #dddddd;
}

/* TOGGLEVID STUFF */
div.vl {
	display: block;
	width: 120px;
	margin: 0px;
	padding: 10px;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	cursor: pointer;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid gray;
}
div.vidpanel {
	margin:0px;
	padding:0px;
	text-align:left;
	margin-top: 0px;
	border: 1px solid gray;
	width: 480px;
	height: 375px;
}
div#videoDiv {
	font-family: Arial, Verdana, Sans-serif;
	color: black;
	text-align: center;
}
div#videoDiv h1 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 150px;
}
div#videoDiv p {
	font-size: 12pt;
	color: darkgray;
}
div#vidlabelbox {
	height: 300px;
}
/* END TOGGLEVID STUFF */

/* MailChimp form stuff */
div#mc_embed_signup {
	padding-left: 2px;
}
div#mc_embed_signup div.mc-field-group input {
	width: 130px;
	margin-bottom: 10px;
	border: 1px solid gray;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10.5pt;
	padding: 1px;
}
div#mc_embed_signup div.mc-field-group label {
	font-size: 9pt;
	color: #777;
	margin-bottom: 2px;
}
div#mc_embed_signup button#mc-embedded-subscribe {
	font-family: Verdana, Sans-serif;
	background: goldenrod;
	border: 1px solid black;
	font-size: 10pt;
	padding: 5px;
	width: 135px;
	text-align: center;
	margin-left: 0px;
	/* margin-left: 61px; */
}
div#mc_embed_signup button#mc-embedded-subscribe:hover {
	background: gold;
	cursor: pointer;
}
div#mc-response-div {
	display:none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	color: black;
	background: #F99;
	border: 1px solid darkred;
}
div#mc-response-div ul {
	padding: 0px;
	margin-left: 20px;
}
div#latest-newsletter-button {
	font-family: Verdana, Sans-serif;
	width: 127px;
	text-align: center;
	padding: 5px;
	background: goldenrod;
	border: 1px solid black;
	cursor: pointer;
}

/* schedule stuff */
table.schedule {
	width: 660px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
table.schedule td {
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}
table.schedule td:first-child {
	border-left: 1px solid lightgray;
}
table.schedule td.schedmonth {
	background: #eeeeee;
	padding: 10px;
	border: 1px solid black;
}
a.linksched {
	float: right;
}

