@charset "utf-8";
/* CSS Document */

.tabbar{
	background-image: url(images/tabbackground.png);
	background-repeat:repeat-x;
	
}

.tabbarNEW{
	z-index: 99999999
}
.tabtext{
	font-family: "Open Sans Light", Ebrima;
	font-size:12px;
	font-variant:small-caps;
	color:#ffffff;
	text-decoration:none;
	
}
.bodytext{
	font-family: "Open Sans Light", Ebrima;
	font-size:16px;

	color:#ffffff;
	text-decoration:none;
	
}


.banner1{
	background-image:url(images/earth10.png); 
	background-repeat: no-repeat
}

.banner2{
	background-image:url(images/earthpg2new.png); 
	background-position: center;
	background-repeat: no-repeat
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('Font/open_sans_light/OpenSans-Light-webfont.eot');
    src: url('Font/open_sans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/open_sans_light/OpenSans-Light-webfont.woff2') format('woff2'),
         url('Font/open_sans_light/OpenSans-Light-webfont.woff') format('woff'),
         url('Font/open_sans_light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('Font/open_sans_light/OpenSans-Light-webfont.svg#Open Sans Light') format('svg');
    font-weight: normal;
    font-style: normal;
	
}
@font-face {
    font-family: 'usual-light';
   src: url('font/31546F_0_0.eot');
    src: url('font/31546F_0_0?#iefix') format('embedded-opentype'),
         url('font/31546F_0_0.woff2') format('woff2'),
         url('font/31546F_0_0.woff') format('woff'),
         url('font/31546F_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}
@font-face {
    font-family: 'usual-med';
   src: url('font/31546F_1_0.eot');
    src: url('font/31546F_1_0?#iefix') format('embedded-opentype'),
         url('font/31546F_1_0.woff2') format('woff2'),
         url('font/31546F_1_0.woff') format('woff'),
         url('font/31546F_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bodynormal
{
	font-family: "open_sans_light";
	font-size:12px;
	color:#fff;
	text-decoration:none
}

.bodynormalblack
{
	font-family: "open_sans_light";
	font-size:14px;
	color:#000000;
	text-decoration:none
}

.bodynormalblacksmall
{
	font-family: "open_sans_light";
	font-size:11px;
	color:#000000;
	text-decoration:none
}

.bodynormalblackSPACING
{
	font-family: "open_sans_light";
	font-size:14px;
	color:#000000;
	line-height: 24px;
	
}

.bodynormalblue20
{
	font-family: "open_sans_light";
	font-size:20px;
	color:#00269b
}

.pag2heading
{
	font-family: "Open Sans Light";
	font-size:36px;
	color:#000000;
	font-weight:bold;
}
	.HEADINGforBODY
{
	font-family: "Open Sans Light", Ebrima;
	font-size:24px;
	color:#000000;
	font-weight:bold;
}	

.WhiteHEADINGforBODY
{
	font-family: "Open Sans Light", Ebrima;
	font-size:24px;
	color:#fff;
	font-weight: normal;
}
.WhiteHEADINGforBODY-sm
{
	font-family: "Open Sans Light", Ebrima;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
	
	   
a:hover {
  color: #b6b6b6 ;
  
}	

a:active{
	color: red
}


.background-main{
	background-image:url(images/earth3-a.jpg);

}

    #catBtn {
        display: block;
        background-color: #D8E4F7;
        width: 250px;
        padding: 12px;
        margin: 0 auto;
        text-align: center;
        font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        font-size: 1em;
        font-weight: 600;
        text-decoration: none; /* Removes underline */
        color: black; /* Ensures text color is visible */
		border-radius: 10px;
		margin-bottom: 12px;
    }

    #catBtn:hover {
        background-color: #8DCFEC;;
    }
