body{
	margin:0;
	padding:0;
}

b{font-size: 110%;}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 256px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#menu {
	margin:0;
	padding:0;
}

#menu ul{
	width: 180px;
	margin:0;
	padding:1px;
	border:1px solid #cfe7aa;
}
#menu li{
	display:marker;
	list-style:none;
	padding-bottom:1px;
}
#menu li a{
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#444444;
	text-shadow:#FFF 1px 1px 1px;
	text-decoration:none;
	background-color:#C1E7A6;
	padding:5px;
	border-left:10px solid #6db33e;
}
#menu li a:hover{
	border-left:14px solid #6db33e;
	background-color:#A0D979;
}

.tableheader {
	color: #FFFF00;
	background-color:#003399;
}

.title {
	font-size: 36px;
	text-align:center;
	font-weight: bold;
	color: #FF0000;
}

.tablecell {
	text-align:center;
}


.tablemonth {
	color: #FF0000;
	font-weight: bold;
	text-align:center;
	border:1px solid black;
	
}

.title3 {
	font-size: 18px;
	text-align:center;
	font-weight: bold;
}

.title2 {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}

.redtext {
	color: #FF0000;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:840px;
  height:1050px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:850px; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}

.cookie-container {
	position: fixed;
	bottom: -100%;
	left: 0;
	right: 0;
	background: #2f3640;
	color: #f5f6fa;
	padding: 15px 32px;
	box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
	text-align: center;
	transition: 400ms;
  }
  
  .cookie-container.active {
	bottom: 0;
  }
  
  .cookie-btn {
	background: green;
	border: 0;
	color: #f5f6fa;
	padding: 12px 48px;
	font-size: 15px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
  }