﻿@media print

.body
{
	background-color:#fff;
	height:100%;
	    vertical-align:top; /*added, since centering*/
     margin:auto;
/*     text-align: center; told needed to show up right in netscape and others, but messes up action menus*/
/*		width:1000px;*/
}

.dwrtoplinks{
	display:none;
}
.breadcrumb
{
    display:none
}
.topLinkBar 
{
    display:none;
}
.topNavContainer
{
	display:none;
	

}

.topNavRoundLeft, .topNavRoundRight
{
    width:0px;
}
.leftNav
{
	display:none;
	width:10px;
	
	
}
.leftNavSpacer { 
	width: 19px;  /*200px in new*/
}

.leftNav1, .leftNav2, .leftNav3 {
	border-bottom-style: solid; /*this was inserted*/
	border-bottom-width: 1px; /*this was inserted*/
	border-bottom-color: #1C508E; /*this was inserted*/
	padding-left: 3px;
	color: #003399; /*#354260*/
}
.leftNav1 {
	font-family: tahoma;
	font-size: 9pt;/*10px*/
	font-weight: bold;/*bold*/
	line-height: 10px;/*14px*/ /*color: #000066;		removed from nav1,2,3 and inserted here*/
	width: 200px;
	background-color:#AAC6FF;
	padding-bottom: 4px; /*4px*/
	padding-top: 3px; /*6px*/
	
}
.leftNav1 a {
	font-family: tahoma;
	font-size: 9pt; /*11px*/
	font-weight: bold;
	/*padding-left: 5px;
	padding-right: 10px;*/
	display: block;
	width: 190px; /*added when Nav3 sticking out 5/18/10*/
}
.leftNav2 {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: 600;
	line-height: 9px; /*???line-height:18pt original*/;
	width: 180px; /*added when Nav3 sticking out 5/18/10*/;
	background-color: #CCDDFF;
	padding-bottom: 3px; /*4px*/
	padding-top: 2px; /*6px*/
}
.leftNav2 a {
	/*padding-left: 5px;/*padding-left:10px in new*/
	display: block;
/*	padding-right: 10px;*/
	width: 170px; /*added when Nav3 sticking out 5/18/10*/
}
.leftNav3 {
	font-family: tahoma;
	font-size: 8pt;
	line-height: 9px; /*???line-height:18pt original*/;
	width: 170px;
	background-color: #ECF2FF;
	padding-bottom: 1px; /*4px*/
	padding-top: 1px; /*6px*/
}
.leftNav3 a {
	/*padding-left: 10px;*/
	display: block;
	/*padding-right: 10px;/*why needed*/
	width: 150px;
}
.leftNavHover {
	background-color: #f0f0f0/*#596E9E; #103b71 in new*/;
	color: #003399;
	
}
.leftNavFlyOuts {
	font-family: Tahoma;
	font-size: 8pt;
/*	border-top: 1px #CBD1E0 solid;
	border-left: 1px #CBD1E0 solid;
	border-right: 1px #CBD1E0 solid;*/
	border: 1px #CBD1E0 solid;
	*width:220px;/*270px*/
}
.leftNavFlyOutsItem {
	/*border-bottom: 1px #CBD1E0 solid;
	background-color: #ECEFF3;
	*width:270px;*/
		background-color: #ECEFF3;  
	/*border-bottom: #808080 1px solid;*/
	width:190px;/*270px*/
}
.leftNavFlyOutsItem a {
	padding: 1px 5px 1px 5px;
	display: block;
	color: #354260; 
	*width:190px;/*100, 270px*/
	min-width: 190px;/*100px, 270*/
}
.leftNavFlyOutsHover {
	/*background-color: #B2BCD3;*/
		/*background-color: #596E9E;*/
	color: #003399;
	font-weight: bold; *;
	width: 190px;
	text-decoration: underline;
}
.pageTitle
{
    margin: 10px 0 10px 0;
    padding-bottom: 3px;
    font-family: tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #1C508E;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #1C508E;
    display: block;
}
.pageTitle span
{
	margin:0px;
	padding:0px;
}
.mainContainer
{
margin-left:10px;
margin-right:10px;
vertical-align:top; /*added, since center vert*/
}
.bottomLinkBar
{
	font-family: tahoma;  
	font-size: 8pt; 
	color: #999999;
	float:none;
}
.PageContent
{
vertical-align:top; /*added, since center vert*/
width:730px; /*added*/
				
}
.mainContent
{
width:730px;/*added*/
}
.mainContent div.ms-pagebreadcrumb, .mainContent td.ms-pagebreadcrumb
{
	display:none;
}
div.ms-wikieditouter
{
	position:static;
	border-bottom: 1px #6393d4 solid;
	margin-bottom:8px;
	margin-right:5px;
	border-right-width:1px;
}
div.ms-quicklaunchouter
{
	margin-left:7px;
	margin-top:5px;
	width:158px;
	border-width:0px;
}


