body, td {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

body {
	background-color: #132144;
	color: #819CDB;
}

td {
	background-color: #ffffff;
	color: #000000;
}

img {
	border: 0;
	vertical-align: middle;
}

td.upper {
	color : #FFFFFF;
/*	background : #23559C; */
	background : #E67300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td a {
	color: blue;
	text-decoration : underline;
}

td a:hover {
	text-decoration : none;
}

.smaller {
	font-size: 10px;
}

a {
	color : #dddddd;
	text-decoration : underline;
}

a:hover {
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #0084BE;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border-right: #23559C 1px solid;
   border-left: #23559C 1px solid;
   border-top: #23559C 1px solid;
   border-bottom: #23559C 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */

}

h3 {
	color: #FFB71C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold; 	
}

table.gbookMenu {
	border-top: #B8CFE7 1px solid;
}

#maincontent {
	width: 95%;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 90% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

div#footer {
	clear: both;
	height: 136px;
	margin: 0 auto;
	border-top: 10px solid #121F41;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #819CDB;
}

input:focus, textarea:focus {
	background-color: #f7cd72;
}