body {
	background:#000;
    text-align:center;
	font-family:Arial, sans-serif;
}

#page-wrapper {
	background:#fff;
	text-align:left;
}

#main-content {
	background:#fff;

}

.accessibility {
    display:none;
}

img {
	border:0px;
}

img.left {
	float:left;
}

img.right {
	float:right;
}

.right {
    text-align:right;
}

.left {
    text-align:left;
}

#logo {
	background:#FFDA48 url('../images/panel.jpg') 0 0 no-repeat;
}

#top-panel-bar {
    background:#000;
}

#middle-panel-bar {
	background: url('../images/top_bar.jpg') 0 0 repeat-x;
}

#bottom-panel-bar {
	background:#FFD21D url('../images/menu_bar.jpg') 0 0 repeat-x;
}

#bottom-panel-bar ul{
    display:inline;
    
}

#bottom-panel-bar li{
    display:inline;
	float:left;
    padding-left: 30px;
}

#bottom-panel-bar a,#bottom-panel-bar a:link,#bottom-panel-bar a:visited,
#bottom-panel-bar a:active {
	font-weight:bold;
    color:black;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Helvetica, Verdana, Arial, sans serif;
	font-size:.9em;
}

.accesskey {
	text-decoration:underline;
}

#footer-panel {
background:#FFD21D url('../images/bottom_panel.jpg') 0 0 repeat-x;
}

#footer-panel-bottom {
background:#000 url('../images/bottom_bar.jpg') 0 0 repeat-x;
}

#links {
   
}

#links li {
margin-left:-6px;
margin-top:12px;
margin-bottom:12px;
font-weight:bold;
font-size:.8em;

}

*html #links li {
margin-left:-6;}

#links a,#links a:active,#links a:visited, #links a:visited {
  color:black;
}

#links a:hover {
position:relative;
top:-2px;
left:-3px;
}

a, a:link, a:visited, a:active {color:#0000FF;}
a:visited { color:#f0f;}

.center {
    text-align:center;
}

h1.warning {
    color:#333;
}

table small em {font-weight:bold;}
