body { 
  background-color: #a9c5e3;
	background-image: url(../images/bg-grad.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
}
a {text-decoration: none;}
a:hover {text-decoration: none;}
a:visited {text-decoration: none;}

.initial { color: Black; font-weight: bold;}
.medium {font-size: 12px}
.small {font-size: 9px}
.large {font-size: large}
.bold {font-weight: bold;}
.hilite {color: Blue;}
.clear {clear: both;}
.center,.centre {text-align: center;}
img.left {float: left;}
img.right {float: right;}

/* Page */
#page {
  margin: 0 auto;
  padding: 0 2px 0 2px;
  width: 780px;
  background: White;
  border: thin solid Gray;
}

/* Header */
#header {
  border-bottom: thin solid Gray;
  height: 90px;
  background: White url(../images/masthead.jpg) no-repeat scroll right;
  margin: 0;
  padding: 0;
}

#header h1 {
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 200%;
  color: #003366;
  margin: 10px 0 10px 0;
  visibility: hidden;
}

#header h1 span{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 60%;
  color: #003366;
}

#header p.slogan {
  color: gray;
  font-size: 1.1em;
  letter-spacing: -1px;
  margin: 5px 0 5px 35px;
  visibility: visible;
  position: relative;
  top: 10px;
}


#sidebar {
  width: 150px;
  float: left;
  vertical-align: top;
 }

#sidebar .sidebox{
  font-size: .8em;
}

ul#nav {
  list-style-type: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nav li {
  display: inline;
}

#nav li a {
  display: block;
  padding: 5px 3px 5px 3px;
  color: #000000;
  background-color: #a9c5e3;
  border-bottom: 1px solid #eee;
}

#nav a:link, #nav a:visited {
color: #000000;
background-color: ##a9c5e3;
text-decoration: none;
}

#nav a:hover,#nav a.current {
  background-color: #369;
  color: #fff;
}

/* Content */
#content {
  font: 1em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 8px;
  float: right;
  width: 610px;
  border-left: thin dotted #a9c5e3;
}
#content h1, #content h2, #content h3, #content h4 {
  text-align: center;
  padding-bottom: .5em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #286699;
  }

#content h3 {
  font-size: 120%;
}

#content ul {
  list-style: disc outside;
  color: #040404;
  margin-left: 1em;
  margin-right: 1em;
}

/* Footer */
#footer {
  border-top: 2px dotted #a9c5e3;
  clear: both;
  color: gray;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 2px;
  text-align: center;
}
#footer p {}
#footer a {color:#808080;}

dl.event {
  margin: 2em 0 2em 2em;
  padding: 0 5em 0 0;
  font-family: georgia, times, serif;
}

.event dt {
position: relative;
left: 0;
top: 1.1em;
width: 5em;
font-weight: bold;
line-height: 1.1em;
}

.event dd {
margin: 0 0 0 6em;
padding: 0 0 .2em .5em;
}

dl.event dt.last {
  }

dl.event dt.last+dd {
  border-bottom: thin dotted #a9c5e3;
  margin-bottom: 1em;
}

table.stripedlist {
 width: 100%;
 border: 1px solid #cef;
 text-align: left; 
 font-size: 90%;
 font-family: monospace;
}

table.stripedlist th {
    font-weight: bold;
    background-color: #acf;
    border-bottom: 1px solid #cef;
    padding: 4px 5px;}

table.stripedlist td {
    padding: 4px 5px; }

.odd {
    background-color: #def; }
.odd td {
    border-bottom: 1px solid #cef; }



