body {
	margin: 0px 0px 0px 0px;
/*	
	background: #ECECEE;
	background-image: url('/images/main_bg_pattern.gif');
	background-image: url('/images/madras.jpg');
*/
	background-image: url('/images/main_bg_pattern.gif');
	background-color: gray;
	font-family: Century Gothic, Arial;
	font-size: 12pt;
/*	background-image: url(/icons/powered_by_rh.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}
body.frame {
	background: #ECECEE;
	font-family: Century Gothic, Arial;
	font-size: 12pt;
}
h1 {
	font-family: Impact, Arial;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Century Gothic, Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h3 {
	font-family: Century Gothic, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	text-align: center;
}
h3.poemTitle {
	font-family: Century Gothic, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	text-align: center;
}
h3.poemAuthor {
	font-family: Century Gothic, Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	text-align: right;
}
A {
	text-decoration: none;
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	color: #777
}
A img {
	border: none;
}
A:hover {
	text-decoration: underline;
	color: blue;
}
table {
	background: #ECECEE;
}
table tr#banner {
  background-color:white;
	background-image: url('/images/trevor-banner-anim.gif');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	width: 770px;
	height: 200px;
}
table tr#banner div#quote_box {
  float: right;
  width: 60%;
	font-family: Century Gothic, Times New Roman;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: white;
	text-align: right;
}
table tr#banner div#quote_box:hover {
	background-color: #6D6D6D;
	border:1px dashed white;
}
table.maintbl {
	background: white;
	border-top:  1px solid rgb(201, 201, 201);
	border-left:  1px solid rgb(201, 201, 201);
	border-right:  1px solid rgb(201, 201, 201);
	border-bottom:  1px solid rgb(201, 201, 201);
	cursor: url("http://trouble.iotashan.com/cursor/cursor_files/Pooh2.cur");
}

td#menupane {
	background: #D0D0D0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-spacing: 0px;
	border-right:  5px dotted rgb(201, 201, 201);
	border-bottom:  5px solid rgb(201, 201, 201);
	width:210px;
	vertical-align: top;
}
td#contentpane {
	background: white;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-spacing: 5px;
	font-family: Century Gothic, Arial;
	vertical-align: top;
}
td#contentpane_advert {
	border-bottom:  5px solid rgb(201, 201, 201);
}
table.menutbl {
	background: #D0D0D0;
	border-color: #888888;
	text-align: justify;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 206px;
	margin-top: 10px;
/*	repeat: none;*/
}
table.menutbl img {
	margin: 5px;
}
table.menutbl ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
table.menutbl li {
	margin-left: 0px;
	padding-left: 0px;
}
table.menutbl li a {
	color: #777;
	text-decoration: none;
	height: 28px;
	font-size: 11pt;
	font-weight: bold;
}
table.menutbl li a:link, table.menutbl li a:visited {
	display: block;
	background: url(/images/grp-menu.gif);
	padding: 6px 0 0 30px;
}
table.menutbl li a:hover {
	text-decoration: none;
	background: url(/images/grp-menu.gif) 0 -32px;
	padding: 7px 0 0 31px;
	color: #B99484;
}
table.menutbl li a.current {
	text-decoration: none;
	background: url(/images/grp-menu.gif) 0 -64px;
	padding: 7px 0 0 31px;
/*	color: #B99484;*/
	color: #111;
}
table.poetrytbl {
	width: 95%;
}
table.poetrytbl tr td {
	background: silver;
	font-family: Century Gothic, Arial;
	font-size: 10pt;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px; 
	padding-bottom: 4px;
	margin-left: 50px;
}
table.poetrytbl tr:hover td {
	background: #E0E0E0;
}
table.poetrytbl tr.headerRow td {
	background: gray;
	font-family: Century Gothic, Arial;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px; 
	padding-bottom: 4px;
	border-color: gray;
}
table.poem {
	background: transparent;
}
table.adminmenutbl tr {
	background: #9FB2AC;
	border: solid;
	border-collapse: separate;
	border-color: #888888;
	text-align: center;
}
table.adminmenutbl A {
	font-family: Arial, Times New Roman;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	color: black;
}
table.adminmenutbl tr:hover {
	background: #6D8377;
}
table.adminmenutbl A:hover {
	background: #6D8377;
	color: white;
}
table.admin-adduser-tbl {
	font-size: 10pt;
}
table.datatbl {
	background: silver;
	border: solid; 
	border-color: #555555;
	text-align: center;
	font-family: Century Gothic, Arial, Times New Roman;
	font-size: 10pt;
	padding: 5px;
}
table.logintbl {
	background: #D0D0D0;
	border: solid; 
	border-color: silver;
	font-family: Arial, Times New Roman;
	font-weight: normal;
	font-size: 12pt;
	padding: 15px;
}
table.logintbl th{
	text-align: center;
}
table.contact_tbl {
	background-color: transparent;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-spacing: 0px;
	border-top: 1px solid;
	border-top-color: red;
	border-left: 1px solid;
	border-left-color: green;
	border-right: 1px solid;
	border-right-color: yellow;
	border-bottom: 1px solid;
	border-bottom-color: blue;
	border-collapse: collapse;
	font-size: 10pt;
}
table.contact_tbl th {
	background-color: gray;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12pt;
}
table.contact_tbl tr td {
	background-color: #eeF;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}
table.advancedsearch tr {
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}
th.small {
	font-family: Times New Roman;
	font-size: 10pt;
}
tr.datatbl_header {
	background: gray;
	font-weight: bold;
	font-size: 12pt;
}
A.datatbl_header {
	background: gray;
	font-weight: bold;
	font-size: 12pt;
}
div.pagenav {
	text-align: center;
	font-size: 10pt;
	font-family: Lucida Casual, Times New Roman, Arial;
}
span.pagenav {
	text-align: center;
	font-size: 12pt;
	font-family: Lucida Casual, Times New Roman, Arial;
}
div.pagenav A {
	font-weight: normal;
	font-size: 12pt;
	color: #D4C0C8;
}
div.pagenav A:Hover {
	color: blue;
}
div.footer {
	text-align: right;
	font-size: 8pt;
	font-family: Lucida Casual, Times New Roman, Arial;
}
span.numresults {
	font-size: 9pt;
	font-family: Times New Roman, Arial;
	font-style: italic;
	text-decoration: none;
}
.error {
	text-align: left;
	font-size: 12pt;
	color: red;
	font-weight: bold;
	font-family: Century Gothic, Times New Roman, Sans-Serif, Arial;
}
input, textarea {
	background: #DDDDDF;
}
input:focus, textarea:focus {
	background: #ffc
}
input:hover, textarea:hover {
	background: #EEEEEF;
}
input.frmButton {
	font-family: Lucida Casual, Arial, Times New Roman;
	font-size: 10pt;
	font-weight: bold;
}
select {
	background: #CCCCCF;
	text-align: right;
}
img.highlight {
	border-color: red;
	border: dashed;
	border: 3px;
}
pre.poem {
	font-family: Century Gothic, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
table#tvschedules {
	background-color: #FFFFE0;
	border-spacing: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	font-size: 8pt;
/*	width: 35%;*/
	width: 100%;
}
table#tvschedules th {
	font-size: 10pt;
	background-color: silver;
}
table#tvschedules tr#headerRow:hover, table#tvschedules tr#footerRow:hover {
	background-color: #FFFFE0;
}
table#tvschedules tr:hover {
	background-color: #5cc0c2;
}
table#tvschedules tr#headerRow, table#tvschedules tr#headerRow A{
	font-size: 9pt;
	font-weight: bold;
}
table#tvschedules A {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
table#tvschedules td.channel {
	text-align: right;
	width: 15%;
}


