
	.sbBody
	{
		/*
		background-color:#f3f6f9;
		*/
		background-color:#ededed;
		font-size:12px;
	}

    .GuideContainer
    {
		position:relative;
        width: 205px;
        height: auto;
        background-color:#F3F6F9;
        margin-left:12px;
/*
        margin-right:15px;
        padding-left:15px;
        padding-right:15px;
*/
    }
    
    .GuideContent 
    {
		position:relative;
        z-index: 22;
        /*
        width:300px;
		*/
    }

    .GuideHeadingTBackground
    {
        position: relative;
        background: url(../images/contentSubTop300.png) no-repeat;
        font: 18px "Myriad Pro", Helvetica, Arial, sans-serif;
		min-height: 59px;
/*
        cursor: pointer;
        cursor: hand;
*/
        color: #FFF;
        z-index:20;
    }            
    
    .GuideHeadingBackgroundRed 
    {
		position:relative;
        background: url(../images/TopBarSubRed300.png) 0 7px no-repeat;
        height: 59px;		
/*
        behavior: url(iepngfix.htc);
*/
    }      
    .GuideHeadingBackgroundBlue
    {
		position:relative;
        background: url(../images/TopBarSubBlue300.png) 0 7px no-repeat;
        height: 59px;		
/*
        behavior: url(iepngfix.htc);
*/
    }      
    
    .GuideHeadingText
    {
		position:relative;
		height:59px;
        text-align:center;
		padding-top:22px;
    }
    

    .GuideBodyContent 
    {
        position: relative;
        height: auto;
        z-index:1;
        font-weight:bold;
        
    }    


    .GuideBodyTBackground
    {
		position:relative;
        background: url(../images/contentSubMiddle300.jpg) repeat-y;
    }
                 
    .GuideBodyBackground
    {
		position:relative;
        background:url(../images/contentTop300.png) no-repeat;
    }  
    
	.mainColor2
	{
		background-color:#00215A;
		FONT-WEIGHT: bold;		
		/*
		FONT-SIZE: 12px;
		*/
		COLOR: #FFFFFF;
		FONT-FAMILY: verdana, arial, sans-serif;
	}    

    .GuideBodyText 
    {        
		color: black;

/*
        font-size:10px;
*/
		font-size:1.0em;
        position: relative;
        /*
        width:240px;
        */
        min-height: 360px;
        z-index: 900;
        white-space:normal;
        padding-left:30px;
        padding-top:12px;
        padding-right:15px;
        overflow:inherit;
        height: auto !important;
        /*
        text-align:center;
		*/
       
  
	}
                
    .GuideContentBottomImage
    {
        position: relative;
        background: url(../images/contentSubBottom300.png) no-repeat;
        height: 294px;
        margin-top: -270px;
        padding-top: 32px;

/*
*/
        
        
/*
        behavior: url(iepngfix.htc);
*/
    }

	.GuideFooter
	{

		text-align:center;
		color:Red;
		z-index:950;		
	}




	ol.myOrderedList
	{
/*
		padding-left:30px;
		padding-right:30px;
		margin-right: 15px;
*/
		text-align:left;
		color:Black;	
	}

    li.listItems
    {
		padding-top:14px;
/*		
*/
    }
    
    a.myLinkStyle:link, a.myLinkStyle:active, a.myLinkStyle:visited 
    {
        color: blue;
        text-decoration: none;
        outline: none;
        font-size:14px;
    }
    
    a.smallLink:link, a.smallLink:active, a.smallLink:visited 
    {
        color: blue;
        text-decoration: none;
        outline: none;
        font-size:12px;
    }

	
	.myOffset
	{
		position:absolute;
		top: 84px;	
/*
		border-style:solid;
		border-width:thin;
		border-color:Black;
*/
	}
		
	.bodycopy {
		_margin-top:12px;
		color: #7d7d7d;
		font-size: 11px;
		line-height: 20px;
	}

	.bodycopy ul{
		margin-left: 30px;
	}

	.bodycopy a:link, .bodycopy a:active, .bodycopy a:visited {
		color: #800000;
		text-decoration: none;
	}	