/*********************************** Generic Selectors ************************************/ 
html {
/* scroll bar styling for IE only */
	scrollbar-face-color:#d4d4d4;
	scrollbar-highlight-color:#d4d4d4;
	scrollbar-shadow-color:#676767;
	scrollbar-3Dlight-color:#ffffff; 
	scrollbar-arrow-color:#ff6600;
	scrollbar-track-color:#EFF0F2;
	scrollbar-darkshadow-color:#d4d4d4;
}

/*td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}*/
/**************** Pseudo classes ****************/ 
a:link {
	color: #f67716;  /* dark */
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	z-index: 1;
}
a:visited {
	color: #f67716;  /* dark */
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	z-index: 1;
}
a:hover {
	color: #ff9c3d;   /* light */
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	z-index: 1;
}
a:active {
	color: #f67716;  /* dark underlined*/
	text-decoration:underline;
	font-weight: bold;
	font-size:14px;
	z-index: 1;
}

#footerLinks a:link { color: #f67716;  /* dark */
	text-decoration: none; font-weight: bold; font-size:11px;}
#footerLinks a:visited { color: #f67716;  /* dark */
	text-decoration: none; font-weight: bold; font-size:11px; }
#footerLinks a:hover { color: #ff9c3d;   /* light */
	text-decoration: none; font-weight: bold; font-size:11px; }
#footerLinks a:active { color: #f67716;  /* dark underlined*/
	text-decoration:underline; font-weight: bold; font-size:11px; }
/* Class subLinks for all sub tables*/
.subLinks a:link{ color: #424242;  /* dark */
	text-decoration: none; font-weight: bold; font-size:12px;}
.subLinks a:visited{ color: #424242;  /* dark */
	text-decoration: none; font-weight: bold; font-size:12px;}
.subLinks a:hover{ color: #424242;  /* dark */
	text-decoration:underline; font-weight: bold; font-size:12px;}
.subLinks a:active{ color: #424242;  /* dark */
	text-decoration: none; font-weight: bold; font-size:12px;}
/************************* Classes **********************/
.maincategory { /* for menu items*/
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-color:#C4C4C4;
	/*display:block;*/
	width:222px; /* width not 250px because there is 28 left padding*/
	height:25px;
	padding-left:28px; /* 25 is the width of the bullet*/
	vertical-align:middle;
}
.pagetitle { /* page title table*/
	background-image:url(../images/footer.jpg);
	height:32px;
	border-width:2px;
	border-style:solid;
	border-color:#d4d4d4;
	text-align:left;
	color: #f67716;
	font-weight: bold;
	font-size:16px;
	padding-left:5px;
	z-index: 1;
}
.categorytitle {	
	height:20px; 			
	border-width:2px;
	border-style:solid;
	border-color:#F67716;
	text-align:center;
	color: #f67716;
	font-weight: bold;
	font-size:16px;
	margin-top:1px;
	
	z-index:1;
}
.programtitle_1 {
	background-color:#FFFFFF; /*#FCAE1C will be the td back color*/
	height:20px;
	border-width:1px;
	border-style:solid;
	border-color:#F67716;
	margin-top:2px;
	z-index: 1;
}
.programtitle_2 {
	background-color:#FCAE1C; /*#FCAE1C will be the td back color*/
	border-width:1px;
	border-style:solid;
	border-color:#F67716;
	text-align:left;
	color:#FFFFFF;
	font-weight: bold;
	font-size:14px;
	z-index: 1;	
}
.subtitle {
	background-color:#FFFFFF; /*will be the td back color*/
	/*border-width:1px; border-style:solid; border-color:#F67716;*/
	text-align:left;
	color: #f67716;
	font-weight: bold;
	font-size:14px;
	height:33px;
	z-index: 1;
}
.texts {
	padding-left:10px;
	padding-right:5px;
	padding-top: 5px;
	
	z-index:1;
}
.popup {
        border:dotted 2px #CCC;
		display:none;
        /*position: absolute;
		top: 50px; 
		left: 100px;*/
		position:relative;
		top:0px;
		left:0px;
        width: 300px;
        z-index: 60;
		text-align:center;
		background-color:#FFFFFF;
		
      }
/************************* ID's *************************/ 
#indexbody {	
	background-image:url(../images/bg.jpg);
	text-align: center; /* to center the div tag content*/	
			
	font-family:BenguiatGot Bk BT;/*: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color:#424242; /* text color dark gray*/			
}
#wrapper { 
	background-color:#FFFFFF;  /*/* testing */
	position:relative;	
	top:-15px;
	left:0px;
	width:765px;
	height:100%;
	margin-left:auto; /* to center the div tag */
	margin-right:auto; /* to center the div tag */
}
#header { 
	width:765px;
	height:200px;
}
#middle { 
	/*background-color:#FF0000;  /* testing */
	text-align:left;
	width:765px;
	height:425px;/*100%;*/

}
#navigate {
	background-color:#dcdcdc;
	position:relative;
	left:0px;
	top:0px;
	width:250px;
	height:100%;  /*not 425px; inorder not to overflow when menu is opened*/	
}
#navTitle {
	background-image:url(../images/footer.jpg);
	
	position:relative;
	top:0px;
	left:0px;
	width:236px; /* 250-4 border widthes - 10 padding*/
	height:23px; /* 32-4 border widthes - 5 padding*/
	padding-left:10px;
	padding-top:5px;	
	
	border-width:2px;
	border-style:solid;
	border-color:#d4d4d4;
	text-align:left;
	color: #f67716;
	font-weight: bold;
	font-size:16px;
}
#content { /* content div tag*/
	background-color:#FFFFFF;
	position:absolute;/*relative doesn't work here since it needs a top= - height of navigate*/
	left:252px;
	top:200px; /* to be positioned after flash*/
	width:513px;
	height:425px;/*100%;*/
	z-index: 1;
	/*overflow:auto;	*/
}
#main {	 /* main iframe tag*/
	width:513px; /*100%;*/ /* both % & px are working correctly*/
	height:425px;
	overflow:auto;	
}
#mainbody { /* body of the sub html pages*/
	background-color:#FFFFFF;
	text-align:left;
	font-family:BenguiatGot Bk BT;/*: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color:#424242; /* text color dark gray*/
	/* Display the table at the most left upper corner*/
	margin-left:0px;
	margin-top:0px;
	/* To Display the gray div till the most right bottom corner*/
	margin-right:0px;
	margin-bottom:0px;
}
#maintbl{
	/*position:relative; in IE causes the grey div overlay even the popup */
	/*position:absolute; in both IE & FF causes the grey div to disappear */
	/*position:relative;/*:absolute;*/
	top:0px;
	left:0px;
	width:495px;	/*495 not 510 to prevent horizontal scroll*/
	border:0px;
}
#footer {
	background-image:url(../images/footer.jpg);
	position:relative;
	top:0px;/**/
	left:0px;
	width:763px; /* 765-2 border width*/
	height:32px;
	
	border-width:1px;
	border-style:solid;
	border-color:#d4d4d4;
	text-align:left;	
}
#footerLinks {
	position:relative;
	top:0px;
	left:0px;
	width:245px; /* width not 250px because there is 5 left padding*/
	height:22px; /* height not 32px because there is 10 top padding*/
	padding-top:10px;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
}
#footerCopyright {
	position:relative;
	top:-32px;
	left:251px;
	width:512px;
	height:26px; /* height not 32px because there is 5 top padding*/
	padding-top:6px;
	
	text-align:center;
	font-size:14px;
	font-weight:bold;
	
}

