﻿body
{
  font-family: Verdana;
  font-size: 12px;
  color: black;
  background-color: #D4D6D5;
  background-image: url(images/background.jpg);
  background-repeat: repeat-x;
  padding: 0px;
  margin:0px;
}
h3
{
  color: silver;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #0057A0;
}	

a:link, a:active, a:visited {
  color: #0057A0;
  text-decoration: none;		
}

a:hover {
  color: #0057A0;		
  text-decoration: underline;
}
td.Section
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 80px;
	height: 30px;
	border-right: inset 3px silver;
}

td.Section a {
  color: gray;
  font-family: Verdana;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

td.Section a:active
{
	color: black;
}

td.Section a:hover {
  color: black;
  text-decoration: underline;
}

div.storyMain_Headline
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #0057A0;
}
div.storyMain_Preview
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
div.storyMain_Content
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
div.storyMain_ReadMore
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}
div.storyQuickLinks
{
	background-color: silver;
}
div.storyMain_RelatedStory
{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}
div.storyMain_RelatedStories
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

div.storyQuickLinks_Headline
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #0057A0;
	background-color: White;
	border-top: solid 1px silver;	
	border-left: solid 1px silver;	
	border-right: solid 1px silver;	
}
div.storyQuickLinks_Preview
{
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	background-color: White;
	border-left: solid 1px silver;	
	border-right: solid 1px silver;	
	border-bottom: solid 1px silver;	
}
div.storyQuickLinks_Content
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
div.storyQuickLinks_ReadMore
{
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	color: Gray;
	background-color: White;
	border-left: solid 1px silver;	
	border-right: solid 1px silver;	
}
div.storyQuickLinks_RelatedStory
{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	color: Gray;
}
div.storyQuickLinks_RelatedStories
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	color: Gray;
}
td.ImageArea
{
	background-image: url(images/ad.jpg);
	height: 300px;
}
td.NavigationArea
{	
	text-align: left;
	vertical-align: top;
	width: 100%;
	border-bottom: solid 1px white;
}
td.FooterArea
{
	background-image: url(images/footerclean.jpg);
	background-repeat: no-repeat;
	background-color: Transparent;	
	height: 130px;
	border-top: solid 1px silver;
	padding-top: 10px;
}
td.QuickLinksArea
{
	vertical-align: top; 
	text-align: justify; 
	width: 35%; 
	padding: 10px;
	border-right: solid 1px white;
	background-color: White;
}
td.ContentArea
{
	vertical-align: top; 
	width: 65%; 
	padding: 10px;
	border-left: solid 1px white;
	background-color: White;
}
DIV.SectionHeader P
{
	color: silver;	font-weight: normal;	font-size: 20px; width: 100%; border-bottom: solid 1px silver;
}
td.EnterpriseButton
{
	background-color: #FFA708;
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: normal;	
	width: 400px;
	height: 30px;
}
td.CommunityButton
{
	background-color: #03519C;
	text-align: center;
	font-size: 18px;
	font-weight: normal;	
	width: 400px;
	height: 30px;	
}
td.EnterpriseButton a
{
	color: White;
}
td.CommunityButton a
{
	color: White;
}

/* Used for Form Controls */
.Label
{
	font: normal normal normal 12px Verdana;
  width: 200px;
  padding: 5px;
}
.Header
{
	font: normal normal bold 12px Verdana;
  width: 250px;
  padding: 5px;        
}
.Control
{
	font: normal normal normal 12px Verdana;
	color: Silver;
  width: 250px;
  padding: 5px;        
}
.Validator
{
	font: normal normal normal 10px Verdana;
	color: Silver;
  width: 250px;
  padding: 5px;        
}
