        A                         { color: #003366; text-decoration: none; }
        A:link                { color: #darkred; text-decoration: none; }
        A:visited        { color: #003366; text-decoration: none; }
        A:active        { color: #54622D;  }
        A:hover        { color: red;  }
BODY,TD,TR{
                font-family: verdana, arial, sans-serif;
                color:#000;
                font-size:11;
                font-weight:normal;
}
.banner {
        font-family: georgia, verdana, arial, sans-serif;
        color:white;
        font-size:x-large;
        font-weight:bold;
        border-left:1px solid #FFF;
        border-right:1px solid #FFF;
        border-top:1px solid #FFF;
        background:#003366;
        padding:7px;
}
.description{
        font-family:verdana, arial, sans-serif;
        font-size:x-small;
        font-weight:bold;
}

a.main:link, a.main:visited {
	color: #darkred;
	text-decoration: none;
}
a.main:hover {
	text-decoration: none;
	color: blue;
}
#gallery { position: relative; width:1000px; height:500px; margin:0; padding:0; z-index:1;}
#gallery li { display: block; }

#gallery1 { position: relative; width:800px; height:400px; margin:0; padding:0; z-index:4;}
#gallery1 li { display: block; }


table.calendar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  border-collapse: collapse;
  background-color: white;
  border: solid #999999 1px;
  background-color: white;
  width: 187px;
  text-align: center;
  /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
  -moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
  font-size: 10px;
}
table.calendar td {
  border: 0;
  font-size: 10px;
  text-align: center;
}
div.mainheading {
  margin: 2px;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 6px 0 6px;
}
table.caldayheading td {
  border: solid #CCCCCC 1px;
  text-align: left;
  color: #0054E3;
  font-weight: bold;
  width: 20px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 6px 0 6px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  width: 20px;
  height: 18px; /*IE doesn't like ems*/
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #0054E3;
}
table.calcells td.wkday {
  background-color: #DDDDDD;
}
table.calcells td.wkend {
  background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
  background-color: #99CCFF;
  color: black;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.dobar {
  background-color: #EC7802;
  color: black;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
  background-color: #999999;
}
 .rollover{     
height:45px;
		background: url(images/menu.png); 

}

.rollover:hover { 
		cursor: hand;
		cursor: pointer;
		color: #darkred;
		height:45px;
        background : url(images/menu2.png); 

}
#container {
    width: 1000px;
    height: 550px;
    position: relative;
}
#navi,
#infoi {
    width: 150;
    height: 550;
    position: absolute;
    top: 0;
    left: 0;
}
#infoi2 {
    width: 150;
    height: 550;
    position: absolute;
    top: 0;
    left: 750;
}

#infoi {
    z-index: 10;
}
#infoi2 {
    z-index: 10;
}
.container {
    border: 0px;
    width: 1000px;
    position:relative;
}
.tag {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.tag1{
    float: left;
    position: absolute;
    left: 400px;
    top: 0px;
}
.tag2{
    float: left;
    position: absolute;
    left: 950px;
    top: 0px;
}