﻿body {
	min-width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #707070;
}		

h1, h2, h3, h4, h5, h6 {color: #0066CB;}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}

#mainwrapper {			
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;	
	font-size: 2.0em;
	font-weight: normal;
	padding:0px;
	border-top :solid 1px Black;
	border-left :solid 1px Black;
	border-right :solid 1px Black;

}

#header-bottom
{
	width:100%;
	font-size: 14px;
	font-style: italic;
}

#content {
	width: 100%;
	background-color:White;
	border-left:solid 1px Black;
	border-right:solid 1px Black;
	border-bottom:solid 1px Black;

}

#columnHeader 
{
    background-color: #1585ea;
    color: White;
    font-weight: bold;
	font-size: 1.2em;    
}

#content-left {
	width:180px;
	padding-top:10px;
	}

#content-right 
{
	width:auto;
	border-left:1px solid #A7A7A7;
	padding:15px;
	vertical-align:top;
}

#breadcrumb 
{
	width: 100%;
	height: 18px;
	font-family: Verdana;
	font-size: 9pt;
	color: White;
	background-color: Black;
	border-top: solid 1px DarkGray;
}

#breadcrumb a 
{
	color: #0066CB;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}

#footer
{
	width:798px;
	font-size: 0.8em;
	font-style: italic;
	background-color: Black;
	color: White;
	border:solid 1px Black;
	text-align: justify;
}
	
.menu_nodeStyle
{
	color:Black;
	font-family:"Verdana";
	font-size:8pt;
	padding: 5px 5px 5px 5px;
	width:100%;
	border:solid 1px White;
}

.menu_hoverNodestyle
{
	background-color:#CCCCCC;
	border:solid 1px #888888;
	cursor:pointer;
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	color:#0066CB;
}

