/* Default CSS */
/***************************/
/* Format Positon General: */
/***************************/
/*  border:1px solid #000000 */
html {}
body { margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; }

#frameRoot { margin:0; padding:0;}
#frameApplication { position : fixed; display:none; z-index:900;}
#frameHeader { position : fixed; left : 0px; top : 0px; z-index : 16; width : 100%; } /*774px*/
#frameHeader .margin { height : 120px; background-image:url(images/line2.gif); background-position:-50px 0; background-color:#A5C6DE;}

#frameLeft { position : fixed; left : 0px; top : 100px; z-index : 17; width : 225px; margin : 0; padding : 0; }
#frameLeft .margin { overflow:auto; height:230px; width:225px; padding:0px 0px 0px 12px;}
#frameCenter { } 
#frameCenter .margin { margin : 120px 0px 100px 252px; padding : 0; max-width:712px; z-index:0;}

#frameFooter { position : fixed; left : 0px; bottom : -1px; z-index : 16; width : 100%; } /*774px*/
#frameFooter .margin { height : 25px; background-image:url(images/line2.gif); background-position:-50px 0; background-color:#A5C6DE;}

/*background-image:url(images/background_content.jpg)*/
#logo2 { position:absolute; top: 25px; left:249px; }
#logo1 { position:absolute; top:25px; left:40px; width:190px; text-align:right;}
#quickbox { position:absolute; top: 6px; left:668px; width:250px; height:20px; text-align:right;}
#navigationPri { position:absolute; top:75px; left:249px; background-color:#A5C6DE;}
#navigationSec { }

#toolBox { width:199px; left:5px; height:40px; bottom:0; position:absolute; margin:0; display:none;}
#otherNav { width:575px; left:255px; height:16px; bottom:0; position:absolute; margin:0;}
/***************************/
/* General element styles: */
/***************************/
body { background-color:#A5C6DE; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
	background-image:url(images/line2.gif);
	background-position:-50px 0;
}
