/*********************************** 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:#0176a8;
	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: #02658E;  /* light */
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	z-index: 1;
}
a:visited {
	color: #02658E;  /* light */
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	z-index: 1;
}
a:hover {
	color: #93CA38;   /* dark */
	text-decoration:underline;
	font-weight: bold;
	font-size:12px;
	z-index: 1;
}
a:active {
	color: #02658E;  /* light underlined*/
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	z-index: 1;
}

#footerLinks a:link { color: 02658E;  /* light */
	text-decoration: none; font-weight:normal; font-size:11px;}
#footerLinks a:visited { color: 02658E;  /* light */
	text-decoration: none; font-weight: normal; font-size:11px; }
#footerLinks a:hover { color: #93CA38;   /* dark underlined*/
	text-decoration:underline; font-weight: normal; font-size:11px; }
#footerLinks a:active { color: 02658E;  /* light underlined*/
	text-decoration:underline; font-weight: normal; font-size:11px; }
/* Class subLinks for all sub tables*/
.subLinks a:link{ color: #02658E;  /* light */
	text-decoration: none; font-weight: normal; font-size:11px;}
.subLinks a:visited{ color: #02658E;  /* light */
	text-decoration: none; font-weight: normal; font-size:11px;}
.subLinks a:hover{ color: #93CA38;  /* dark underlined*/
	text-decoration:underline; font-weight: normal; font-size:11px;}
.subLinks a:active{ color: #02658E;  /* light */
	text-decoration: none; font-weight: normal; font-size:11px;}
/************************* 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:25px;
	/*border-width:2px;
	border-style:solid;
	border-color:#d4d4d4;*/
	text-align:left;
	color: #000000;
	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:#02658e;
	text-align:center;
	color: #02658e;
	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:#02658e;
	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: #02658e;
	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:"Abadi MT Condensed Extra Bold";
	font-size:12px;
	font-weight:normal;
	color:#000000; /* text color black*/			
}
#wrapper { 
	background-color:#FFFFFF;/**/  /* testing */
	position:relative;	
	top:-15px;
	left:0px;
	width:765px;
	/*height:100%;*/
	height:600px;
	margin-left:auto; /* to center the div tag */
	margin-right:auto; /* to center the div tag */
}
#header {
	width:765px;
	height:180px;
}
#middle { 
	/*background-color:#FF0000;  /* testing */
	background-image:url(../images/body_bk.jpg);
	background-repeat:repeat-x;
	text-align:left;
	width:765px;
	height:405px;/*460px;/*100%;*/
}
#navigate {
	/*background-color:#dcdcdc;*/
	background-image:url(../images/menu_bk.jpg);
	background-repeat:no-repeat;
	position:relative;
	left:0px;
	top:0px;
	width:245px;
	height:100%;  /*not 425px; inorder not to overflow when menu is opened*/	
}
#navTitle {
	background-image:url(../images/title_bk.jpg);
	position:relative;
	top:7px;
	left:11px;
	width:213px; /* 223- 10 padding*/
	height:20px; /* 25- 5 padding*/
	padding-left:10px;
	padding-top:5px;	/**/
	
	border-width:1px;
	border-style:solid;
	border-color:#d4d4d4;
	text-align:left;
	color: #02658e;
	/*font-weight: bold;*/
	font-size:14px;
}
#content { /* content div tag*/
	/*background-color:#FFFFFF;*/
	background-image:url(../images/body_bk.gif);
	background-repeat:no-repeat;	
	position:absolute;/*relative doesn't work here since it needs a top= - height of navigate*/
	left:245px;
	top:180px; /* to be positioned after flash*/
	width:494px; /*494 instead of 520 cause of padding 15 left & 11 right*/
	height:385px;/*100%;*/ /*385 instead of 405 cause of padding top 10 & bottom 10*/
	z-index: 1;
	float:right;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:11px;
	/*overflow:auto;	*/
}
#main {	 /* main iframe tag*/
	/*background-image:url(../images/body_bk.jpg);
	background-repeat:repeat-x;*/
	width:494px; /*100%;*/ /* both % & px are working correctly*/
	height:385px;
	overflow:auto;	
}
#mainbody { /* body of the sub html pages*/
	background-color:#ffffff;
	/*background-image:url(../images/body_bk.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;*/
	text-align:left;
	font-family:"Abadi MT Condensed Extra Bold";	
	font-size:12px;
	font-weight:normal;
	color:#000000;
	/* 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:100%;	/*495 not 510 to prevent horizontal scroll*/
	border:0px;
}
#footer {
	position:relative;
	top:0px;/**/
	left:0px;
	width:765px; /* 765-2 border width*/
	height:15px;
	/*border-width:1px;	
	border-style:solid;
	border-color:#b0afaa;/*#d4d4d4;*/	
	text-align:left;
	background-color: #FFFFFF;
}
#footerLinks {
	background-image:url(../images/footer_01.gif);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	width:250px; /* width not 250px because there is 5 left padding*/
	height:15px; /* 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:-20px;
	left:0px;
	width:508px;
	height:15px; /* height not 32px because there is 5 top padding*/
	/*padding-top:5px;*/
	text-align:center;
	font-size:12px;
	float: right;
	/*font-weight:bold;	*/
}

