﻿body
{ 
	background: #edf5fe;
	color:#2B93F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

#wrap
{
	margin: 0 auto;
	background: url(images/fill_shadow.gif) repeat-y right top;
	width: 863px;
	min-height: 100%;
	position: relative;
}
/*--------------------------- Header ----------------------------------*/
#header
{
	padding: 0px 0 0 9px;
	width: 855px;
	overflow: hidden;
	background: #edf5fe
}
.logo
{
	float: left;
	margin-top: 14px;
	width: 129px;
	height: 129px;
	text-indent: -9999px;
	background: url(images/logo3.gif) no-repeat left top;
	display: block
}
.topShadow
{
	float: left;
	background: url(images/top_shadow.gif) no-repeat left top;
	padding: 12px 0 0 0;
	width: 726px;
}
.bottomShadow
{
	float: left;
	padding: 0 0 11px 0;
	background: url(images/double_shadow.gif) no-repeat left bottom;	
	width: 726px;
}
.fillShadow
{
	float: left;
	background: url(images/fill_shadow.gif) repeat-y left top;
	padding: 10px 23px;
	width: 680px;
}
/*------------------------------- Content ---------------------------------------*/
#content
{
	width: 863px;
	padding-bottom: 68px;
	overflow:hidden;
	position: relative;
}
/*--------------------------------- Left --------------------------------------*/
#left
{
	position: absolute;
	left: 0px;
	top: 8px;
	
}

/*---------------------------------- Right -------------------------------*/
#right
{
	float: left;
	padding-left: 137px;
	width: 726px;
}
.textBoxBottShadow
{
	float: left;
	padding-bottom: 13px;
}
.textBox
{
	float: left;
	min-height: 197px;
	height: auto !important;
	height: 197px;
	padding: 11px 33px 20px 33px;
	width: 660px;
}
.textBox h3
{
	color: #2b93f7;
	font-weight: bold;
	margin: 0;
	padding-bottom: 12px
}
.textBox h1 
{
	color:#2B93F7;
	font-weight:bold;
	margin:0;
	padding-bottom:12px;
	font-size: 13px;

}
.textBox a:link,
.textBox a:visited 
{
	font-size: 11px;
	text-decoration: underline;
	white-space: nowrap;
}
.textBox a:hover 
{
	text-decoration: none;
}
.textBox p,
div.sys_ArticleFullText
{
	
	color: #2b93f7;
	/*padding-bottom: 12px;*/
	line-height: 1.5;
}
/*----------------------------- Footer ---------------------------*/
#footer
{
	width: 863px;
	text-align: center;
	position: relative;
	height:42px;
	margin:-68px auto 0 auto;
	padding-top:26px;
	background:  #edf5fe url(images/footer-new2.gif) no-repeat right top ; 
}
#footer a:link,
#footer a:visited,
#footer p
{
	color: #2B93F7;
	font-size: 12px;
	line-height: 12px;
	clear: both
}
#footer p
{
    margin-left:136px;
}