/* CSS Document */

body {
background-image: url(../images/images/Holiday-bkg.jpg); 
background-repeat: repeat-xy;
background-position: top center;
background-color: #990000
}

#wrapper {
width: 850px;
margin-right: auto;
margin-left: auto;
text-align: center;
}

#wrapper2 {
background-image: url(../images/gradient_03.gif);
background-color: #ffffff;
background-repeat: repeat-x;
width: 750px;
margin-right: 50px;
margin-left: 50px;
position: relative;
height: auto;
}

#banner{
width: 850px;
height: 185px;
}


#left {
width: 150px;
}

#right {
width: 151px;
}


#legal{
width: 750px;
background-color: #ffffff;
margin-left: 50px;
}

#content {
background-image: url(../images/Home_08.jpg); 
background-repeat: repeat-y;
background-position: top center;
width: 449px;
min-height: 485px;
height: auto;
}

*html #content {
background-image: url(../images/Home_08.jpg); 
background-repeat: repeat-y;
background-position: top center;
width: 449px;
height: 485px;
}

#contentbottom {
background-image: url(../images/Home_36.jpg); 
width: 449px;
height: 25px;
}

#contenttop{
background-image: url(../images/flashbkg_05.jpg); 
background-position: -45px -8px;
width: 449px;
height: 60px;
margin: 0px 0px 0px 0px;
}

#contenttop2{
background-image: url(../images/flashbkg_03.jpg); 
background-position: 1px -29px;
background-repeat: no-repeat;
background-color: #FFD65C;
width: 150px;
height: 60px;
margin: 0px 0px 0px 0px;
}

#listen {
float: right;
clear: both; 
}

/* Start Index Page Table*/
table.home {
width: 95%;
}

table.home td {
	border-bottom: 1px dashed;
	padding: 10px 0px 10px 0px;
	border-color: #666666;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.home table {
	border: 0px ;
}

table.home p {
	margin: 2px;
}

/* End Index Page Table*/

/* Start Calendar Page Table*/

table.cal {
width: 90%;
background-color: white;
border: 1px solid #A60000;
}

table.cal td {
	border-bottom: 1px dashed #A60000;
	padding: 5px 5px 5px 5px;
	border-spacing: 2px 2px
	-moz-border-radius: 0px 0px 0px 0px;
}


table.cal h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

}

/* End Index Page Table*/

/* Start Personalities Page Table*/
#mytable {
	width: 90%;
}

td.green {
	border: 1px solid #FFCC00;
	background: #FFEA95;
	padding: 2px 2px 0px 2px;
	height: 18px;
}

td.green h2{
	color: #CC0000;
	line-height: 16px;
}

td.red {
	border: 1px solid #970000;
	background: red;
	padding: 2px 2px 0px 2px;
	height: 18px;
}

td.red h2{
	color: white;
}

td.redlink{
border-right: 1px solid #970000;
border-bottom: 1px solid #970000;
padding: 5px 5px 5px 5px;
background-color: #F0EFEF;
}
td.redpic{
border-left: 1px solid #970000;
border-bottom: 1px solid #970000;
padding: 5px 5px 5px 5px;
}

td.greenlink{
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding: 5px 5px 5px 5px;
	background-color: #FFF0B3;

}
td.greenpic{
border-left: 1px solid #FFCC00;
border-bottom: 1px solid #FFCC00;
padding: 5px 5px 5px 5px;
}

td.space{
height: 2px;
}
/* End Personalities Page Table*/

/*text*/
body {
	font-family: Arial, Helvetica, sans-serif;
}

.mice {
	font-size: 10px;
	color: #990000;
}

p {
	font-size: 12px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: FF6600;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC3300;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: cc3300;

}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}

table.home li {
	font-size: 12px;
	margin-left: -25px;
}
*html table.home li {
	font-size: 12px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}
