BODY
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
	background-color: #90fade;
}

tr.Fanfare
{
	border-right: yellow groove;
	border-top: yellow groove;
	font-weight: bold;
	background-image: none;
	vertical-align: middle;
	text-transform: capitalize;
	border-left: yellow groove;
	color: black;
	border-bottom: yellow groove;
	font-style: italic;
	font-family: Arial;
	background-color: #ff0000;
	text-align: center;
}

td.VitalNews
{
	text-align: center;
	padding: 5%,5%;
	background-color: #0000ff;
	border-right: yellow ridge;
	border-top: yellow ridge;
	font-size: 10pt;
	text-transform: capitalize;
	border-left: yellow ridge;
	color: white;
	border-bottom: yellow ridge;
	font-family: Arial;
}

tr.header
{
	background-color: #33cccc;
	vertical-align: middle;
	color: black;
	font-family: Arial;
	text-align: center;
	font-size: 22pt;
}

tr.alt1
{
	background-color:#aacccc;
		font-family: Arial;
}

tr.alt2
{
	background-color:#aaccff;
		font-family: Arial;
}

td.alt1
{
	background-color:#aacccc;
		font-family: Arial;
}

td.alt2
{
	background-color:#aaccff;
		font-family: Arial;
}

td.image
{
	width:120;
}

div.MainProductionImage
{
	border-right: white ridge;
	border-top: white ridge;
	border-left: white ridge;
	width: 320px;
	border-bottom: white ridge;
	height: 160px;
	background-color: silver;
	vertical-align: middle;
	text-align: center;
}	

div.headline
{
	background-color: lime;
	font-size: 12pt;
	font-family: Arial;
	text-align: center;
}

div.container
{
	width:80%;
	margin: 0 5% 0 5%;
}
div.header, div.footer
{
	padding:0.5em;
	color:White;
	background-color:gray;
	clear:left;
}
h1.header
{
	width: 100%;
	padding: 20;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Arial;
	background-color: white;
}
div.left
{
float:left;
width:120px;
margin:0;
padding:1em;
	font-family: Arial;
}
div.content
{
margin-left:200px;
padding:1em;
}

#NewsPane
{
	font-family: Times;
	font-size: 10pt;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-image: url(Images/Pumpkin.jpg);
	background-repeat: no-repeat;
}

#NewsPane ul
{
	list-style: none;
	margin: 0;
	border: none;
	background-color: white;
	width: 80%;
	text-align: center;
}

#NewsPane li
{
	width: 80%;
	border-right: gray thin dashed;
	border-top: gray thin dashed;
	border-left: gray thin dashed;
	border-bottom: gray thin dashed;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align:center;
}

#NewsPane h1
{
	font-weight: bold;
	font-size: 24pt;
	text-transform: capitalize;
	color: White;
	background-color: Red;
	font-style: italic;
	font-family: times;
	width: 90%;
	border-left-color: black;
	border-bottom-color: black;
	border-top-style: dotted;
	border-top-color: black;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: black;
	border-bottom-style: dotted;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:2px;
	text-align:center;
}

#NewsPane li a:visited
{
	background-color: ghostwhite;
	text-decoration: none;
	color: gray;
	width: 80%;
}

#NewsPane li a:hover
{
	color: black;
	font-size: 10pt;
	text-transform: capitalize;
	font-family: times;
	font-weight: bold;
	background-color: lightblue;
}
	
#button 
{
	position:absolute;
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  sans-serif;
	background-color: #90bade;
	color: #333;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
