* {
 padding:0;
 margin:0;
}

body {
 background-color: #c9c9c9;
 min-width: 750px;
}

#cal {
 margin-left: 30px;
 width: 220px;
 }

#cal ul {
 list-style: none;
 }

#cal li a {
 display: block;
 color: #000000;
 }
 
#cal ul li a:hover {
 color: #ff0000;
 background-color: #9595b9;
 text-decoration: underline;
 }

.center {
 text-align: center
 }

#container {
 position: relative;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 width: 744px;
 height: 693px;
 background-color: #ffffff;
 }
 
#hdr2 {
 position: absolute;
 left: 0px;
 top: 120px;
 }
 
#content {
 position: absolute;
 left: 0px;
 top: 224px;
 width: 744px;
 height: 430px;
 background-color: #ffffff;
 }
 
#left {
 position: absolute;
 height: 420px;
 width: 120px;
 margin-left: 10px;
 }
 
#leftblue {
 position: absolute;
 background-color: #6699ff;
 color: #ffffff;
 height: 20px;
 width: 100px;
 left: 10px;
 top: 15px;
 font-family: arial, verdana, sans-serif;
 font-weight: bold;
 text-align: center;
 }
 
#lefttext {
 text-align: center;
 position: absolute;
 left: 10px;
 top: 40px;
 color: #ffffff;
 width: 100px;
 height: 370px;
 font-size: 80%;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 }
 
#center {
 position: absolute;
 height: 352px;
 width: 270px;
 left:150px;
 }
 
#centertext {
 position: absolute;
 top: 80px;
 left: 10px;
 height: 260px;
 width: 350px;
 color: #ffffff;
 text-align: justify;
 font-size: 85%;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 
 }
 
.newsblok {
 position: absolute;
 left: -140px;
 top: 70px;
 }
 
.newshdr {
 position: absolute;
 width: 310px;
 top: 6px;
 left: 30px;
 color: #ffff00;
 line-height: 150%;
 font-weight: 700;
 font-size: 1em;
 font-family: verdana, arial, helvetica, sans-serif;
 text-align: center;
 }
 
 #ntext {
  position: absolute;
 top: 430px;
 }
 
.newstext {
 position: absolute;
 top: 0px;
 left: 10px;
 width: 500px;
 height: 260px;

 padding: 10px;
 color: #191970;

 font-size: 90%;
 font-weight: bold;
 font-family: verdana, arial, helvetica, sans-serif;
 }
 
 .newstext a:hover {
 color: #ff0000;
 background-color: #ffff00;
 text-decoration: underline;
 }
 
.newstext a {
 color: #000000;
 text-decoration: underline;
 }
 
#right {
 position: absolute;
 left:525px;
 top: 0px;
 height: 352px;
 width: 200px;
  }
 
 
#right2 {
 position: absolute;
 left:525px;
 top: 130px;
 height: 222px;
 width: 200px;
  }
 
#rightgrey {
 position: absolute;
 background-color: #9595B9;
 color: #ffffff;
 height: 20px;
 width: 180px;
 left: 10px;
 top: 15px;
 font-family: arial, verdana, sans-serif;
 font-weight: bold;
 text-align: center;
 } 
 
 
#rightgrey2 {
 position: absolute;
 background-color: #9595B9;
 color: #ffffff;
 height: 20px;
 width: 180px;
 left: 10px;
 top: 140px;
 font-family: arial, verdana, sans-serif;
 font-weight: bold;
 text-align: center;
 } 
 
#righttext {
 position: absolute;
 left: 10px;
 top: 50px;
 color: #300060;

 height: 570px;
 overflow: auto;
 font-size: 70%;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 }
 
 
#righttext2 {
 position: absolute;
 left: 10px;
 top: 180px;
 color: #300060;
 width: 180px;
 height: 120px;
 overflow: auto;
 font-size: 80%;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 }
 
#btm {
 position: absolute;
 top: 360px;
 height: 60px;
 width: 370px;
 left:150px;
 }
 
#footer {
 position: absolute;
 top: 430px;
 width: 744px;
 height: 35px;
 left: 0px;

}
 
#navbar {
 z-index: 1;
 position: absolute;
 top:90px;
 left: 100px;
 width: 650px;
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: 80%;
 font-weight: bold;
 }

.nolink {
 color: #000000;
 background-color: #ccff00;
 }

.b {
 font-weight: bold;
 }
 
 .bl {
 color: #000066;
 }
 
.i {
 font-style: italic;
 }
 
.r {
 color: #990000;
 )
 
.sm {
 font-size: 0.9em;
 }

.serm {
 position: absolute;
 top: 0px;
 left: 20px;
 width: 500px;
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: 75%;
 }

ul {
 margin-left: 50px;
 }