@charset "UTF-8";

a {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
}


#calbody td .event div {
  font-size:3ex;
}

div.gal-item {
  max-width:320px;
  height:350px;
  text-align:center;
}

div.rightbar {
  float:right;
  width:250px;
  margin-right:35px;
}

div.main {
  margin-left:35px;margin-right:295px;
  position:relative;top:0;left:0;
}

h3 {
  text-decoration: none;
  font-variant: small-caps;
  color: #25258a;
  text-shadow: 1px 1px 3px #f2ce00;
}

div.column {
  float:left;
  width:48%;
  margin-right:1ex;
}

div.footer {
  margin-left:30px;margin-right:30px;width:100%-60px;
  background-color:#999999;
  font-size:75%;
  padding:1ex;
  margin-top:2ex;
  clear:both;
}

div.bgleft {
  background: #1e5799;
background: -moz-linear-gradient(left,  #1e5799 0%, #0c103f 93%, #000000 100%);
  background: -webkit-linear-gradient(left,  #1e5799 0%,#0c103f 93%,#000000 100%);
  background: linear-gradient(to right,  #1e5799 0%,#0c103f 93%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e5799',GradientType=1 );
}

div.bgright {
  background: #1e5799;
  background: -moz-linear-gradient(right,  #1e5799 0%, #0c103f 93%, #000000 100%);
  background: -webkit-linear-gradient(right,  #1e5799 0%,#0c103f 93%,#000000 100%);
  background: linear-gradient(to left,  #1e5799 0%,#0c103f 93%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e5799',GradientType=1 );
}

div.headerright {
  float:right;
  margin-right:35px;
  line-height:1.5;
}

div.headerleft {
  float:left;
  margin-left:35px;
}

div.headerleft td {
  font-size:250%;
  text-shadow: 1px 1px 3px #f2ce00;
  color: #25258a;
}

div.topmenu {
  float:right;
  margin-right:30px;
  clear:right;
}

div.topmenu ul {
  list-style-type: none;
}

div.topmenu li {
  float:right;
  border-right-style:solid;
  border-right-size:2px;
  padding:1ex;
  background-color:#1e5799;
  color:#2e67b9;
}

div.topmenu li a{
  color:#ffffff;
}

div.topmenu li.first {
  border-right-style:none;
  padding-right:2ex;
}

div.topmenu li.last {
  padding-left:2ex;
  border-radius: 3ex 0px 0px 0px;
  -moz-border-radius: 3ex 0px 0px 0px;
  -webkit-border-radius: 3ex 0px 0px 0px;
}

div.mainmenu {
  margin-right:30px;
  margin-left:30px;
  clear:right;
  width:100%-60px;
  height:4ex;
  background: #0e2948;
  background: -moz-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0e2948), color-stop(100%, #25258a));
  background: -webkit-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: -o-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: -ms-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: linear-gradient(to bottom, #0e2948 0%, #25258a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2948', endColorstr='#25258a', GradientType=0 );
}

div.mainmenu ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

div.mainmenu li {
  float:left;
  position:relative;top:0;left:0;
  border-right-style:solid;
  border-right-size:2px;
  padding:1ex;
  color:#1e5799;
  background: #0e2948;
  background: -moz-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0e2948), color-stop(100%, #25258a));
  background: -webkit-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: -o-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: -ms-linear-gradient(top, #0e2948 0%, #25258a 100%);
  background: linear-gradient(to bottom, #0e2948 0%, #25258a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2948', endColorstr='#25258a', GradientType=0 );
}

div.mainmenu li a{
  color:#f2ce00;
}

div.mainmenu li.last {
  border-right-style:none;
}

div.mainmenu ul li ul {
  display:none;
}

div.mainmenu ul li ul li {
  border-right-style:none;
  border-bottom-style:solid;
  width:24ex;
}

div.mainmenu ul li ul li.last {
  border-bottom-style:none;
}

div.mainmenu ul li:hover ul {
  display:block;
  position:absolute;
  top:4ex;left:0;
  width:24ex;
  z-index:100;
}
