/* These are standard layout styles and do not need modification */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.clearboth { clear: both; }

#Header {
	background: url(../images/WWLogo.gif) no-repeat 35px 0px;
	height: 65px;
	float: left;
}

#Date {
	padding: 10px 0 0 300px;
	text-align: right;
	font-size: 9px;
	color: #666;
	width : 300px;
}

#Date a {
	padding-left: 15px;
}

#mainContent {
	width: 240px;
	margin-right: 0;
	margin-left: 200px;
	padding: 10px;
	text-align: left;
	font-size: 90%;
}
#tableBlock {
   margin: 0 10px;
}
#tableBlock h2 {
   text-align: left;
   padding-left: 50px;
}
.pricer td ul {
   margin: 0 1.2em;
   padding:0;
}
.pricer td, th{
   border: gold solid 2px;
   padding: .2em 1em;
}
.pricer {
      border-collapse: collapse;
   }

#ActionItems h2 {
	margin: 16px 0px 0px 20px;
}

#ActionItems h2 a {
   color:#ff3;
   font-size: 75%;
}
#ActionItems h2 a:hover {
   color:#f66;
}

#ActionItems #Item1 {
	height: 66px;
	width: 250px;
	background: url(../images/actionItem1Background.jpg) repeat-x;
	float: left;
	border-top: 6px solid #2C2C2C;
}

#ActionItems #Item2 {
	height: 66px;
	width: 250px;
	background: url(../images/actionItem2Background.jpg) repeat-x;
	float: left;
	border-top: 6px solid #3C3C3C;
}

#ActionItems #Item3 {
	height: 66px;
	width: 250px;
	background: url(../images/actionItem3Background.jpg) repeat-x;
	float: left;
	border-top: 6px solid #575757;
}


#Content {
	float: left;
	background: White url(../images/contentBackground.jpg) repeat-x;
	width: 45%;
	margin: 2em;
	padding: 1.5em 2em 2em 2em;
}

#Interior {
	float: left;
	width: 52%;
	margin: 2em;
	padding:  1.5em 2em 2em 2em;
}
#Interior span {
   display:block;
   text-align:center;
}
#Interior h4 {
   font-size:130%;
   
}

#newsItems {
	background: #F1FD3F;
	padding: 2em 20px 4em 20px;
	float: left;
	width: 23%;
	color: #2C2C2C;
}
#newsItems ul {
   padding:0;
   margin:0 1.2em;
}

.spacer {
   padding-bottom:.2em;
}


#newsItem1 {
	float: left;
	margin-bottom: 1em;
	margin-top: 2em;
	width: 30%;
}

#newsItem2 {
	float: left;
	margin-bottom: 2em;
	width: 30%;
}


#Footer {
	clear: both;
	text-align: left;
	font-weight: bold;
}

#Footer #TextLinks {
	padding: 10px 15px 10px 15px;
	text-align: left;
}

#Footer #TextLinks a {
	
}

#Footer #Disclaimer {
	padding: 2px 15px 2px 15px;
}

#Footer #Disclaimer p {
	
}


#Disclaimer p {
	
}

