﻿#contentImage {
	border-left: 1px #fc0 solid;
	border-right: 1px #fc0 solid;
	overflow: hidden;
}

#mainPanel {
	background-color: #333;	
}

#topMainPanel {
	height: 30px;
	min-height: 30px;
	border-top: 1px #fc0 solid;
}

#bottomMainPanel {
	height: 30px;
	min-height: 30px;
	border-bottom: 1px #fc0 solid;
}

#leftMainPanel {
	float: left;
	width: 705px;
	border-right: 1px #fc0 solid;
	margin-left: 35px;
}

#breadcrumbs {
  margin-bottom: 10px;
}

#breadcrumbs a {
  color: #fc0;
  text-decoration: none;
  font-size: 0.7em;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

.currentLink {
  color: #fc0;
  font-size: 0.7em;
}

#panelTitle {
	color: #fc0;
	font-weight: bold;
	padding-bottom: 24px;
	border-bottom: 1px #fc0 solid;
}

#panelSubTitle {
	font-style: oblique;
	color: white;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#panelContent {
  padding-top: 24px;
  padding-right: 24px;
}

#panelContent ul 
{
    margin-left: 35px;
}

#panelContent a {
  color: #88f;
  text-decoration: none;
}

#panelContent a:hover {
  color: #fc0;
  text-decoration: underline;
}

#rightMainPanel {
	float: left;
	width: 210px;	
}

#rightMainPanel .padded 
{
    margin: 0px 0px 10px 10px;
}

#rightPanelTitle 
{
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 50px;
}

#rightPanelTitle span 
{
    color: #fc0;
    font-weight: bolder;
}

#rightMainPanel a 
{
    color: #88f;
    text-decoration: none;
}

#rightMainPanel a:hover 
{
    color: #fc0;
    text-decoration: underline;
}
