/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}caption,th {text-align:left;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}*/
/* global */
/*
centered
main
cell


*/
#centered
{
	width:100%;
	height:100%;
	text-align:center;
}
#box, #boxStretch{
	width:905px; /*750px; box width*5 (565)*/
	text-align:left;
	margin-top: 20px; /**/
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	/*background-image: url(../images/site/bg_cell150x142.gif);
	background-repeat: repeat;*/
}
#box{
	height:710px;/*box height*5 ()*/
}
#boxStretch{
	height:2130px;/*height:1420px;*/
}
.cell, .logocell, .topmenu, .leftmenu,
.cellTwoTwo, 
.cellThreeOne, .cellThreeOneHalf, .cellFourOne,
.cellFourThree, .cellFourThreeScroll, .cellOneThree, .cellOneEightAndHalf{
	float:left;		/**/
	padding: 0px;
	margin: 0px;	/*background-image: url(../images/site/bg_block.gif);*/
	clear: none;	/**/
}

.cell{
	width:150px;
	height:142px;
}

.logocell, .cellTwoTwo{
	width:300px;
	height:284px;
}

.cellThreeOne{
	width:450px;
}
.topmenu, .cellFourOne{
	width:600px;
}
.cellThreeOne, .cellFourOne{
	height:142px;
}
.topmenu{
	height:284px;
}

.cellThreeOneHalf{
	width:450px;
	height:71px;
}

.leftmenu, .cellOneThree, .cellOneEightAndHalf{
	width:150px;
}
.cellOneThree{
	height:426px;
}
.cellOneEightAndHalf{
	height:1207px;
}
.leftmenu{
	clear:left;
	height:1207px;
}

.cellFourThree, .cellFourThreeScroll{
	width:600px;
	/*height:426px;*/
	
}
.cellFourFour, .cellFourFourScroll{
	width:750px;	
	/*height:426px;*/
	float:right;
}
.cellFourThreeScroll, .cellFourFourScroll{
	overflow: auto;
}



/* pages */
.headingText, .SubHeadingText, .mainText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headingText, .mainText{
	
}
.headingText, .SubHeadingText{
	color: #990000;
}
.headingText{
	font-size: large;
	text-align: right;
	padding-right: 15px;	
}
.SubHeadingText{
	font-size: medium;
}

.mainTop{}
.mainLeft{}

.mainText{
	width: 750px;
	padding: 5px;
	font-size: small;
	color: #CC3300;
	/*text-align: justify;*/
	background-image:url(../images/site/mainBg.gif);
	background-repeat: repeat-y;
}
.mainText strong{
	font-weight: bold;	
}
.mainText p, .mainText h3, .mainText h4 {
	padding-left: 10px;
	padding-right: 10px;
}
.mainText p{

	padding-bottom: 10px;	
}

.mainRight{}
.mainBottom{}

.cellImg{
	position: relative;
	background-color: #FF0000;
	clear: none;
	float: left;
}