body {
	margin-top: 0px;
	background-color: #eaeaea;
	margin-left: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.yellowline {
	background-color: #ffbd16;
	height: 5px;
}
.topnav {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}

.note {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.moonbg {
	background-image: url(images/moon.gif);
	background-repeat: no-repeat;
	background-position: 100% 180px;

}

.note a:link {color: #999999;  text-decoration: underline;font-size: 11px; }
.note a:visited {color: #999999;  text-decoration: underline;font-size: 11px; }
.note a:note, .note a:hover {color: #999999;  text-decoration: none;font-size: 11px; }

.topnav a:link {color: #fff;  text-decoration: underline;font-size: 11px; }
.topnav a:visited {color: #fff;  text-decoration: underline;font-size: 11px; }
.topnav a:active, .topnav a:hover {color: #fff;  text-decoration: none;font-size: 11px; }

.cont a:link {color: Gray;  text-decoration: underline;font-size: 11px; }
.cont a:visited {color: Gray;  text-decoration: underline;font-size: 11px; }
.cont a:active, .cont a:hover {color: Gray;  text-decoration: none;font-size: 11px; }

.norm a:link {color: #000;  text-decoration: underline;font-size: 11px; }
.norm a:visited {color: #000;  text-decoration: underline;font-size: 11px; }
.norm a:active, .norm a:hover {color: #000;  text-decoration: none;font-size: 11px; }

.norm {
	line-height: 18px;
}

.content {
	background-color: #ffffff;
}

.border {
	background-color: #000;
}

.footer {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	height: 45px;
}

.board {
	background-color: #fdf5e6;
}

h4 {
	font-size: 18px;
	color: #ebaf00;
	margin-top: 5px;
}

.title {
	font-size: 12px;
	color: #ebaf00;
	font-weight: bold;
}

.imgleft {
	text-align: left;
	font-size: 9px;
}

.leftbox {float:left;margin-right:12px;font-size:9px;text-align:center;  margin-bottom: 10px; }
.leftbox img {
	border:1px solid #ACACAC;
}
.rightbox {float:right;margin-left:12px;font-size:9px;text-align:center;  margin-bottom: 10px; }

#page {
  border:1px solid purple;
  width: 100%;
  margin:0 auto;
  padding:5px;
  text-align:center;
}

#left {
  width:150px;
  float:left;
  margin:10px 0 10px 5px;
}

#content {
  border:2px solid blue;
  width:100px;
  margin:10px 0 10px 175px;
}

#action {
  position:absolute;
  border:2px solid green;
  width:150px;
  margin:0;
}

