/*********************************** 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:#cd1515;
	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: #ffffff;  /* light */
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	z-index: 1;
}
a:visited {
	color: #ffffff;  /* light */
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	z-index: 1;
}
a:hover {
	color: #ffffff;   /* dark */
	text-decoration:underline;
	font-weight: bold;
	font-size:10px;
	z-index: 1;
}
a:active {
	color: #ffffff;  /* light underlined*/
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	z-index: 1;
}

#footerLinks a:link { color: #ffffff;  /* light */
	text-decoration: none; font-weight:normal; font-size:10px;}
#footerLinks a:visited { color: #ffffff;  /* light */
	text-decoration: none; font-weight: normal; font-size:10px; }
#footerLinks a:hover { color: #ffffff;   /* dark */
	text-decoration:underline; font-weight: normal; font-size:11px; }
#footerLinks a:active { color: #ffffff;  /* light underlined*/
	text-decoration:underline; font-weight: normal; font-size:10px; }
/* Class subLinks for all sub tables*/
.subLinks a:link{ color: #ffffff;  /* dark */
	text-decoration: none; font-weight: normal; font-size:10px;}
.subLinks a:visited{ color: #ffffff;  /* dark */
	text-decoration: none; font-weight: normal; font-size:10px;}
.subLinks a:hover{ color: #ffffff;  /* dark */
	text-decoration:underline; font-weight: normal; font-size:10px;}
.subLinks a:active{ color: #ffffff;  /* dark */
	text-decoration: none; font-weight: normal; font-size:10px;}
/************************* Classes **********************/
.maincategory { /* for menu items*/
	/*background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;*/
	/*background-color:#C4C4C4;	*/
	width:222px; /* width not 250px because there is 28 left padding*/
	height:25px;
	padding-left:5px; /* 16 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: #eb0101;
	font-weight: bold;
	font-size:16px;
	padding-left:10px;
	padding-top:10px;
	z-index: 1;
}
.categorytitle {	
	height:20px; 			
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	text-align:center;
	color: #FFFFFF;
	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;
	text-decoration:underline;
	font-size:12px;
	padding-left:10px;
	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: #FFFFFF;
	font-weight: normal;
	font-size:12px;
	height:33px;
	z-index: 1;
}
.texts { /* for the about web page */
	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);*/
	background-color:#474641;
	text-align: center; /* to center the div tag content*/				
	font-family:Emblem;/*:BenguiatGot Bk BT;/*: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF; /* text color white*/			
}
#wrapper { 
	/*background-color:#FFFFFF;*/  /* testing */
	position:relative;	
	top:-15px;
	left:0px;
	width:765px;
	/*height:100%;*/
	height:632px;
	margin-left:auto; /* to center the div tag */
	margin-right:auto; /* to center the div tag */
}
#header {
	width:765px;
	height:85px;
}
#middle { 
	/*background-color:#FF0000;  /* testing */
	background-image:url(../images/body_bk.jpg);
	background-repeat:repeat-x;
	text-align:left;
	width:765px;
	height:530px;/*460px;/*100%;*/
}
#navigate {
	/*background-color:#dcdcdc;*/
	background-image:url(../images/menu.jpg);
	position:relative;
	left:0px;
	top:0px;
	width:255px;
	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:245px; /* 255- 10 padding*/
	height:27px; /* 32- 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;*/
	background-image:url(../images/body_bk.jpg);
	background-repeat:repeat-x;
	position:absolute;/*relative doesn't work here since it needs a top= - height of navigate*/
	left:257px;
	top:85px; /* to be positioned after flash*/
	width:508px;
	height:530px;/*100%;*/
	z-index: 1;
	/*overflow:auto;	*/
}
#main {	 /* main iframe tag*/
	background-image:url(../images/body_bk.jpg);
	background-repeat:repeat-x;
	width:508px; /*100%;*/ /* both % & px are working correctly*/
	height:530px;
	overflow:auto;	
}
#mainbody { /* body of the sub html pages*/
	background-color:#afaeaa;
	background-image:url(../images/body_bk.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align:left;
	font-family:Emblem;/*: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;/*:#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:490px;	/*495 not 510 to prevent horizontal scroll*/
	border:0px;
}
#footer {
	position:relative;
	top:0px;/**/
	left:0px;
	width:763px; /* 765-2 border width*/
	height:25px;
	
	border-width:1px;	
	border-style:solid;
	border-color:#b0afaa;/*#d4d4d4;*/	
	text-align:left;	
}
#footerLinks {
	position:relative;
	top:0px;
	left:0px;
	width:250px; /* width not 250px because there is 5 left padding*/
	height:25px; /* height not 32px because there is 10 top padding*/
	padding-top:5px;
	padding-left:5px;
	/*font-size:11px;
	font-weight:bold;*/
}
#footerCopyright {
	position:relative;
	top:-30px;
	left:0px;
	width:508px;
	height:25px; /* height not 32px because there is 5 top padding*/
	padding-top:5px;
	text-align:center;
	font-size:12px;
	float: right;
	/*font-weight:bold;	*/
}
