@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/dotsback.jpg);
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 140%;
	color: #330000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #336633;
	letter-spacing: 0.1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #663333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #330000;
}
a {
	color: #004800;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#container {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
#header {
	background-color: #DDDDDD;
	background-image: url(images/gtghbanner.jpg);
	height: 105px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#nav {
	background-color: #663333;
	width: 630px;
	height: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 5px;
}
#nav li {
	display: inline;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	width: 70px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
}
#nav a:hover {
	color: #33CC00;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px;
	margin-top: 0px;
	background-color: #EBEBEB;
	background-image: url(images/gtghsidebar.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	height: 480px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#mainContent {
	margin-top: 20;
	margin-right: 380px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent2 {
	margin-top: 20;
	margin-right: 229px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent3 {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(images/gtghfooter.jpg);
	height: 53px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitesidebar {
	color: #FFFFFF;
}
#byrdemail {
	float: right;
	position: absolute;
	left: 394px;
	top: 124px;
}
.style1 {font-size: 80%}
.headertext {
	font-size: 80%;
	color: #009900;
}
li {
	font-size: 80%;
	color: #006633;
}
.style2 {color: #000000}
#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px;
	margin-top: 0px;
	background-color: #EBEBEB;
	background-image: url(images/gtghsidebar.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	height: 160px;
}
