@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	background-color: #000;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
#header  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent table {
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table tr td ul {
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	display: inline;
	list-style-type: none;
	font-weight: bold;
	line-height: 120%;
	font-size: medium;
	text-decoration: none;
	color: #FFF;
}
#mainContent table tr td h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
#mainContent table tr td p {
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	line-height: 115%;
}

#mainContent table tr td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

#mainContent  {
	background-color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table tr td h1 {
	font-size: x-large;
	font-weight: bolder;
	color: #999;
	text-decoration: none;
}
#mainContent table tr td p1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 105%;
	color: #999;
	text-decoration: none;
}

#footer  {
	color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000;
	text-align: center;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #CCC;
	text-decoration: none;
}
#mainContent table tr td ul li a  {
	text-decoration: none;
	color: #FFF;
}
#mainContent table tr td a  {
	color: #06C;
	text-decoration: none;
	font-weight: bold;
}
#mainContent table tr td a:hover {
	color: #C30;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF6;
}
#mainContent table tr td a:visited {
	color: #3F3;
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
}
#mainContent table tr td p img {
	display: block;
}
