/*-------------------------------------HTML---------------------------------*/

html {
	background-color: #ffffff;
}

body {

    font-family: arial, serif;
    font-size: 12px;
	}
	
#custom-doc {
	padding:0px;
    margin:0px auto;
    width: 984px;
    clear: both;
}

FORM {
	margin:0px;
	}

/*-------------------------------------ID---------------------------------*/

.yui-t2 .yui-b
{
	width: 207px;
}

.yui-gc div.first, .yui-gd .yui-u {
	width: 569px;
}

.yui-t2 #yui-main .yui-b {
	margin-left: 207px;
}

.yui-ge div.first, .yui-gf .yui-u
{
	width: 802px;
}

.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u {	
	margin-left: 0px;
	width:208px;
}

#contentCenter {
	height:100%;
	padding-top: 20px;
	float: left;
	width: 569px;
	}

#contentCenterWide {
	height:100%;
	float: left;
	width: 767px;
	padding-right: 10px;
	}

#contentMain {
	height:100%;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 549px;
	background-color: #ffffff;
	}
	
#contentMainWide {
	height:100%;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 747px;
	background-color: #ffffff;
	}
	
#contentMainWide2 {
	height:100%;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 747px;
	background-color: #ffffff;
	}


#contentRight {
	width:202px;
	text-align:left;
	height:100%;
	float: right;
}

#contentHeader {
	background-image:url(../../images/mast_image.gif);
	background-repeat:repeat-x;
	height: 95px;
}

	
#contentFooter {
	background:#FFF;
	color:red;
	font-size:9px;
	height:44px;
	padding-top:5px;
	clear: both;
	text-align:center;
	}
		
#frameContainer {
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	padding-right:5px;
	}
	
#navigationContainer {
	text-align:left;
	width: 170px;
	padding: 10px;
	margin: 4px 6px 10px 10px;
	float: left;
	display: inline;
	background-color: #d8d8da;
	}
	
#leftColumnBlock 
{
	background-image:url(../../images/common/leftNavBg.png);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
	margin-top:4px;
}

#centralBlock 
{
	background-image:url(../../images/common/centralCatBG.png);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
	margin-top:4px;
}

#centralDetailBlock 
{
	background-image:url(../../images/common/centralDetailBG.png);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
}


