
#header {
	margin: 0;
    padding 0;
	background-color: #E3ECF8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#LogoArea  { height:80px;  float: left; width:752px; margin-top: 2px; margin-bottom: 5px; padding 0;border: 1px solid #999; background-color: #E3ECF8;}
#ProofArea  {
	height:80px;
	background-color: #E3ECF8;
	float: right;
	width:200px;
	margin-top: 2px;
	margin-bottom: 5px;
padding 0;	border: 1px solid #999;
	text-align: center;
}
#LogoWrapper { width:400px; float:left; background-color: #E3ECF8;}
#mainarea {
	float: left;
	width: 960px;
	border: 1px solid #999;
	margin-bottom: 5px;
}
#section1 {
	float: left;
	width: 600px; 
}
#column1 {
	float: left;
	width: 300px;
	margin-top: -5px;
}
#column2 {
	float: right;
	width: 300px;
	margin-top: -5px;
}

#section2 {
	float: right;
	width: 360px; 
}
.mainimage {
	width: 300px;
	border: 1px solid #C4CFE3;
	background-color: #ffffff;
	padding:3px;
	margin-top: 10px;
}
.maintext {
	width: 260px;
	float: right;
}
.image {
	border: 1px solid #C4CFE3;
	background-color: #ffffff;
	padding:3px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content {
	width: auto;
	border: 1px solid #C4CFE3;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #ffffff;
	padding:3px;
	background: url(/images/listing.gif) repeat-x;
}


.content h2,h3 {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

.content p {
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 6px;
}

.content a {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.content li {
	padding-right: 5px;
	text-indent: 0px;
	margin-left: -12px;
	margin-bottom: 2px;
}

.content ul {
	margin-bottom: 4px;
	margin-top: 0px;
	text-indent: 0px;
	list-style-image: url(/images/chev.gif);
	list-style-position: inside;
}


.ItemTitle {
	font-weight: bold;
	font-size:15px;
	line-height:18px;
	color: #FFF;
	text-align: center;
}

.ItemTitle a {
	text-decoration: none;
	color: #FFF;
}
.ItemTitle a:hover {
	text-decoration: none;
	color: #ddd;
}
#info dl {  clear:both;  }
#info dt {  margin-bottom:1em;   font-weight:bold;}
#info dd {  width:30%;   float:left;   margin-right:20px;}
#info li { line-height:16px; font-size:12px;}
#info li a { color:#fff; font-size:12px; text-decoration:none;}
#info li.first {  counter-reset:item 0;}
#info li.second {  counter-reset:item 5; }
#info li.third {  counter-reset:item 9;}
#info ol li {  display: block;}
#info ol li:before {  content: counter(item) ". ";   counter-increment: item 1;}
.clear { clear: both } 

