﻿body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: White;
	background-color: Gray;
	background-image: url(../../images/Center001.jpg);
	overflow: hidden;
}	

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 
{
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: underline;
}

.titleline
{
	font-weight:bold;
}

.comment
{
	font-size: 0.8em;
}

.comment_title
{
	font-size: 0.8em;
	font-weight: bold;
}

#mainwrapper {			
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#header {
	margin-left: 0px;
	margin-bottom: 0px;
	color: White;
	font-size: 2.0em;
	font-weight: normal;
	padding: 10px;
	background-image: url(../../images/UpperCenter002.jpg);
	background-position: right top;
	height: 130px;
}

#header-bottom
{
	width:100%;
	font-size: 14px;
	font-style: italic;
}

#content {
	width: 100%;
	background-color: Gray;
	background-image: url(../../images/Center001.jpg);
	color: White;
}

#content-left {
	padding-top: 10px;
	padding-right: 5px;
	background-color: Gray;
	background-image: url(../../images/Center001.jpg);
	border-right: solid;
	border-color: Gray;
	border-width: 2px;
}

#content-right 
{
	width:auto;
	padding:5px;
	vertical-align:top;
}

#footer 
{
	text-align:right;
	vertical-align:text-bottom;
	margin-left: 0px;
	margin-bottom: 0px;
	color: White;
	padding:0px;
	background-image:url(../../images/LowerCenter001_1000x150.jpg);
	background-position:left top;
}

.hyperlink
{
	color: White;
	text-decoration: underline;
}

.hyperlink-aio
{
	color: Navy;
	text-decoration: none;
}

.hyperlink-content
{
	color: White;
	text-decoration: underline;
}

.footer-comment
{
	color: Gray;
}

#breadcrumb 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

#breadcrumb a 
{
	color: White;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}
	
.menu_nodeStyle
{
	color: White;
	font-family:"Verdana";
	font-size:8pt;
	padding: 5px 5px 5px 5px;
	width:100%;
}

.menu_hoverNodestyle
{
	background-color: #007BBF;
	cursor:pointer;
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: White;
}

.loginStatus
{
	color: #007BBF;
    float: left;
    font-style: normal;
    font-size: small;
    text-decoration: none;
}


