*{
   -moz-box-sizing: border-box !important;
}

body{
     font-family: verdana;
     background-color: #FFFFFF;
     
                background-image: url(./images/titlebg.jpg);
                background-position: top left;
                background-repeat: no-repeat;
                background-attachment: scroll;     
    }

div.body_header{

               }
div.body_nav{

            }
div.body_main{

             }
div.body_footer{

               }
div.body_videoplayer{ 
	             position: absolute; 
	             top: 130px;
	             left: 14px;
                    }   
div.body_videobanner{ 
	             position: absolute; 
	             top: 5px;
	             left: 270px;
                    } 
div.home_col1{
              background-color: white;
              width: 605px;
              margin: 0px;
              padding: 4px;
              float: left;
             }
div.home_col2{
              background-color: white;
              width: 305px;
              padding: 4px;
              float: right;
              text-align: center;
             }
p{
  color: #000000;
  font-size: normal;
 }
 
p.copyright{
            color: #888888;
            font-size: xx-small;
            margin: 2px;
            padding: 0px;
           }
p.contact{
          color: #000000;
          font-size: x-small;
          margin: 2px;
          padding: 0px;
         }
p.webcams{
          color: #000000;
          font-size: x-small;
          margin: 2px;
          padding: 0px;
         }
p.contact_home{
               color: #000000;
               font-size: x-small;
               margin: 2px;
               padding: 0px;
               text-align: center;
              }
p.citation{
           color: #222222;
           font-size: xx-small;
          }


ul{
   text-align: left;
  } 


h1.main_title{
              color: #000099;
              font-size: xx-large;
              margin: 2px;
              padding: 0px;
              }

h2{
   color: #000000;
   font-size: large;
   margin: 2px;
   padding: 0px;
  }

h3{
   color: #000000;
   font-size: normal;
   margin: 2px;
   padding: 0px;
   font-weight: bolder;
  }

h3.kacn_slogan{
               color: #000099;
               font-size: normal;
               font-style: italic;
               margin: 2px;
               padding: 0px;
               font-weight: bolder;
              }
h3.nstn_slogan{
               color: #9F0812;
               font-size: small;
               font-style: italic;
               margin: 2px;
               padding: 0px; 
              }
              
h4{
   color: #000000;
   font-size: small;
   margin: 2px;
   padding: 0px;
   font-weight: bolder;
  }

table.navtable{
               background-color: #4444DD;
               background-image: url(./images/navbg.jpg);
               background-position: top left;
               background-repeat: repeat-x;
               background-attachment: scroll; 
               width: 900px;
               border: 0;
               cellpadding: 0;
               cellspacing: 0;
              }
  
tr.navtable{
           /* background-color: #4444DD; */
           }

td.navtable{
            /* background-color: #00FF00; */
            text-align: center; 
           }
td.bodycell{
            background-color: #FFFFFF;
           }

a.navtable:link{
                /* background-color: #AAAAFF; */  
                color: #000044;
                font-size: small;
                text-decoration: none;
                padding: 2;
               }
a.navtable:visited{
                   /* background-color: #AAAAFF; */
                   color: #000044;
                   font-size: small;
                   text-decoration: none;
                   padding: 2;
                  }
a.navtable:hover{
                 /* background-color: #6666FF; */ 
                 color: #AA0000;
                 size: small;
                 padding: 2;
                 text-decoration: underline;
                }
a.navtable:active{
                  /* background-color: #992222; */ 
                  color: #FF0000;
                  size: small;
                  text-decoration: underline;
                  padding: 2;
                 }
                 
a.linklist:link{
                color: #000099;
                font-weight: bolder;
                target: _BLANK;
               }
a.linklist:visited{
                   color: #000099;
                   font-weight: bolder;
                   target: _BLANK;
                  }
a.linklist:hover{
                 color: #FF3300;
                 font-weight: bolder;
                 target: _BLANK;
                }
a.linklist:active{
                  color: #FF0000;
                  font-weight: bolder;
                  target: _BLANK;
                 }

                 
a.copyright:link{
                color: #8888ff;
                }
a.copyright:visited{
                    color: #8888ff;
                   }
a.copyright:hover{
                  color: #5555ff;
                 }
a.copyright:active{
                   color: #ff5555;
                  }
                  
                  
                  
img.float_right{ 
                float: right; 
                margin: 10px; 
               }
img.float_left{ 
               float: left; 
               margin: 10px; 
              }
img.logo{ 
	 position: absolute; 
	 top: 5px;
	 left: 10px;
        }
img.main_banner{ 
	 position: absolute; 
	 top: 5px;
	 left: 300px;
        }    
        