html
{
	padding:0;
	font-family:tahoma,verdana,arial,sans-serif;
	font-size:11px;
}
body
{
	margin:10px 0 10px 0;
	padding:0;
	background: #023143;
}

div#CentreLayout
{
	margin: 0 auto;
	width: 880px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: #FFF;
	border-left: 20px Solid #FFF;
	border-right: 20px Solid #FFF;
	background-image: URL('/gfx/dottie.gif');
}

div#bottom
{
	border-top: 2px solid #FFF;
	margin: 0 auto;
	margin-top: 18px;
	width: 920px;
	height: 10px;
	background: #023143;
	color: #FFF;

}

.block
{
	float:left;display: inline; /*fix ie 6 double margin bug*/
}

div#Header
{
	float:left;
	width:880px;
	min-height: 108px;
	min-height: auto !important;	
	height: 108px;
	/*background: url(../images/header_nav.png) bottom left no-repeat;
	...and see patch for ie6 background position due to use of nav -- in fp_nav.css*/
	border: 0px dotted #0099FF;
	text-align: right;
	background: #FFF;
}

#Nav
{
	float:left;
	padding: 0px;
	margin: 0px;
	border: 0;
	/*padding-top:5px;*/
	border: 0px dotted #FF0000;
	width:880px;
	
}

#Nav a.leftmost
{
	margin-left: 0;
}
#Nav a.rightmost
{
	margin-right: 0;
}

div#banners
{
	clear:both;
	border-top: 2px solid #FFF;
	margin-top: 0px;
	height: 125px;
	/*background-color: #000;*/
}

div#Page, div#PageLegal
{	
	clear:both;
	/*min-height: 530px;
	height: auto !important;	
	height: 530px;*/
	padding: 10px 22px 0px 20px;
	width:581px;
	border: 0px dashed #FF9900;
	border-right:0px dotted #C0D9E0;
	float: left;
	text-align: justify;
	color: #333333;
	background-image: URL('/gfx/dottie.gif');
}

div#Page a
{	
	color:#4A8C9C;
}

div#Page a:hover
{	
	color:#FFF;
	background:#4A8C9C;
}


/*div#Page p:first-letter { font-size: 24px;}
div#Page p:first-line { line-height: 22px; }*/
div#Page p 
	{
	font-size: 11px; 
	line-height:16px;
	padding-top:0px;
	margin-top:0px;
	}
	
div#PageLegal p 
	{
	font-size: 10px; 
	line-height:15px;
	padding-top:0px;
	margin-top:0px;
	}
	
div#Page h3
	{
	font-size:16px;
	font-weight:normal;
	padding:0px 0px 20px 0px;
	line-height:14px;
	margin:0px;
	}

div#Page h4
	{
	font-size:14px;
	font-weight:normal;
	padding:0px;
	line-height:14px;
	margin:0px;
	}
	
div#Page h5
	{
	font-size:11px;
	font-weight:bold;
	padding-top:0px;
	line-height:16px;
	margin-top:0px;
	}
.servicesTitle
	{
	font-weight:bold; padding-bottom:0px; margin-bottom:0px;
	}

div#Lineo
{
	margin:8px 0px 0px 5px;
	height:300px;
	border-left:0px dotted #4A8C9C;
	float:left;
}

div#Panel
{
	margin: 10px 28px 0px 8px;
/*	min-height: 492px;
	height: auto !important;	
	height: 530px;*/
	width:208px;
	border-left: 0px dashed #FF9900;
	float: right;
	text-align: left;
}

div#Panel h1
{
	font-size:12px;
	height:20px;
/*	color:#4A8C9C;*/
/*	color: #C0D9E0;*/
	color:#333333;
/*	border-top: 1px dotted #C0D9E0;
	border-bottom: 1px dotted #C0D9E0;*/
	font-weight: bold;
	margin:4px 0px 0px 10px;
	width: 200px;
}

div#Panel a
{	
	color:#4A8C9C;

}

div#Panel a:hover
{	
	color:#FFF;
	background:#4A8C9C;
}

div#Panel p
{
	margin:0px 0px;
	padding:0px;
}

div#news
{
	width: 200px;
/*	border-bottom: 1px dotted #C0D9E0;*/

	padding-bottom:5px;
	font-size: 11px;
	line-height:16px;
	color:#333333;
	margin: 5px 0px 15px 8px;
}

div#news a
{	
	color:#4A8C9C;
}

div#news a:hover
{	
	color:#FFF;
	background:#4A8C9C;
}

div#newsSpace 
{
	width:100%; height:2px; margin:0px; padding:0px;
	background-image: URL('/gfx/Hdottie.gif');
}

div#Footer
{
	background-color:#999999;
	color:white;
	float:left;
	width:980px;
	margin-top:30px;
}
div#Footer div
{
	text-align: right;
	margin-right:25px;
}
div#Footer a, div#Footer p
{
	color:white;
}

div#myclear {
 clear:both;
}


