<!-- WWW_file whatsnew.css ; Version 1.001 ; Updated 2009-04-16 14:15:40 --> 
/* Styles for Whats New pages in html */

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

body 
{
	background-color: #EEEEEE;
	vertical-align: top;
	/*  width: 100%; */
	/* background-image: url(images/top/access.png); */
	background-position: left top;
	background-repeat: repeat-x;

}
#main_container
{
	width: 100%;
	text-align: center;
	float: left;
	position: absolute;
	top: 170px;
	left: 0px;
	color:#484848;
	font-family: Times New Roman, Times;
	font-size:1em;
}

#stripe_container
{
	width: 100%;
	height: 166px;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	background-image: url(images/top/whatsnew_red_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 5;
}
#contact{
	width:100%;
	clear:left;
	background-color:#B82E35;
	color:white;
	text-align:center;
	font-size:14pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#page_title {
	display: block;
	margin: 0 auto;
	width:700px;
	font-size:20pt;
	color:grey;
}

a  {color: #f00;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt;}
a:link {color: #f00}
a:visited {	color: #f00}

a.bodylink {color:blue;font-family: Times New Roman, Times;font-size:1em;}
h1  {
	font-size: 1.5em;
	font-weight: bold;
	color:#666666;
	line-height:1.4em;
	}
h2  {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em
	}
#layoutLogic {
	width: 100% }
.section {
	display: block;
	margin: 0 auto;
	width: 750px;
	line-height:140%;
}
.col-A, .col-B {
	float: left }
.col-A {
	text-align: left;
	display: block;
	margin-right: -1px;
	padding-right: 5px;
	width: 350px;
	border-right: 1px solid black}
.col-B {
	text-align: left;
	display: block;
	padding-left: 5px;
	width: 350px;
	border-left: 1px solid black }
.clear {
	clear: both }
