body {
	background-image: url( "Paper.gif" );
	font-family: verdana, tahoma, arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

p, h1, pre {
	margin: 0px 10px 10px 10px;
}

.BannerContainer {
	background-color: White;
	margin-bottom: 0px;
}

.BannerContainer img {
	vertical-align: bottom;
}

.BannerContainer .LinkContainer {
	background-color: #708ca9;
	color: White;
	font-size: .85em;
	margin: 0px;
	padding: 5px;
}

.BannerContainer .LinkContainer a {
	color: #FFD966;
	font-weight: bold;
	padding: 5px;
}

.TopAdContainer 
{
	padding: 0px;
	margin: 0px;
	margin-left:10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align:center;
}

.ContentContainer {
	border: 5px solid #708ca9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 0px;
	margin: 0px;
	margin-left:10px;
	margin-top: 10px;
	margin-right: 10px;
}

.Content {
	background-color: white;
	border: 5px solid #FFD966;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url( "ContentCorner.jpg" );
}

.Content h1 {
	font-family: Georgia, Serif;
	padding-top: 10px;
	margin: 0px 10px 3px 10px;
	font-size: 1.33em;
}

.Content p, .Content li {
	font-size: .75em;
}

.Content .Item img.Story {
	float: left;
	margin: 10px;
}


.Content hr {
	width: 80%;
	padding: 0px 10px;
	color: #708ca9;
	background-color: #708ca9;
}

.Content a:visited {
	color: black;
}


.Peripheral {
	margin-top: 10px;
	margin-right: 10px;
}

.Peripheral .Item {
	border: 1px solid #708CA9;
	margin-bottom: 10px;
	background: #fff;
}

.Peripheral .Item h1 {
	background: #FFD966;
	color: black;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #708CA9;
	font-size: 1em;
	background-image: url( "SideBoxGradient.jpg" ); 
	background-position: left top;
	background-repeat: repeat-x;
}

.Peripheral .Item p {
	font-size: 10px;
	margin: 5px 3px;
}

.Peripheral .Item ul {
	margin: 3px 3px;
	padding: 0px;
	font-size: 12px;
}

.Peripheral .Item li {
	list-style-type: none;
	margin-bottom: 3px;
	padding:0px;
}

.Peripheral .Item .TextBox {
	width: 100px;
}

.Peripheral a:visited {
	color: black;
}



/* 
The following items are for img's
the first sets the top and bottom margins to 0
the next 2 are a hack to make them centered
 */
.Peripheral .Item img {
	margin: 10px 5px;
}
.Peripheral .Item {
	text-align: center;
}
.Peripheral .Item p, .Peripheral .Item ul, .Peripheral .Item li {
	text-align: left;
}

.GridHeader th
{
	background-color: #FFD966;
	color: Black;
	padding: 3px;
	font-size: 0.85em;
}


#Footer {
	font-size: 10px;
	text-align: left;
	margin-top: 10px;
}


h1.AreaTitle {
	text-align:center;
	font-size:2em;
}

.Content {
	min-height: 500px;
	/* this is an IE hack to make it use a min-height of 500px */
	height:expression( this.scrollHeight < 500 ? "500px" : "auto" );
}
	
.DownloadLink 
{
	text-align: center;
}

.DownloadLink a
{
	color:#708ca9;
	font-weight: bold;
	font-size: 1.5em;
}

.DownloadLink a:visited 
{
	color:#708ca9;
}