@charset "UTF-8";
body {
	background: #000000;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}


ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	display: inline;
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	color: #000000;
	text-decoration: none;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #000000;
	color: #000000;
}
.footercredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	margin-left: 750px;
}
 #twitter {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	width: 810px;
}
.twitter_update_list {
	font-family: "Helvetica light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	list-style-type: none;
	padding-left: 15px;
}
.twitter_update_list a {
	color: #666666;
	text-decoration:none;
}
.twitter_update_list a:hover {
	color: #999999;
	text-decoration:none;
}
li {
	padding-bottom: 10px;
}

.form {
	font-family: "Helvetica light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 20px;
	padding-left: 40px;
}
.email {
	background: #333333;
	color:#999999;
	font-family: "Helvetica light", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0px;
	padding: 4px;
}

.button {
	background: #666666;
	padding: 4px;
	color:#000000;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
}

