/*
    This file is intended to contain custom styles for simple customization scenarios. This file is specified
    after all standard CSS files, so rules defined here with the same specificity as those in standard CSS
    files should apply.
    
    It is considered a best practice to add styles via this file instead of directly modifying a standard CSS
    file. This approach allows for more straightforward upgrade, bugfix and migration scenarios.
    
    Potential simple customization scenarios might include color/font changes, padding/margin changes, etc.
*/

html, body  {
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(/perspective/local/resources/images/diagonal_bg.gif);
	background-repeat:repeat;
}
.global-breadcrumb {
    right:0px;
    top:0px;
    background:#CCC;
    color:black;
    font-size:11px;
    padding-top:5px;
    width:100%; 
    line-height:11px; 
    padding-bottom:5px;  
}
.global-breadcrumb-a{
	width: 973px;
	margin-left: 355px;
	text-align:left;
}
.global-breadcrumb-a a {
    text-decoration:underline;
    font-size:11px;
}

.global-links {
    margin-left:21px
}
div.header_family {
            width: 973px;
            height:25px;
            top:15px;
            padding-top:15px;
   			padding-bottom:15px;
   			margin:0px auto;
   			text-align:left;
   			display:block;
   			margin-left: 355px;
         }
.header_HTML{
   width: 973px;
   padding-top:15px;
   padding-bottom:15px;
   margin:0px auto;
   text-align:left;
   display:block;
}
 
 .header_HTML img{
   border:0px;
 }
 
a{
 color:#005480;
 text-decoration:none;
 }
 #BreadCrumB a:hover { 
 color: #996600; 
 }
 
 .Header_support {
 float:right;
 }
 
 .Header_LOGO{
 display:block;
 overflow:hidden;
 }
 
 .Header_support a:hover, .Begin_Content_HTML a:hover{
 text-decoration:underline;
 }
 
