a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFFF66;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
label {
	display: block;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
BODY {
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #92010E;
}
.green {
	color: #79C501;
}
.blue {
	color: #0A79BE;
}
.px11 {
	font-size: 12px;
}
.pg_title {
	font-size: large;
}
.fadercell {
	background-repeat:repeat-x;
	background-position:top;
	padding:20px;
	background-color: #71B2D8;
	background-image: url(images/backgruond_1.jpg);
}
.bodycell {
/*	font-size: 10px; */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.sidebar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
.sidebar a{
	font-size: 11px; 
}
.sidebar ul {
	list-style-type: none;
	padding-left: 0px;
}

.bullet_item {
	font-weight: bold;
	color: #FFFF6F;
	font-size: 12px;
}
#icons{
	display:inline-block;
	float:right;
}
#nav_list {
	display: inline;
	list-style-type: none;
	list-style: none;
	padding-left: 15px;
	margin-left: 25px;
}
#nav_list li {
	float: left;
	border-right: 1px solid #FFFFFF;
	background-image: url(images/navimg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	min-width: 50px;
}
#nav_list a{
	display: block;
	padding: 0 0.3em;
	line-height: 2.1em;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#nav_list li:hover{
	background-color:#999999;
}
.hidden_div {
	/*	width:200px;
	height:10px; */
/*	visibility:hidden; */
/*	overflow: scroll;
	position: absolute;*/
	display: none;
}

.section{

}
.section h1{
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	padding: 0px;
	margin: 0px;
}
.section ul{
	padding-top: 0px;
	padding-bottom: 0px;
}
.section .highlighted {
	color: #FFFF00;
	font-style:italic;
}

.section .featureimg{
	display: block;
	margin-left: 25%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.inlined {
	display: inline-block;
}
#actionblock {
	margin-top:50px;
	text-align:center;
/*	position:absolute;
	bottom: 50px; */
}
#guestbook_table{
	border: 1px double #FFFFFF;
	width: 100%;
}
#guestbook_table thead{
	font-size: 14px;
/*	background: #0066CC; */
}
#guestbook_table tbody{
	font-size: 12px;	
	text-align: center;
}
.gbresp{
	font-size: 10px;	
	text-align: left;
/*	border: 1px solid #FFFFFF;
	width: 100%;*/
}
.gbresp td{
	width: 100%;
}
.gbresp th{
	font-size: 11px;
	text-align: left;
	vertical-align:top;
	font-weight: bold;
}
.gbresp td{
	vertical-align:top
}
#gb_content ul {
	padding-left:0px;
}
#gb_content li {
	border: 1px solid #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
}
#error, #sideerror {
	font-weight: bold;
	color: #FFFF00;
}
.gbform {
}
.gbform input {
	width: 400px;
}
.lookatme{
	background-color: #9999FF;
	border: thin groove #FF0000;
	font-size: 14px;
	padding: 5px;
	margin: 0px;
}

.floater {
	display: inline-block;
	height: 30%;
	width: 40%;
	position: fixed;
	z-index: 2;
	top: 30%;
	left: 30%;
	color:#000000;
	background-color: #FFFFFF;
/*	background:url(../images/semi_black.png); */
	padding:5px;
	border: thin solid #000000;
}
.yes {
	background-color: #00FF00;
	text-align: center;
}
.no {
	background-color: #FF0000;
	text-align: center;
}
