﻿/*
#Subpages
{
	float: left;
	width: 50%;
}
#Image
{
	float: right;
	width: 50%;
}
.error
{
	color: Red;
}
*/
.formLabel
{
	font-size: 0.9em;
	font-weight:bold;
	font-family: Verdana, Tahoma, Arial;	
}
INPUT, textarea
/*INPUT is for ASP.NET TextBox text and textarea for multiline TextBox text */
{
	font-size: 0.9em;
	font-family: Verdana, Tahoma, Arial;	
}
.entry
{
	width: 95%;	
}
hr
{
	width: 100%;	
	color: rgb(51,102,153);
}
#content table
{
	table-layout: fixed;
	width: 100%;
}
#content table hr
{
	width: 90%;
	color: rgb(127,127,127);	
}
.sidebarStaticMenuItem, .sidebarDynamicMenuItem
{
	border-width: medium;
	border-style: inset;
	border-color: rgb(51,102,153);
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.sidebarStaticMenuItem a, .sidebarDynamicMenuItem a
{
	display: block;
}
.sidebarStaticHover, .sidebarDynamicHover
{
	background-color: rgb(153,153,153);
}
h6
{
	font-size: 1em;
	font-family: Palatino Linotype, Lucida Bright, Georgia, Times New Roman;
	text-align: left;
}
h5
{
	font-size: 1.25em;
	font-family: Palatino Linotype, Lucida Bright, Georgia, Times New Roman;
	text-align: center;
}
h4
{
	font-size: 1.5em;
	font-family: Palatino Linotype, Lucida Bright, Georgia, Times New Roman;
	text-align: center;
}
h3
{
	font-size: 1.75em;
	font-family: Lucida Bright, Palatino Linotype, Georgia, Times New Roman;
	text-align: center;
}
p, .message
{
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial;
}
.caption
{
	font-size: 0.8em;
	font-family: Verdana, Tahoma, Arial;
}
#BannerImage
{
	position: absolute;
/*	left: 1px;
	right: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
*/
	display: inline-block;
}

#header
{
	/*position: relative;
	float: left;
	height: 310px;
	width: 100%;
	z-index: 10;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 310px;
	padding-bottom: 5px;
	width: auto;
	z-index: 10;
	background-color: white;
}
#body
{
	position: absolute;
	top: 310px;
	bottom: 0;
	/* keep commented out (non-white) background-color tags for future troubleshooting*/
	/*background-color: Blue;*/
}
#sidebar
{
	/*float:left;
	height:auto;
	width: 25%;*/   
	float: left;
    width: auto;
    position: relative;
    top:0;
	padding: 0px 5px 5px 5px;
	font-size: 1.5em;
	font-family: Palatino Linotype, Lucida Bright, Georgia, Times New Roman;
	/*background-color: Gray;*/
}
#content 
{
	height: auto;
	overflow: auto;
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 40px 10px;
	/*background-color:Olive;*/
}
#footer 
{
	position: fixed;
	bottom: 0;
	padding: 0px 10px 0px 10px;
	font-size: 0.6em;
	font-family: Verdana, Tahoma, Arial;
	clear: both;
	width: 100%;
	height: 30px;
	background-color:White;
}
#footer-left
{
	float: left;
	width: 45%;
	margin-top: 0px;
	margin-left: 5px;
	/*background-color: Orange;*/
}
#footer-right
{
	float: right;
	width: 45%;
	text-align: right;
	margin-top: 0px;
	margin-right: 15px;
	/*background-color: Maroon*/;
}
#breadcrumbs
{
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial;
	clear: both;
	float: right;
	padding: 5px 5px 5px 5px;
}
div
{
}
#page
{
	position: relative;
	min-width: 600px;
	/*background-color: Teal;*/
	z-index: 5;
}
ul
{
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial;	
}

