@charset "UTF-8";
/*selector {property:value}

If value is multiple words, put quotes around it
eg. p {
font-family: "sans serif";
}

Internal styles override stylesheet styles*/

body {
	background-image:URL('images/background.gif');
	font-family: Arial,Verdana,sans-serif;
	font-size: .8em;
	color: #000;
	border: 0px;
}
td {
	border: 0px;
	font-size: 1em;
	margin: 0px;
}
table {
	border: 0px;
	margin: 0px;
	font-size: 1em;
}
div {
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: text-top;
	font-size: 1em;
	position: relative;
}
img {
	border: 0px;
	vertical-align: bottom;
}
h1 {
	font-variant: small-caps;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px;
}
h2 {
	color: red;
	font-variant: small-caps;
	font-size: 1.0em;
	font-weight: bold;
	margin: 5px;
}
h3 {
	color: green;
	font-variant: small-caps;
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	margin: 5px;
}
h4 {
	color: black;
	font-size: 1.25em;
	font-weight: bold;
	margin: 5px;
}
h6 {
	color: #fff;
	font-variant: small-caps;
	font-style: italic;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px;
}
.bodystyle {
	background-color: #fff;
	padding: 10px;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.foot-text {
	text-align: justify;
	font-size: .7em;
	color: #000;
}
#toplinks {
	background-image:URL('/images/head_topright.jpg');
	width: 564px;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
	font-family: "Times New Roman",Georgia,serif;
	font-weight: bold;
	color: #be2026;
	border: 0px;
	margin: 0px;
}
#nav {
	width: 564px;
	height: 23px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 800px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #eceae3;
}
.leftimage {
	background-image: URL('/images/under_logo.jpg');
	background-position: top;
	background-repeat: no-repeat;
	border: 0px;
}
#leftcontainer {
	margin: 10px;
	border: 0px;
	text-align: center;
	color: #fff;
	font-size: .9em;
	vertical-align: top;
}
#bottomleft {
	background-image: URL('/images/watch_video.jpg');
}
a:link {
	color:#be2026
}
a:visited {
	color:#be2026
}
a:hover {
	color:#325c42
}
a:active {
	color:#be2026
}



/* Christmas 2009 */
div.transbox1
  {
  height:20px;
  margin:0px 4px;
  padding: 5px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox1 p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
div.transbox2
  {
  height:100px;
  margin:0px 4px;
  padding: 5px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox2 p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }