div#contents h2 {
	margin: 2em 0 0 0;
	padding: 0.5em 0 0 0;
	color: #810000;
	font-size: 1.1em;
	border-top: 2px solid #810000;
	}
#video {
	/*margin: 1em;
	padding: 0.25em 0.25em 1em 1em;
	border: 2px solid #d49100;
	background: #eeeeee;
	width: 14.5em;
	position: absolute;
	top: 13.25em;
	left: 49em;*/
	z-index: 1;
	}
#searchbox {
	margin: 1em;
	padding: 0.25em 0.25em 1em 1em;
	border: 2px solid #d49100;
	background: #eeeeee;
	/*width: 14.5em;
	position: absolute;
	top: 13.25em;
	left: 49em;*/
	z-index: 1;
	}
#searchbox h3{
	color: #82032E;
	font-size: 1.25em;
	font-weight: bold;
	}
#maincontenarea .bottompanels {
	margin: 0 0 2em; 
	}
#bottomdiv {
	margin: 1em; 
	padding: 0.75em 1em 1em;
	background: #892034;
	top: 46.5em;
	width: 99%;
	height: 17em;
	z-index: 1;
	}
#bottomnav01,
#bottomnav02,
#bottomnav03,
#bottomnav04,
#bottomnav01 ul,
#bottomnav02 ul,
#bottomnav03 ul,
#bottomnav04 ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	color: #892034;
	font-size: 0.9em;
	line-height: 200%;
	font-weight: bold;
	}
#bottomnav01 a,
#bottomnav02 a,
#bottomnav03 a,
#bottomnav04 a {
	text-decoration: none;
    color: #892034;
	}
#bottomnav01 a:hover, 
#bottomnav02 a:hover,
#bottomnav03 a:hover,
#bottomnav04 a:hover,
#bottomnav01 a:active,
#bottomnav02 a:active,
#bottomnav03 a:active,
#bottomnav04 a:active, 
#bottomnav01 a:focus,
#bottomnav02 a:focus,
#bottomnav03 a:focus,
#bottomnav04 a:focus {
	/*color: #fff200;*/
	text-decoration: underline;
	}
.bottompanel01 {
	width: 16em;
	height: 17em;	
	background: white;
	border: 1px solid #d49100;
	position: absolute;
	top: 46.5em;
	left: 26px;
	z-index: 2;
	}	
.bottompanel02 {
	width: 16em;
	height: 17em;	
	background: white;
	border: 1px solid #d49100;
	position: absolute;
	top: 46.5em;
	left: 18.5em;
	z-index: 1;
	}
.bottompanel03 {
	width: 16em;
	height: 17em;
	background: white;
	border: 1px solid #d49100;
	position: absolute;
	top: 46.5em;
	left: 35em;
	z-index: 1;
	}
.bottompanel04 {
	width: 16em;
	height: 17em;
	background: white;
	border: 1px solid #d49100;
	position: absolute;
	top: 46.5em;
	left: 51.5em;
	z-index: 1;
	}
.bottompanel01 h3,
.bottompanel02 h3,
.bottompanel03 h3,
.bottompanel04 h3 {
	padding: 0.25em;
	background: #d49100;
	font-weight: bold;
	color: #892034;
	font-size: 1em;
	}
.bottompanel01 h3 a,
.bottompanel02 h3 a,
.bottompanel03 h3 a,
.bottompanel04 h3 a {
	text-decoration: none;
	color: #892034;
	}
.bottompanel01 h3 a:hover,
.bottompanel02 h3 a:hover,
.bottompanel03 h3 a:hover,
.bottompanel04 h3 a:hover {
	text-decoration: underline;
	}
#newsticker {
	margin: 0.5em 0.5em 0.5em 0.5em;
	height: 5em;
	background: #c2c2c2;
	position: relative;
	color: #000;
	font: 0.85em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;	
}
#newsticker a:link {
	color: #810000;
    text-decoration:none;
    background-color:transparent;
}
#newsticker a:visited {
	color: #810000;
    text-decoration:none;
    background-color:transparent;
}
#newsticker a:hover {
	color: #810000;
    text-decoration:underline;
    background-color:transparent;
}
#newsticker a:active {
	color: #810000;
    text-decoration:underline;
    background-color:transparent;
}
#newsticker ul {
	border: 1px solid #c2c2c2;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url(../images/icons/icon_closenewsticker.gif) no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}