html {
  padding:                        0 0 0 0;
  margin:                         0 0 0 0;
  scrollbar-face-color:           #121212;
  scrollbar-highlight-color:      #373636;
  scrollbar-3dlight-color:        #474747;
  scrollbar-darkshadow-color:     #282626;
  scrollbar-shadow-color:         #141212;
  scrollbar-arrow-color:          #ff0000;
  scrollbar-track-color:          #383636;
  }


body {
  background-image:               url(./grafics/start-1.gif);
  background-position:            0 14;
  background-repeat:              no-repeat;
  background-attachment:          fixed;
  background-color:               #000000;
  margin:                         0 0 0 0;
  padding:                        0 0 0 0;
  }

blockquote {
	font-style:italic;
}	
#news {
	border:1px dotted #003300;
	padding:10px;
	font-size:10px;
	width:250px;
	float:left;

}

#news h2 {
	font-size:12px;;
	color:#006600;
}	

#focus {
	border:1px dotted #003300;
	padding:10px;
	font-size:10px;
	width:190px;
	float:left;
	margin-left:10px;
}

#focus h2 {
	font-size:12px;;
	color:#006600;

}	

#nav {
  position:                       absolute;
  left:                           280px;
  top:                            150px;
  height:                         200px;
  width:                          140px;
  vertical-align:                 top;
  }


#nav ul{
  list-style-type:                none;
  margin:                         0 0 0 0;
  padding:                        0 0 0 0;
  }


#nav li{
  clear:                          both;
  float:                          left;
  height:                         20px;
  margin:                         0 0 10 0;
  padding:                        5px;
  }




#nav a {
  display:                        block;
  background-color:               #006600;
  line-height:                    15px;
  width:                          140px;
  padding:                        5px;
  font-family:                    lucida sans, arial, helvetica;
  font-size:                      14px;
  color:                          #dfdfdf;
  text-decoration:                none;
  opacity:                        0.65;
  -moz-opacity:                   0.65;
  -khtml-opacity:                 0.65;
  filter:                         progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  }


#nav a:hover {
  background-color:               #006600;
  line-height:                    15px;
  width:                          140px;
  padding:                        5px;
  border:                         1px solid #fff;
  font-family:                    lucida sans, arial, helvetica;
  font-size:                      14px;
  font-weight:                    bold;
  color:                          #fff;
  text-decoration:                none;
  opacity:                        1;
  -moz-opacity:                   1;
  -khtml-opacity:                 1;
  filter:                         progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }


#banner {
/*  visibility:                     hidden;*/
  visibility:                     visible;
  position:                       absolute;
  left:                           31px;
  top:                            26px;
  height:                         60px;
  width:                          468px;
  }


h1 {
  font-size:                      17px;
  font-weight:                    bold;
  line-height:                    125%;
  font-family:                    lucida sans, arial, helvetica;
  color:                          #009900;
  margin-bottom:                  20px;
  margin-top:                     0px;
  }


h2 {
  font-size:                      14px;
  font-weight:                    normal;
  line-height:                    125%;
  font-family:                    lucida sans, arial, helvetica;
  color:                          #f0f0f0;
  margin-bottom:                  20px;
  margin-top:                     0px;
  }


#contentbox {
  position:                       absolute;
  left:                           450px;
  top:                            12px;
  height:                         414px;
  width:                          500px;
  color:                          silver;
  font-family:                    lucida sans, arial, helvetica;
  font-size:                      12px;
  border-left:                    1px solid gray;
  padding:                        0 0 0 10;
  }

#contentbox p {
  text-align:                     justify;
  color:                          silver;
  font-family:                    lucida sans, arial, helvetica;
  font-size:                      12px;
  margin:                         0 0 0 0;
  }

#tableLink {
	font-size:10px;
}

a {
  display:                        inline;
  width:                          auto;
  color:                          silver;
  font-family:                    lucida sans, arial, helvetica;
  font-weight:                    normal;
  text-decoration:                none;
  background-color:               transparent;
  opacity:                        1.0;
  -moz-opacity:                   1.0;
  -khtml-opacity:                 1.0;
  filter:                         progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }


a:hover {
  display:                        inline;
  width:                          auto;
  color:                          #fff;
  font-family:                    lucida sans, arial, helvetica;
  font-weight:                    normal;
  text-decoration:                none;
  background-color:               transparent;
  border-bottom:                  solid 2px #006600;
  opacity:                        1.0;
  -moz-opacity:                   1.0;
  -khtml-opacity:                 1.0;
  filter:                         progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }


#copyrightbox {
  height:                         20px;
  width:                          830px;
  color:                          gray;
  font-family:                    lucida sans, arial, helvetica;
  font-size:                      9px;
  }
