body {
	font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	/*background-color: black;*/
	background-color: green;
	margin: 5px; /* make this 0px; and then can comment out margin-top and get rid of color gutters */
	margin-top: 0px;
}
#maincontainer {
	margin: 0 auto;
	background-color: #fff;
	max-width: 640px; /*960px;*/
	min-width: 320px;
}
#headercontainer {
	background-color: #cfcfcf;
	/*background-color: limegreen;*/
	padding: 5px;
	/* want gray for the entire header area? */
}
#headercontainer a {
	text-decoration: none;
}
#contentcontainer {
	clear:left;
	padding: 5px;
	/*background-color: #fff;*/ 
	/*need to clean up some other code to make a full gray background header and white body? */
}
.group:after {
	content: "";
	display: table;
	clear: both;
}

A:link {  
	TEXT-DECORATION: underline ;
	color: black;
} 
A:hover { 
	TEXT-DECORATION: underline;
	BACKGROUND-COLOR: #cccccc; 
	color: black;
}
A:visited {
	TEXT-DECORATION: underline;
	color: black;
}
p, td {
	 font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 color: black;
}
.pageheader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: darkred;
        font-weight: bold;
        margin-top: 5;
        margin-bottom: 1;
        margin-left: 0;
}
.sidenav {
		font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: black;
        font-weight: bold;
}
.sidenav A{
		font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: black;
        font-weight: bold;
}
#sidenav {
	list-style-type: none;
	padding-left: 0px;
	/*list-style-position: outside;*/
}
#sidenav li {
	float: left;
	/*padding-left: 10px;*/
	padding-right: 20px;
}
.subheader {
	 font-family: Tahoma, Georgia, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: black;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
}



.copyrightbottom { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #DFC48D;
}
.copyrightbottom A:link {
	color: #DFC48D;
    TEXT-DECORATION: none;
}
.copyrightbottom A:visited {
	color: #DFC48D;
	TEXT-DECORATION: none;
}
.copyrightbottom A:hover {
	color: black;
    TEXT-DECORATION: none;
	BACKGROUND-COLOR: none;
}
.mobilebreak {
	display: none;
}
@media only screen and (max-width: 475px){
	/*#maincontainer {
		max-width: 320px;
	}*/
	.gamenote {
		display:block; 
		/*clear:left;*/
	}
	.mobilebreak {
		display: block;
	}
}