table#news {
	background-color: #F0E0E0;
	border-spacing: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	font-size: 8pt;
	width: 100%;
	height: 100%;
}
table#news th, table#news th A {
	font-size: 10pt;
	background-color: silver;
}
table#news A {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
table#news A:hover {
	font-weight: normal;
	text-decoration: none;
	color: #905;
}
table#news td {
	height: 20px;
	padding-left:5px;
}

table#weather {
	background-color: #E0EFFF; 
	border-spacing: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	font-size: 8pt;
	width: 100%;
	height: 100%;
}
table#weather th, table#weather th A {
	font-size: 10pt;
	background-color: silver;
}
table#weather tr th.island {
	background-color:#E0D0F0;
}
table#weather tr th.island A {
	font-size: 9pt;
	background-color: transparent;
	display: block;
	width: 100%;
	letter-spacing: 5px;
	text-align: center;
	text-decoration: none;
}
table#weather tr th.island A:hover {
	background-color: #D5C5E5;
	text-decoration: underline;
}
table#weather A {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
table#weather A:hover {
	font-weight: normal;
	text-decoration: none;
	color: #905;
}
table#weather td {
	height: 20px;
	padding-left:5px;
	padding-right:5px;
}

table#links {
	background-color: #EFFFE0;
	border-color: silver;
	border-spacing: 1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	font-size: 8pt;
	width: 100%;
	height: 100%;
}
table.links2  {
	background-color: transparent;
	border: 1px;
	border-color: silver;
	border-style: dashed;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 8pt;
	width:100%;
}
table#links th, table#links th A {
	font-size: 10pt;
	background-color: silver;
/*	background-color: #fc5604;*/
}
table.links2 th, table.links2 th A {
	font-size: 10pt;
	background-color: #D0D0D0;
	padding-left:10px;
	text-align: left;
}
table#links A,
table.links2 A {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
table#links A:hover,
table.links2 A:hover {
	font-weight: normal;
	text-decoration: none;
	color: #905;
}
table#links td,
table.links2 td {
	height: 20px;
	padding-left:5px;
	padding-right:5px;
	vertical-align: top;
}
table.links2 td {
	padding-left: 15px;
}
table#links td {
	width: 50%;
}
div#updates_list A {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
p.body {

}
p.body a {
  font-weight: normal;
	font-size: inherit;
	text-decoration: underline;
}

