@charset "UTF-8";
/* CSS Document */
body{margin-top: 10px;}

div#mainDiv{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;	
}

/**General LayOyt **/

div#topHead
{
	width: inherit;
	height: 20px;
	background-image: url(../Images/top_grad_white.png);
}

div#navBar
{
	width: 200px;
	float: left; 
	height: 800px;
	border-left: 2px solid rgb(41,0,191);
	background:#4B467A; /*border-right:2px solid rgb(41,0,191);*/
}

div#contents{width: 846px; float: right; clear: right; height: 800px; border-right: 2px solid rgb(41,0,191)}
div#logoDiv{width: 100%; height: 80px;padding-top: 40px; background:rgb(176,170,240) url(../Images/gradient_4.png) repeat-x 0;border-bottom:2px solid white; /*border-right:2px solid rgb(41,0,191);*/}
div#imageLogo{position:  relative; z-index: 1000; width: 151px; height: 197px; left: 25px; background-image: url(../Images/APZLogo.png);}
div#tittle{width: 846px;float:right; clear:right; height: 120px; background:rgb(176,170,240) url(../Images/header.png) repeat-x 0; }

#uleftTDiv{
	width: 50px;
	height:inherit;
	float:left;
	clear:right;
}
#ullTd{
	width:21px;
	height:inherit;
	float:left;
	clear:right;	
	border-right:2px solid rgb(41,0,191);
	
}
#urlTd{width:23px;
	height:inherit;
	float:right;
	clear:right;
	border-right:2px solid rgb(55,130,253);;
}
div#innerTittle{width: 700px;float:right;text-align: center;margin-top:40px; margin-left: auto;margin-right: auto;font-family: sans-serif; font-size: xx-large; color: white;}
div#bottomFoot{width: 1050px;height: 20px;border-top: 2px solid rgb(41,0,191); background-image: url(../Images/top_grad_nowhite.png);}
/**Components **/
div#listItems{width: inherit; margin-top: 130px;font:12px Verdana, Arial, Helvetica;}
ul#navList{margin: 0px; padding: 0px;}
ul#navList li{width: inherit; list-style-type: none;margin-left: 5px;}

div#mainContet{width:inherit;height: 626px;}

div#behindLogo1{width: 100%; height:25px; margin-top:23px;border-top:2px solid rgb(41,0,191);border-bottom:2px solid rgb(55,130,253);}

div#beforeMain{width:100%; height:25px; border-bottom:2px solid rgb(55,130,253);}

div.cleaner{clear:both}