/* Global formatting for all pages */

body {
     SCROLLBAR-FACE-COLOR: #7A89C0; 
	 SCROLLBAR-SHADOW-COLOR: #7a89c0;
	 SCROLLBAR-ARROW-COLOR: white;
	 SCROLLBAR-BASE-COLOR: #7a89c0; 
	 scrollbar-3d-light-color: #7A89C0; 
	 scrollbar-dark-shadow-color: #7A89C0;
	 color: #093886; 
	 
}

#background {
	 margin-top: -10px;
	 margin-left: -10px;	
	 width: 958px; /* = 744px - 2px left margin + 7px dropshadow */
	 background-image : url(../images/dropshadow-middle-glb.gif);
	 background-repeat : repeat-y;
	 background-position : right;	
	 background-color: #C2D6F7;

}
#dropshadow-top {
	position: absolute;
	top: 0px;
	left: 744px;
	width: 7px;		
	height: 11px;
	background-image : url(../images/dropshadow-top-glb.gif);	
	background-repeat : no-repeat;	
}

#dropshadow-bottom {
	clear: both;
	width: 751px;		
	height: 7px;
	background-image : url(../images/dropshadow-bottom-glb.gif);	
	background-repeat : no-repeat;	
}
/* position of the top picture 
//.top {
//	 margin-top: -15px;
//	 margin-left: -10px;
//}
*/
//.glb-border {
//	border-top: 1px solid #D2D2D2;
//	border-left: 1px solid #D2D2D2;
//	border-right: 1px solid #999;
	//border-bottom: 1px solid #999;	
//}

/* for about.asp*/
.textbox {
width: 750px;
position: absolute;
top: 150px;
border: 1px;
background-color: #F5F5F7;
padding: 10px;
padding-top: 40px;
}

/* the includes for about.asp*/
.includes{
position: absolute;
top: 750px;


/* the includes under images*/
.under{
position: absolute;
top: 3500px;

}

.header1 {
width: 400px;
hight: 5px;
border: 1px;
padding-left: 20px;
background-color: #4A82DF;
color: white;
}

.header2 { 
width: 400px;
hight: 5px;
border: 1px;
padding-left: 20px;
background-color: #4A82DF;
color: white;
}

.header3 { 
width: 400px;
hight: 5px;
border: 1px;
padding-left: 20px;
background-color: #4A82DF;
color: white;
}
/* text size and face for the text in the whilte  box */
h1 {
font-familty:  arial;
font-size: 10pt;
font-weight: regular;
}


/* To position the text about each picture on Repertoir page*/
.kd {
font-size: 30;
font-family: arial;
font-weight: regular;
position: absolute;
top: 150;
left: 50;
color: blue;
}

.1up {
font-size: 30;
font-family: arial;
font-weight: regular;
position: absolute;
top: 150;
left: 50;
color: blue;
}

.kd_img {
position: absolute;
top: 120;
left: 10;
}

.1up_img {
position: absolute;
top: 160;
left: 10;
}

.cind_img {
position: absolute;
top: 120;
left: 280;
}

.2up_img {
position: absolute;
top: 160;
left: 270;
}


.dr_img {
position: absolute;
top: 120;
left: 540;
}

.3up_img {
position: absolute;
top: 160;
left: 540;
}

.br_img {
position: absolute;
top: 420;
left: 10;
}

.12_img {
position: absolute;
top: 420;
left: 280;
}

.gore {
position: absolute;
top: 422;
left: 544;
}



