body {
    background: lightyellow;
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0 20px;
}
div#heading,
div#topmenubar,
div#container {
    border: 1px solid darkgray;
    max-width: 1024px;
    min-width: 950px;
    background: rgb(244, 244, 244);
}
div#container {
    position: relative;
    margin: 0 auto;
}
div#heading {
    margin: 10px auto -1px auto;
    height:184px;
}
div#topmenubar {
    position: relative;
    margin: -1px auto;
    height:2.4em;
    background: #dadada url("./images/topmenubg.gif") repeat-x;
    vertical-align:center;
    /*padding: 5px;*/
    border-bottom: 0;
}
div#topmenubar p {
    margin: 6px;
}
div#leftmenubar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 150px;
    background: rgb(234, 234, 234);
    padding: 15px 0 0 0;
    border-right: 1px dotted darkgray;
}
div#content {
    position:relative;
    margin-left: 151px;
    background: white;
    border: 1px solid white;
    padding: 10px;
}
div#footer {
    margin: -1px auto 10px auto;
    height:2.4em;
    border: 0px;
    max-width: 1024px;
    min-width: 950px;
    /*background: rgb(244, 244, 244);*/
}
}
div#footer p {
    margin: 5px;
}
div#sitelogo {
   float:left;
   margin:0px;
   padding:0px;
   width:1024px;
   height:184px;
   background-image:url("./images/GES10_Website_banner.jpg");
   /*background-image:url("./images/GES_Banner_950.jpg");*/
   background-position:top left;
   background-repeat:no-repeat;
}
div.newsitem {
   margin:10px 10px;
   padding:0 10px 10px;
   border: 1px solid #dadada;
   background:#ececec;
}
span.floatleft { 
   float:left;
   margin:0px 10px 5px 0px;
   border:none;
}
span.floatright { 
   float:right;
   margin:0 0 10px 10px;
   border:none;
}
img.floatright { 
   float:right;
   width:400px;
   height:auto;
   margin:0 0 10px 10px;
   border: 1px solid rgb(128, 128, 128);
}
img.floatright2 { 
   float:right;
   width:auto;
   height:auto;
   margin:0 20px 0 20px;
   border:none;
}
#smallprint{
    color:#000;
}
p.leftsmall{
	float:left;
	font-size:0.8em;
	font-weight:bold;
	padding: 4px;
}
p.rightsmall{
	float:right;
	font-size:0.8em;
	font-weight:bold;
	padding: 4px;
}
.topmenulink {
    font-size:1.0em;
    font-weight:bold;
    text-align:center;
}
span#topmenuright {
	 float:right;
    font-size:1.0em;
    font-weight:bold;
    color:red;
    text-align:right;
}
.leftmenulink {
    font-size:1.0em;
    font-weight:bold;
    padding:0px 10px 0px 0px;
    text-align:right;
}
.contentnormal, div.newsitem p {
	font-size:1.2em;
	text-align:left;
	padding:0px;
}
.contentcenter{
	font-size:1.2em;
	text-align:center;
	padding:0px;
}
.faqtitle{
	font-size:1.2em;
	font-weight:bold;
	color:darkblue;
	text-align:left;
	padding:0px;
}
.paratitle{
	font-size:1.2em;
	font-weight:bold;
	color:darkblue;
	text-align:left;
	padding:0px;
}
div#content h1 { 
   font-size:1.8em;
   color:darkblue;
   text-align:center;
}
div#content h2 { 
   font-size:1.7em;
   color:darkblue;
   text-align:center;
   padding:0px;
   margin:0px 10px 10px 10px;
}
.clubdesc{
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
a {
	text-decoration:none;
}
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	background-color:#666;
	color:#ff0;
}
a:active {
	background-color:#666;
	color:#ff0;
}
a img {
   border:none;
}
div#content a {
	color:#00f;
	text-decoration:none;
}
div#content a:visited {
	color:#00f;
}
div#content a:hover {
	background-color:#666;
	color:#ff0;
}
div#content a:active {
	background-color:#666;
	color:#ff0;
}
span#topmenuright a {
	color:#c00;
	text-decoration:none;
	font-weight:bold;
}
span#topmenuright a:visited {
	color:#c00;
}
span#topmenuright a:hover {
	background-color:#666;
	color:#ff0;
}
span#topmenuright a:active {
	background-color:#666;
	color:#ff0;
}
ol li {
	font-size:1.2em;
}
.thispage {
	color:#666;
}
td.scheduledate {
	font-size:1.2em;
	font-weight:bold;
	color:black;
	text-align:center;
	background-color:#CCC;
}
td.schedulelink {
	font-size:1.1em;
	text-align:center;
	background-color:#EEE;
}
table.schedule {
	border-collapse:collapse;
	border:1px dotted #CCC;
	width:100%;
	table-layout:fixed;
}
td {
	padding: 3px;
}
td.schedulehead {
	font-size:1.0em;
	font-weight:bold;
	color:darkblue;
	text-align:left;
	border:1px dotted #CCC;
}
td.scheduletext {
	font-size:1.0em;
	text-align:left;
	border:1px dotted #CCC;
}
col#sch_start {
	width: 70px;
}
col#sch_end {
	width: 70px;
}
col#sch_event {
	width: 150px;
}
col#sch_location {
	width: 210px;
}
col#sch_level {
	width: 70px;
}
col#sch_comments {
	width: 150px;
}
table.sch_dates {
	border-collapse:collapse;
	border:none;
	width:100%;
	table-layout:fixed;
}
col#sch_day1 {
	width: 250px;
}
col#sch_day2 {
	width: 250px;
}
col#sch_day3 {
	width: 250px;
}
.smallspacer {
	font-size:1.0em;
}
.posteddate {
	font-size:0.9em;
	font-style: italic;
	font-weight: normal;
}
ol li {
	font-size:1.2em;
	text-align:left;
}
ol ul li {
	font-size:1.0em;
	text-align:left;
}
ul.newslist {
	font-size:1.2em;
	text-align:left;
}
