﻿
/* Layout Stylesheet */ 

body {
 margin:0;
 padding:0;

 }
#outer {
	width:800px;
	 margin:auto;
	
  }
#header {
	height:319px;
	position:relative ;
	/*background: url("../images/MainBanner.jpg") no-repeat left top;*/
 }
#bodyblock 
{
	position:relative ;
	float:left;
	width:800px;
 }
#leftcol 
{
	float:left;
	width:200px;
}
#rightcol
{
	width:560px;
	float:left;
	
 }
 #leftcol2 
{
	float:left;
	width:200px;
}
#rightcol2
{
	width:550px;
	float:left;
	
 }
#footer 
{
	clear:both;
	height:60px;
	padding-left:10px;
}
#ctl00_pnlAnnounce
{
	position:absolute;
	top: 350px;
	left:0px;
}
.rightheader
{
	float:right;
	width:380px;
}
.leftheader
{
	float:left;
	width:380px;
}	
div.row 
{
	width:530px;
	z-index:0;
	}
div.row span.lcol {
	float:left;
	width:70px;
	display:block;
	}
div.row span.rcol 
{
	float:left;
	width:450px;
	text-align:left;
	display:block;
	padding-left:8px;
}
.highBox
{
	width:400px;
	padding:10px;
	border: solid 1px #9dffbd;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.highBoxNoCenter
{
	width:400px;
	padding:10px;
	border: solid 1px #9dffbd;
	margin-left:auto;
	margin-right:auto;
}
.prop
{
    float:right;
    width:1px;
    height:1000px;
}
