html {
    background:#000;
}

body {
    font-family:tahoma, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align:center; /* To center the container in IE */
}

#wrapper{ /* To give shape to the site, we like a nice clean fixed width, centred */
    background:#FDFAE1;
    border-left:4px solid #BFB27B;
    border-right:4px solid #BFB27B;
    margin:0 auto; /* To center the div */
    padding-bottom:10px;
    text-align:left; /* Bring the text back to normal from the IE centering in body */
    width:977px; /* remember that padding and borders add to this */
}

#header{
    background:url(../images/header.jpg) no-repeat center top;
    height:228px;
}
#header h2{ /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}

/* Navigation is located in the menu.css or MenuMatic.css file */

#article {
    color: #000;
    font-family: tahoma, arial, sans-serif;
    margin:0 15px;
    padding: 10px;
}
#article em{
    font-style: italic;
}
#article h1{
    border-bottom: 1px solid #333;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 3px 0;
}
#article h2 {
    border-bottom: 1px solid #333;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
#article h3 {
    border-bottom: 1px solid #333;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 3px;
}
#article p { 
    margin:5px 0 10px 0; 
}
#article strong{
    font-weight: bold;
}
#article td{
    padding: 3px 5px;
}
#article ul,
#article ol{
    padding: .5em 1em .5em 2.5em;
}
#article ul li{
    list-style-type: disc;
}
#article ol li{
    list-style-type: decimal;
}

#footer{
    background:url(../images/nav-bg.jpg) no-repeat center top;
    clear:both;
    font-size:.8em;
    font-weight:bold;
    height:41px;
    line-height:41px;
    padding:0 30px;
}
#footer a{
    color:#FFF;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}
#footer li{
    color:#FFF;
}

.left{
    float:left;
}
.right{
    float:right;
}

.rightcol #article.left{
    margin-right:0;
    width:720px;
}
.rightcol #rightbar.right{
    margin:0 13px 0 0;
    padding:10px 0;
    width:208px;
}

.threecol{
    margin:0 13px 0 15px;
}
.threecol .column {
    float: left;
    position: relative;
    margin:0;
    padding:10px 0;
}
.threecol #article {
    margin:0;
    padding:10px;
    width:513px;
    left:208px; /* LC width + LC padding */
}

.threecol #leftbar {
    width:208px;
    left:-533px; /* CC width + CC padding */
}

.threecol #rightbar {
    float:right;
    width:208px;
}



.side-box           {
	color: #D9D0A6;
	width: 208px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 11px;
	
}
.side-box-events{
color: #D9D0A6;
	width: 208px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 11px;
	margin-left: 16px;
	margin-top: 12px;
}
.side-box-right           {
	color: #D9D0A6;
	width: 208px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 11px;
    margin:0 auto;
	
}
.side-box h2      {
	font-size: 1.1em;
	font-weight:bold;
	height: 32px;
	background-image: url(../images/sidebar-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 10px 0px 10px;
	color: #980D08;
	line-height: 24px;
	text-transform: uppercase;
}
.side-box-events h2      {
	font-size: 1.1em;
	font-weight:bold;
	height: 32px;
	background-image: url(../images/sidebar-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 10px 0px 10px;
	color: #980D08;
	line-height: 24px;
	text-transform: uppercase;
}
.side-box-right h2      {
	font-size: 1.1em;
	font-weight:bold;
	height: 32px;
	background-image: url(../images/sidebar-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 10px 0px 10px;
	color: #980D08;
	line-height: 24px;
	text-transform: uppercase;
}
.side-box-right h3      {
	font-size: 1.0em;
	font-weight:bold;
	height: 32px;
	
	padding: 0px 10px 0px 10px;
	color: #980D08;
	line-height: 24px;
	text-transform: uppercase;
}
.side-box-right img      {
	text-align: center;
	padding-left: 4px;
}
.side-box p{
	padding-bottom: 10px;
}
.side-box-main    {
	
	color: #000000;
	margin: 0px;
	
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/sidebox-main-bg.gif);
	background-repeat: repeat-y;
}
.side-box-main  li , a:link , a:visited{
	font-weight: bold;
	color: #980D08;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;	
}
.side-box-main   a:hover{
	font-weight: bold;
	color: #0D293F;
	text-decoration: underline;
	padding-top: 4px;
	padding-bottom: 4px;	
}
.side-box-tail    {
	height: 15px;
	background-image: url(../images/sidebar-news-btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.side-box .date {
	font-weight: bold;
	font-size: 12px;
	color: #2C6BCB;
	padding-top: 10px;
}
.side-box .title {
	font-size: 11px;	
}