﻿body
{
	font-family: Tahoma, Verdana, Arial;
	color: #666;
	background-color: #CCC;
	font-size: 9pt;
	padding: 0px;
}

form
{
  padding: 0px;
  margin: 0px;
}

#siteBody
{
	width: 746px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 2px;
}

#loginBody
{
	margin: 0 auto;
	padding: 5px 5px 0px 5px;
	background-color: #FFF;
	
	vertical-align: middle;
	text-align: center;
}

#loginError
{
  display: none;
  font-size: .9em;
  color: Red;
  margin-top: -10px;
  text-align: center;
}
#header
{
  width: 100%;
  display: block;
  clear: both;
}

#menubar
{
  width: 100%;
  text-align: right;
  background: repeat-x url(images/graybar.bmp) bottom;
  padding: 4px 0px 2px 0px;
}

#menubar a a:visted a:active
{
  color: #FFF;
}

#leftContainer
{
	display: block;
	float: left;
	width: 226px;
	vertical-align:text-top;
	position: static;
	clear:both;
	text-align: right;
	background: no-repeat url(images/squares.jpg) top;
	padding-top: 42px;
	margin-top: 2px;
}

#leftGraphic
{
  width: 100%;
  text-align: center;
  background-color: #CCC;
  padding: 2px 0px 2px 0px;
}
#contentContainer
{
	display: block;
	float: right;
	width: 495px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	background: repeat-y url(images/graybar.bmp) left;
	margin:  2px 0px 10px 0px;
}

#contentContainer p
{
  margin-top: 0px;
}

#login
{
  text-align: right;
  padding-top:  2px;
}

#contentGraphic
{
	display: block;
	float: right;
	width: 134px;
	margin: 5px 0px 5px 10px;
	padding: 2px;
	background-color: #CCC;
}

#quote
{
	color: #666;
	margin:  10px 10px 15px 0px;
	width: 95%;
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
	font-size: 1.2em;
}

h1
{
  width: 100%;
  color: #003366;
  font-size: 11pt;
  border-bottom: solid 1px #003366;
  margin-bottom: 1px;
}

h2
{
  font-size: 1em;
  margin-bottom: 0px;
}

a, a:visited, a:active
{
  color: #006699;
  font-weight: bold;
  text-decoration: none;
}

img
{
  border-style: none;
}

ul
{
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 15px;
}

#indent
{
  margin-left: 25px;
}

li
{
  padding-bottom: 5px;
}

.field
{
  background-color: #CCC;
  border-style: none;
  width: 80%;
}

.loginField
{
  background-color: #CCC;
  border-style: none;
  width: 60px;
}

.label
{
  width: 20%;
}

#soccerball
{
  margin-top: 25px;
  width: 100%;
  text-align: right;
  vertical-align: baseline;
}

#footer
{
  background-color: #003366;
  color: #FFF;
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
}

#footer a
{
  color: #FFCC00;
  font-weight: bold;
  text-decoration: none;
}

.emailStatus
{
  color: Red;
}

#nbcVideo
{
	display: block;
	float: right;
	width: 157px;
	min-height: 156px;
	height: auto !important;
	height: 156px;
	background-image: url(images/nbcPress.gif);
	text-align: center;
	line-height: 15px;
	margin: 0px 0px 0px 5px;
}
