body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #1D1D1D;
}

/* container - holds the entire content */
#container
	{
	width:675px;
	margin-top:20px;
	line-height: 1.2em;
	padding:0px 0px 20px;
	margin-bottom: 0px;
	}
	

/* contentbox - the main content */
#contentbox
	{
	background: #000000;
	width:675px;
	}

#topgrey
	{
	background: #141414;
	}

.headerpadding
	{
	margin-left:20px;
	margin-top:10px;
	}
	
/* Couldn't add a right margin because the navigation and title are in a table, and adding margin-right would fudge the table for IE */
.navtitlepadding
	{
	margin-top:10px;
	}

/* container for video and text description */
#videocontainer
{
	margin-top:20px;
	width:450px;
	text-align:left;
	padding: 0px;
}

.subhead
{
	font-family: "Trebuchet MS", "Verdana";
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #6699FF

}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
	border:none;
	}


.newsdate {
	font-family: "Trebuchet MS", "Verdana";
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;

}
.newstext {
	font-family: "Trebuchet MS", "Verdana";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}
/* container for contact page and text description */
#contactcontainer
{
	margin-top:20px;
	width:320px;
	text-align:left;
	padding: 0px;
}
