body {
margin:0px;
padding:0px;
text-align:center;
background-color:#FFFFFF;
font-family: verdana,arial,helvetica;
}
#footer {
	font-size: 11px;
}
#weekend {
	font-weight: bold;
	color: #990000;
	padding: 5px;
	width: 75%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-right: auto;
	margin-left: auto;
}
.new {
	font-size: 21px;
	font-weight: bold;
	color: #FF9900;
}
.year {
	font-size: 21px;
	font-weight: bold;
	color: #009999;
}
#Content {
	width:720px;
	margin:0px auto;
	text-align:left;
	}
h1 {
	color: #666699;
	font-size: 21px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
}
h3 {
	color: #666699;
	font-size: 18px;
	font-weight: normal;
}

A:link
{
	font-family: tahoma, arial, helvetica, geneva, sans-serif;
	text-decoration: none;
	color: #990000;
}
A:visited
{
	font-family: tahoma, arial, helvetica, geneva, sans-serif;
	text-decoration: none;
	color: #FF0000;
}
A:hover
{
	font-family: tahoma, arial, helvetica, geneva, sans-serif;
	text-decoration: underline;
	color: #FF0000;
}
/* Navigation */
#nav {
	background-color: #99ccff;
	font-size: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

.button {
	background : orange;
	border : 1px solid #000000;
	color : #000000;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

.input_area{
	background : #FFFFFF;
	border : 1px solid black;
	color : #000000;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
/* New by Steve for CSS background images */

#tdimageleft {
	background-image: url(../images/shadowleft.jpg);
}
#tdimageright {
	background-image: url(../images/shadowright.jpg);
}
#tdimagebottom {
	background-image: url(../images/shadowbottom.jpg);
}