﻿html * { padding: 0; margin: 0; } 

.HeaderLeft
{
	width: 43px;
	background-image: url(../../images/Psc0/Page.Header.LeftBgrnd.gif);
	background-repeat: no-repeat;
}

.HeaderMiddle
{
	background-image: url(../../images/Psc0/Page.Header.MiddleBgrnd.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}

.HeaderRight
{
	width: 559px;
	background-image: url(../../images/Psc0/Page.Header.RightBgrnd.gif);
	background-repeat: no-repeat;
}

.HeaderBodyBase
{
	background-color: #38457D;
	margin-bottom: 5px;
}

.HeaderMenu
{
	text-align: right;	
	padding-right: 40px;
	padding-top: 20px;
}

.HeaderBase
{
	border: none; 
	border-collapse:collapse;
	height: 46px;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 15px;
}

.PageBodyRight
{
	width: 19px;
	background-image: url(../../images/Psc0/Page.Body.RightBgrnd.gif);
	background-repeat: repeat-y;
}

.PageBody
{
	background-color: White;
}

.NavigationBase
{
	background-image: url(../../images/Psc0/Page.Body.LeftBgrnd.gif);
	background-repeat: repeat-y;
	background-color: white;
}

.ContentBackgroundBase
{
	/*background-image: url(../../images/Psc0/Page.Bgrnd.gif);
	background-repeat: repeat-y;*/
	background-color: #38457D;
	margin:  0px 0px 0px 0px;
}

.ContentCatalogBase
{

	margin-left: 5px;	
	/*background: url(../../images/Psc0/Cat.Bgrnd.Right.gif);
	background-repeat:no-repeat;
	background-position: right;
	min-height: 450px;*/
}

.ContentBase
{
	margin-left: 5px;
	border: solid 6px #ecebfa;
	min-height: 600px;
	width: 700px;
	/*border-top: solid 3px #ecebfa; border-left: solid 3px #ecebfa;border-right: solid 3px #ecebfa;
	background: url(../../images/Psc0/Border.Vertical.LPurple.gif);
	background-repeat: repeat-y;
	min-height: 450px;*/
}


.ContentFooter
{
	margin-left: 5px;
	height: 72px;
	background-color:White;
}

.ContentFooterLinks 
{ 
	padding: 0px 50px 0px 50px; 
}

.ContentFooterLinks a:hover 
{ 
	color: #ff9900;
	text-decoration: none;
}

.BreadCrumbs
{
	 background-color:	#ecebfa;
	 height: 10px;
	 font-size: 1px;
}

.RepairClearType {
    filter: alpha(opacity=100);
    opacity: 1.0;
    background-color: red;
}

.FooterLeft
{
	width: 93px;
	background-image: url(../../images/Psc0/Page.Footer.LeftBgrnd.jpg);
	background-repeat: no-repeat;
}

.FooterMiddle
{
	background-image: url(../../images/Psc0/Page.Footer.MiddleBgrnd.jpg);
	background-repeat: repeat-x;
}

.FooterRight
{
	width: 84px;
	background-image: url(../../images/Psc0/Page.Footer.RightBgrnd.jpg);
	background-repeat: no-repeat;
}

.FriendlyErrorMessage
{
	font-family: Verdana;
	color: blue;
	padding-left: 10px;
	padding-right: 10px;
}

.ErrorMessage
{
	font-family: Verdana;
	color: red;
	padding-left: 10px;
	padding-right: 10px;
}