html, body
{
   background-color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: medium;
   margin: 0;
   padding: 0;
   color: #990000;
}

li
{
   padding: 0px 0px 5px 5px;
   list-style-type: none;
}

#wrap
{

}

/************************** Header rules *******************/
#header
{
	color: #990000;
	background-color: #000000;
	padding-right: 1%;
	padding-left: 1%;
	width: 98%;
	padding-bottom: 5px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	cursor: crosshair;
}

#header p
{
   font-size: 24pt;
   text-align: center;
}

/************************** Navigation column rules *******************/
#nav
{
   margin-top: 0px;
   padding-top: 20px;
   padding-bottom: 20px;
   float: left;
   font-size: 90%;
   color: black;
   background-color: #bbbbbb;
   width: 24%;
}

#nav ul
{
   margin-left: 15px; margin-right: 0px;
   padding: 0px 0px 0px 0px;
}

#nav li
{
   margin-left: 0px; margin-right: 10px;
   padding: 0px 0px 5px 5px;
   list-style-type: none;
}

#nav a
{
   color: black;
   text-decoration: none;
}

#nav a:hover
{
/*   font-size: 110%; */
   font-weight: bold;
}

/************************** Main content rules *******************/
#main
{
   margin-top: 0px;
   float: right;
   color: #FF3366;
   width: 74%;
   padding: 1%;
   padding-top: 0px;
}

/************************** Full Size Main content rules *******************/
#main_full
{
   float: right;
   color: black;
   width: 98%;
   padding: 1%;
}

#main_full a
{
   text-decoration: underline;
}

/************************** Google script rules *******************/
#google
{
   text-align: center;
}

/************************** Footer rules *******************/
#footer
{
   clear: both;
   text-align: center;
   color: black;
   background-color: #bbbbbb;
   font-size: 90%;
   padding-top: 7px; padding-bottom: 15px;
}

img
{
   border: 0;
}

img.imgleft
{
   padding-right: 15px; padding-bottom: 5px;
   float: left;
}

img.imgright
{
   float: right;
}

/*******************************    Regular table */
table
{
   border: 0px;
}

table tr
{
   vertical-align: top;
   text-align: left;
   background: #e6e6e6;
}

table tr.ok
{
   background: #e6e6e6;
}

table tr.ok_even
{
   background: #f1f1f1;
}

table tr.caution
{
   background: #f8f101;
}

table tr.caution_even
{
   background: #fefcab;
}

table tr.past
{
   background: #ffa1a1;
}

table tr.past_even
{
   background: #ff8181;
}



table th, table td
{
   vertical-align: top;
   text-align: left;
   padding: 7px;
   border-bottom: 1px solid #b5b5b5;
}

table th
{
   font-weight: bold;
   font-size: 110%;
}

/*****************************    Special price tables  */


dd
{
   margin-left: 15px;
   padding-bottom: 15px;
}

p
{
   margin: 0px; margin-bottom: 10px;
}
/* p:first-letter { font-size: 300%; font-family: 'English111 Vivace BT', cursive; } */

.clear
{
   clear: both;
}

.right
{
   text-align: right;
}

.center
{
   text-align: center;
}

.small
{
   font-size: 80%;
}

.listen {
   font-weight: bold;
   color: #b0401b;
}

hr {
   text-align: center;
   color: black;
   border-color: black;
   height: 3px;
   width: 90%;
}

a
{
   text-decoration: none;
   color: #000000;
}

a:hover
{
   font-weight: bold;
}


h1,h2,h3
{
   text-align: center;
   font-family: Tahoma, Verdana;
}

h1
{
   font-size: 150%;
}

h2
{
   font-size: 120%;
}

h3
{
   text-align: left;
   font-size: 110%;
   color: white;
}
