@charset "utf-8";
/* CSS Document */

body
{
/* text-align:center; */
background-color:#e8e8b3;
}


*{
	padding:0;
	margin:0;
	text-decoration:none;
}

a {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

p
{
    margin-bottom:15px;
}

#main{
	font: 100% "Times New Roman", Times, serif;
	background-color:#000000;
	text-align: center;
	width:1024px;

	text-decoration:none;
	color:#FFFFFF;
	margin:auto;
}	

#everything
{
    margin:0 auto;
/*     text-align:center; */
    background-color:#e8e8b3;
}

#left_bar, #right_bar
{
    width:16px;
    background-color:#000000;
}

#sidebar1 {
/*   float: left; */

  width: 50px;
  background-image:url(/media/images/left.jpg);
  background-repeat:repeat-y;
  position:relative;
  top:0;
  left:0;
  background-color:#e8e8b3;
}

#sidebar2 {
  /*float: right;*/
  width: 50px;
  background-image:url(/media/images/right.jpg);
  background-repeat:repeat-y;
  position:relative;
  top:0;
  right:0;
  background-color:#e8e8b3;
  }
  
  #nav {
  position:relative;
/*   float:left; */
  z-index:1;
  top:120px;
  text-align:center;
  width:890px;
  font-size:11pt;
  font-weight:bold;
  padding:10px;
  margin:0 auto;
  }

#nav ul
{
    margin:0;
    padding:0;
}

#nav ul li
{
    display:inline;
}

#navlink {
padding-left:4px;
padding-right:4px;
}

#navlink:hover
{
    text-decoration:underline;
}

#header {
	width:932px;
    height:290px;
/* 	float:left; */
	position:relative;
	left:10px;
	color:#ffffff;
	background: #000000 url(/media/images/header.jpg) no-repeat center;
	text-align:center;
	z-index:0;
}

h1 {
color:#660000;
text-decoration:underline;
font-style:italic;
font-weight:lighter;
}

#content {
	position:relative;
	float:inherit;
	width:922px;

	left:0;
	top:0;
	background-color:#FFFFFF;
	text-align:center;
	color:#FFFFFF;
}
#contentleft {
background-color:#5c7082;
width:200px;
position: relative;
/* float:left; */
color:#FFFFFF;
background-color:#5c7082;
left:10px;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
text-align:left;
font-size:90%;

}

#contentright {
width:600px;
background-color:#FFFFed;
/* position: relative; */
/* float:right; */
color:#000000;
/* right:15px; */
margin:0;
padding:20px;
/* border:solid 1px red; */
}

#contentright a
{
    color:#860000;
    text-decoration:underline;
}

#contentright a:hover
{
    text-decoration:none;
}

#text {
/*width:610px;*/
/* position: relative; */
left: 15px;
text-align:left;
}

#list {
position:relative;
left:45px;
line-height:150%;
list-style:disc;
}

li {
list-style:circle;
}

#calendar_note
{
/*     border:solid 1px red; */
    padding: 10px 0;
/*     margin-bottom:10px; */
}
