body {margin: 0;}

h1 {margin-top:0; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ff0000; font-weight:bold;}

h2 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ff0000; font-weight:bold;}

h3 {margin-top:0; font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ff0000; font-weight:bold;}
h4 {margin:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; font-weight:normal;}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#313a40;
}

a:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ed1c24;}
A:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ed1c24;}
A:active {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ed1c24;}
A:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ed1c24;}

ul {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#313a40;}


.thetableheading {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#ffffff; padding:0 0 0 5px;}

.thetablebody {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; padding: 5px 2px 2px 5px;}

.thetablesmall {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; padding: 5px 0 0 5px; font-weight:bold;}

.thetablesmall2 {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; padding: 5px 0 0 5px; font-weight:normal;}

.thetablecopy {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; padding: 0 0 0 5px;}

.thetablebigheading {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; padding: 5px 0 0 5px; font-weight:bold;}




.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}


.thetablebackground {background="images/mainbackground.gif"; color:#b5cad7; 
}



.menu {
z-index:1000;
font-size:90%;
margin:0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#b6cbd7;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:179px;
color:#000;
text-indent:5px;
border:1px dashed #fff;
border-width:0 0 1px 0;
}


/* ***************style the sub menu********* */

.submenu a, .submenu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:179px;
color:#3777a2;
text-indent:5px;
}




/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:180px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#ff0000;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:180px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#ff0000;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
