﻿.pageStyle {
	background-color: #0aab28;
	background-image: url('Images/toysauerBackgroundPanel.jpg');
	background-repeat: repeat-x;
}
.contentPanelStyle {
	background-image: url('Images/toysauerContentPanelBackground.gif');
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 900px;
}
.contentPanelHeadingStyle {
	font-family: webster;
	text-align: center;
	vertical-align: top;
	font-size: 32pt;
}
.contentPanelInfoStyle {
	font-family: JazzTextExtended;
	font-size: 12pt;
	width: 900px;
	height: 750px;
}
.menuPaneStyle {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-family: Georgia;
	font-size: 12pt;
	color: #000000;
	width: 880px;
	background-color: #BBD4C0;
	border-top-style: ridge;
	border-top-width: 5px;
	border-top-color: #ADC1AF;
	border-bottom-style: ridge;
	border-bottom-width: 5px;
	border-bottom-color: #ADC1AF;
	clear: both;
}
.menuStyle {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.menuItemStyle {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	font-family: georgia;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
}
.subMenuPaneStyle {
	border-style: none ridge ridge ridge;
	border-color: #ADC1AF;
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	background-color: #BBD4C0;
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	z-index: 100;
}
.subMenuItemStyle {
	padding: 0px 5px 2px 7px;
	margin: 0px;
	font-family: Georgia;
	font-size: 9pt;
	color: #000000;
	background-color: #BBD4C0;
}
.contentPanelFooterStyle {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
	height: 45px;
	border-top-style: double;
	border-top-width: 3px;
	border-top-color: #000000;
	font-weight: bold;
}
.contentPanelFooterStyle a {
	text-decoration: underline;
	color: #FF6600;
}
.contentPanelFooterStyle h4 {
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}
.contentPanelFooterStyle h5 {
	padding: 0px;
	margin: 4px 0px 4px 0px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
}
.newsItemHeadingStyle
{
	font-family: "MS Serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	line-height: 2em;
	margin-top: 2em;
}
.newsItemList {
	padding: 15px;
	font-family: "Comic Sans MS";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.newsItemList h2 {
    font-family: "Comic Sans MS";
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    line-height: 2em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.newsItemStyle
{
	margin: 20px;
	font-family: Georgia;
	font-size: 12pt;
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
	text-align: justify;
}
.newsItemStyle a {
	color: #000000;
}
.newsItemStyle a:hover {
	color: #FF8000;
}

.contentPanelFooterStyle a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.contentPanelImageStyle
{
	float: right;
	position: relative;
	top: 50px;
}

