img { border: none; }

.warpper {
    margin: auto;
    text-align: center;
    width: 800px;
}

.container
{
	width: 800px; 
	margin-right: auto; 
	margin-left: auto; 
	min-height: 600px;
}

.mainHolder
{
	width: 100%; 
	height: 650px;
}

.leftBorder
{
	float: left; 
	width: 20px; 
	height: 100%; 
	overflow: hidden; 
/*	background: url(images/leftBorder.jpg) top center repeat-y;*/
}

.mainContent {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 5px #000;
    float: left;
    height: auto;
    padding: 10px;
    width: 760px;
}

.header
{
	width: 100%; 
	height: 111px; 
	background: url(images/header.jpg) top center no-repeat;
}

.logo
{
	width: 300px;
	height: 57px;
	float: left;
	margin-left: 15px;
	margin-top: 17px;
}

.logoimg
{
	width: 299px;
	height: 55px;
	border: none;
}

.boxesHolder
{
	width: 721px; 
	min-height: 250px; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center;
}

.menu
{
	width: 100%; 
	height: 21px; 
	background: url(images/menuBG.jpg) top center no-repeat; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center;
}

.boxLine
{
	width: 100%; 
	margin-top: 10px;
}

.homeMiddle
{
	margin-top: 5px;
	width: 721px;
	height: auto; 
	background: #d7d7d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7d7d7 1%, #ffffff 17%, #ffffff 87%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d7d7d7), color-stop(17%,#ffffff), color-stop(87%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	border:1px solid #d7d7d7;
	text-align: left;
	padding-bottom:10px;
}

.leftBox
{
	float: left; 
	width: 511px; 
	height: auto; 
background: #d7d7d7; /* Old browsers */
background: -moz-linear-gradient(top,  #d7d7d7 1%, #ffffff 17%, #ffffff 87%, #d7d7d7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d7d7d7), color-stop(17%,#ffffff), color-stop(87%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
border:1px solid #d7d7d7;
 min-height: 195px;
}

.boxTitle {
    background: url("images/head_bg.png") no-repeat scroll 15px 10px #ffffff;
    box-shadow: 0 2px 3px #ccc;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
    padding-top: 5px;
    text-align: left;
    width: auto;
}

.boxContent
{
	width: auto;
	height: auto;
	text-align: left;
	padding: 10px;
}

.rightBox
{
	float: right; 
	width: 201px; 
	height: auto; 
	background: #d7d7d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7d7d7 1%, #ffffff 17%, #ffffff 87%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d7d7d7), color-stop(17%,#ffffff), color-stop(87%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	border:1px solid #d7d7d7;
	 min-height: 195px;
}

.boxcontent ul {
    margin: 0;
    padding: 10px 5px 10px 15px;
}
.boxcontent ul a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

.homeFooter
{
	margin-top: 10px; 
	width: 100%; 
	height: 182px;
}

.rightBorder
{
	float: left; 
	width: 20px; 
	height: 100%; 
	/*background: url(images/rightBorder.jpg) top center repeat-y;*/
}

.pageFooter
{
	width: 100%; 
	height: auto; 
	background: #d7d7d7; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7d7d7 1%, #ffffff 17%, #ffffff 87%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d7d7d7), color-stop(17%,#ffffff), color-stop(87%,#ffffff), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7d7d7 1%,#ffffff 17%,#ffffff 87%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
	border:1px solid #d7d7d7;
}

.pageHolder
{
	width: 722px;
	min-height: 451px;
	margin-top: 10px;
}

.pageHolder_top
{
	width: 100%;
	height: 32px;
	background: url(images/contentTop.jpg) top center no-repeat;
}

.pageHolder_title
{
	width: auto;
	padding-left: 20px;
	padding-top: 5px;
	color: #5f5f5f;
	font-size: 14px;
	font-weight: bold;
}

.pageHolder_content
{
	width: 100%;
	min-height: 401px;
	background: url(images/contentBG.jpg) top center repeat-y;
	text-align: center;
}

#pageHolder_ch
{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 451px;
	padding: 20px;
}

#pageHolder_ch A
{
	color: #8392cc;
	text-decoration: none;
}

.pageHolder_footer
{
	width: 100%;
	height: 18px;
	background: url(images/contentBottom.jpg) top center no-repeat;
}