img, div { behavior: url(images/iepngfix.htc) }

body {
background:url(images/bg.jpg) top center repeat-x;
background-color: #FFFFFF;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#747474;
padding:0;
margin:0;
}
a {color: #5b090c;
text-decoration:none;}
a:visited {color:#5b090c;
text-decoration:none;}
a:hover {color: #4c4c4c;
text-decoration:none;}
a:active {text-decoration:none;
text-decoration:none;}

h1 {
font-size: 16px;
padding:0px 10px;
color:#5b090c;
margin:0 }

h2 {
font-size:13px;
font-weight: bold;
padding: 0px 10px;
color:#5b090c;
margin:0;}



/* ----------container to center the layout-------------- */
#container {
background:url(images/body.png) top center repeat-y;
width: 861px;
margin-bottom: 0px;
margin: 0 auto;
overflow:auto

}

#containerfoot {
background:url(images/body_foot.png) top center no-repeat;
width: 861px;
height:31px;
margin-bottom: 0px;
margin: 0 auto;

}
/* ----------banner for logo-------------- */
#banner {
background:url(images/header.jpg) top center no-repeat;
height:268px;
width:861px;
text-align: left;
padding: 0px;
margin: 30px auto 0px auto;
}
#nav{
height:30px;
width:800px;
margin-left:22px;

}

/* -----------------content--------------------- */
#content {
padding: 0px;
margin: 0 240px 0px 220px;
line-height:17px;
}

#indexlinks{
width:375px;
margin:0px auto;
position:relative;
bottom:0;

}

p, pre{
padding: 0px;
margin:0px 10px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 220px;
margin: 0;
padding: 0;
}

#left p {
margin:0px 10px 0px 50px;
}

#left h1 {
font-size: 16px;
margin:0px 10px 0px 30px;
color:#5b090c;
 }

#right {
float: right;
width: 240px;
margin: 0;
padding: 0;
}

#right p {
margin:0px 60px 0px 10px;
}

#right h1 {
font-size: 16px;
margin:0px 60px 0px 0px;
color:#5b090c;
 }

#flash{
width:592px;
height:236px;
padding: 25px 0px 0px 30px;

}

#bottombanner{
background:url(images/ad.jpg) top left no-repeat;
width:811px;
height:101px;

margin:0px auto;
}

#bottombanner p {
padding:3px 0px 0px 3px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
color:#5a080c;
width:811px;
margin: 0px auto;
padding: 0;
text-align: center; }

#news{
background:url(images/news_body.png) top center repeat-y;
width:183px;
line-height:13px;
}

#news p {
margin: 0px 15px;
}

#newshead{
background:url(images/news_head.png) top center no-repeat;
width:183px;
height:39px;
}

#newsfoot{
background:url(images/news_foot.png) top center no-repeat;
width:183px;
height:11px;
}


#weatherhead{
background:url(images/weather_head.png) top center no-repeat;
width:183px;
height:39px;
}

#weather{
background:url(images/news_body.png) top center repeat-y;
width:183px;
line-height:13px;

}

#weatherfoot{
background:url(images/news_foot.png) top center no-repeat;
width:183px;
height:11px;
}

#events{
background:url(images/events_body.png) top center repeat-y;
width:183px;
line-height:13px;
}

#events p {
margin: 0px 15px;
}

#eventshead{
background:url(images/events_head.png) top center no-repeat;
width:183px;
height:40px;
}

#eventsfoot{
background:url(images/events_foot.png) top center no-repeat;
width:183px;
height:10px;
}

/*-- Navigation--*/
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:18px;
}

ul a {
color: #5b090c;
text-decoration:none;


}

ul a:visited {
color:#5b090c;
text-decoration:none;
}

ul a:hover {
text-decoration:none;

}

ul a:active {
color: #4c4c4c;
background-color:#a5a5a5;
text-decoration:none;
}

#dropdown {

}

#dropdown li {
display: block;
width: 100%;

}

li li a {
border: 5px solid #dadbdc;
border-width: 0 0 0 5px;
}

li li a:hover {
	border: 5px solid #5b090c;
	border-width: 0 0 0 5px;
}




li { /* all list items */
	float: left;
	position: relative;
		
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	background-color:#dadbdc;
	border: 1px solid #c4c4c4;
	top: 30px;
	left: 0;
	width:150px;
}



li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


#table {
width:350px;
margin-left:25px;
}

