﻿@import url("Layout.css");
body {
	font-family: Tahoma;
	font-size: 0.8em;
	color: #000;
	background-color: #d62722;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url("media/MasterSides.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 776px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 12px;
	overflow: auto;
	background-color: #fefe01;
}
#sidebar {
	float: left;
	width: 195px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 14px;
	display: inline;
}
#content {
	float: right;
	width: 558px;
	margin-top: 0;
	margin-right: 12px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	height: inherit;
}
#footer {
	text-align: center;
	clear: both;
	width: 776px;
	margin-right: 12px;
	margin-left: 12px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}

.content-center { border-style: dotted; border-width: 0px 1px 0px 0px; border-color: #2C588A; padding: 0px 20px 0px 20px; }

#SLIDESTEXT
{
	color: DarkBlue;
	font-family: Georgia, Tahoma;
	font-size:14pt;
	font-weight:bold;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#masthead a {
	color:#003399;
	text-decoration: underline;
}
#masthead a:hover {
	color: #003399;
	text-decoration: none;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.Slogan {
	font-family: Tahoma;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #333333;
}
.ExplanationText {
	font-family: Tahoma;
	font-size: 8pt;
	color: #808080;
}
.ErrorMessage {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #800000;
}
.NormalControl {
	font-family: Tahoma;
	font-size: 8pt;
}
.Button {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

.Highlight
{
	background-color: #FEFBD2;
	color: #000080;
	font-family: Tahoma;
	font-size: 8pt;
}

a, A:link, a:visited, a:active {	
	color: #0000aa; 
	text-decoration: none; 
	font-family: Tahoma, Verdana; 
	font-size: 10pt;
}

A:hover { 
	color: DarkOliveGreen; 
	text-decoration: none; 
	font-family: Tahoma, Verdana; 
	font-size: 10pt;
}

.DataGrid
{
	font-family:Tahoma;
	font-size:8pt;
	background-color:#C8E3FF;
	vertical-align: top;
}
.DataGridHeader
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold; 
	background-color:#003366;
}
.DataGridAlternating
{
	background-color: #E3F1FF;
}

h2
{
	color: DarkOliveGreen;
}

.MenuCategory
{
	font-family:Tahoma;
	font-size: 14pt;
	font-weight:bold;
	color: DarkBlue;
}

.MenuItem
{
	font-family:Tahoma;
	font-size: 12pt;
	font-weight:bold;
	color: DarkGreen;
}

.NewHeading {
    font-weight: bold;
    font-size: 14pt;
    color: red;
    font-family: Arial;
    
}