body {
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#header {
  font-size: 25px;
  letter-spacing: 0.2cm;
  background: #ff0333;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
#menu {
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 13px;
  background: #eee;
  width: 100%;
  text-align: center;
}

#leftcol {
/*  background: #eee; */
  float: left;
  width: 20%;
/*  min-height: 100%; */
}

#leftcol p {
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 16px;
}

#rightcol {
/*  background: #eee; */
  float: right;
  width: 15%;
/*  min-height: 100%; */
}
#rightcol p {
  font-size: 16px;
}

#content {
  background: #fff;
  float: left;
  width: 63%;
/*  min-height: 100%; */
}
#footer {
  background: #eee;
  clear: both;
  width: 100%;
}
h1 {
  font-size: 25px;
}
a:link {
text-decoration: none;
font-size: 16px;
font-weight: bold;
color: blue;
}

a:visited {
text-decoration: none;
font-size: 16px;
font-weight: bold;
color: blue;
}

a:hover, a:active {
text-decoration: none;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #036;
color: blue;
}

div.pagination {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px; 
	padding: 4px;
	margin: 10px;
}
div.pagination a {
	padding: 2px 6px 2px 6px;
	margin: 4px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 6px 2px 6px;
	margin: 8px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 6px 2px 6px;
	margin: 10px;
	border: 1px solid #EEE;
	color: #DDD;
}

table {
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 12px; 
border: thin solid #cccccc;
background: #ffffff;
cellpadding: 5;
width: 100%;
}

th {
letter-spacing: 2.5px;
background: #eeeeee;
color: #000000;
text-transform: uppercase;
text-align: left;
border-top: thick solid #eeeeee;
border-bottom: thin solid #cccccc;
}
img {
border-style: none;
}