* {
	padding: 0px;
	margin: 0px;
}

h2 {
	margin: 1em 0;
}

h3 {
	margin: 1em 0;
	font-size: 1.3em;
}

li {
	margin-left: 1em;
}

dt {
	margin: 0px;
	padding: 0px;
}

dd {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}

hr {
	margin-bottom: 1em;
	width: 100%;
}

img {
	border: 0;
}

img.musicSmiley {
	padding-right: 1em;
	vertical-align: top;
}

a, a:link, a:visited {
	color: white;
	text-decoration: none;
}

#center a, #center a:link, #center a:visited {
	/* color: #D4C6AB; /* */
	color: #fcf76e; /* */
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

dt a, dt a:link, dt a:visited {
	text-decoration: underline;
}

dt a:hover {
	text-decoration: none;
}

/* From http://www.alistapart.com/articles/holygrail */ 
body {
  min-width: 550px;
  /* background-color: red; /* */
  background: #5A75AA url('/images/dabe-gradient.png') 0 0 repeat-x; /* */
  color: white;
}

#mainPage {
  min-width: 550px;      /* 2x LC width + RC width */
  /* background: url('/images/white_sand.gif') 0 0 repeat; /* */
  /* background-color: #5A75AA; /* */
  width: 80%;
  margin: 0 auto;
}

#header {
  /* background-color: #5A75AA; /* */
  height: 64px;
  color: #FFFFFF;
  border-bottom: 1px solid #111111;
  margin: 0 auto;
}
#subHeader {
  position: relative;
  /* padding-left: 70px; /* */
  margin-left: 70px; /* */
}
.headerText {
	font-size: 2em;
	font-weight: bold;
}
.hiliteText {
  color: black;
  padding-top: 0.25em;
}
.shadowText {
  color: white;
  padding-top: 0.25em;
}
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 150px;  /* RC width */
  /* background-color: #5A75AA; /* */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
	/* background: url('/images/white_sand.gif') 0 0 repeat; /* */
	/* text-align: center; */
  min-height: 20em;
  margin: 0 auto;
  padding-bottom: 3em;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#footer {
  /* background-color: #5A75AA; /* */
  clear: both;
  border-top: 1px solid #111111;
  text-align: right;
  /* width: 750px; /* */
  margin: 0 auto;
  font-style: italic;
}
ul.sections {
        margin:3px 3px 0 3px ;
        list-style:none;
        padding:0;
        font-size:95%;
}

.sections li {
        /* border:1px solid;
        border-color:#ccc #bbb #b6b6b6 #ccc; */
        margin: 0px 0px 2px 0px;
  	/* background-color: #5A75AA; /* */
}

.sections li:hover {
        background:#a5bad6;
}

.sections li a {
        display:block;
        padding:.5em 2px .5em 24px;
        text-decoration:none;
}
.sections a, .sections a:link, .sections a:visited  {
        color:white; /* */
	font-family: sans-serif;
        font-size:1.1em; /* */
}
.sections a:hover, .sections a:active {
        color:#334755;
        background: #a5bad6;
        text-decoration:none;
}

#newsList {
	margin: 0 1em;
}

  dt {
	padding: 0.7em;
    font-weight: bold;
  }
  dd {
	padding: 0.7em 0.7em 0em 1.8em;
	margin-bottom: 1em;
	min-height: 120px;
    /* padding-left: 1.1em;
    margin-bottom: 1em; */
  }

dt.newsDate {
	padding: 0;
}

dd.newsItem {
	clear: both;
}

.newsDate .left {
	width: 32px;  height: 32px;
	background: url('/images/topLeft-gradientDarkBlue-32x32.png') 0 0;
	float: right;
}

.newsDate .center {
	height: 32px;
	background-color: #3e5b91;
	float: right;
}

.newsDate .right {
	width: 32px;  height: 32px;
	background: url('/images/topRight-gradientDarkBlue-32x32.png') 0 0;
	float: right;
}

.newsItem {
	background: #5A75AA url('/images/dabe-gradient.png') 0 0 repeat-x;
}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}
