/* **************************************************************************
 * SCREEN
 * ************************************************************************** */


    body
    {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px 0px 1px;
	height: 100%;



    }
    
    br.clear
    {
        clear: both;
    }
    
    h1
    {
	color: #0099FF;
	font-size: 135%;
	font-weight: bold;
	margin: 10px 0px;
	padding: 8px 0px;
	background-image: url(../images/LtBlueUnderline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;



    }
    
    h2
    {
	color: #000033;
	font-size: 115%;
	font-weight: bold;
	margin: 25px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	background-image: url(../images/DkBlueUnderline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;



    }
    
    h3
    {
	color: #037300;
	font-size: 95%;
	font-weight: bold;
	margin: 25px 0px 10px;
	padding: 5px 0px;
	background-image: url(../images/GreenUnderline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;


    }
    
    .invalid
    {
        font-weight: bold;
        color: #AA491C;
    }
    
    .tiny
    {
        font-size: 80%;
    }
    
    p
    {
	margin: 5px 0px 15px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: .9em;




    }
    
    span.pipe
    {
        font-weight: bold;
        color: #0099ff;
    }
    
    span.agbh3
    {
        font-weight: bold;
        padding-right: 5px;
    }
    
    img
    {
        border: 0px;
    }
    
    a
    {
        color: #0099ff;
        text-decoration: underline;
    }
    
    a:hover
    {
        color: #037300;
        text-decoration: underline;
    }
    
    a:visited
    {
    }
    
    a.innerLinkBox
    {
        margin-right: 10px;
    }
    
    a.linkBox
    {
        display: block;
        padding: 1px;
        float: left;
        margin-bottom: 10px;
        border: 4px solid #000000;
        text-decoration: none;
        cursor: pointer;
    }
        a.linkBox span
        {
            display: block;
        }
        
        a.linkBox span.linkBoxLabel
        {
            height: 20px;
            line-height: 20px;
            color: #768148;
            font-size: 90%;
            font-weight: bold;
            padding-left: 10px;
            background-image:  url(../images/bgLinkBoxLabelUp.png);
            background-repeat: repeat-x;
        }
        
        a.linkBox span.linkBoxContent
        {
            font-size: 90%;
            color: #768148;
            padding: 5px 10px 5px 10px;
        }
    
    a.linkBox:hover
    {
        border: 4px solid #96A45F;
        text-decoration: none;
        cursor: pointer;
    }
    
        a.linkBox:hover span.linkBoxLabel
        {
            color: white;
            background-image:  url(../images/bgLinkBoxLabelDown.png);
            background-repeat: repeat-x;
        }
        
        a.linkBox:hover span.linkBoxContent
        {
            color: #768148;
        }
    
    ul
    {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 5px;






    }
    
    div#layout
    {
        background-image:  url(../images/bg.png);
        background-repeat: repeat-x;
        padding-bottom: 50px;
    }
    
        div#container
        {
            width: 750px;
            margin: 0px auto;
        }
        
            div#lft
            {
                width: 227px;
                float: left;
            }
            
                div#logo
                {
	margin-top: 118px;
	margin-left: 27px;
	margin-bottom: 2px;







                }
                
                div#menu
                {
	margin-left: 27px;
	overflow: hidden;


                }
                
                    div#menu ul
                    {
                        list-style-type: none;
                        margin: 0px;
                        padding: 0px;
                    }
                    
                    div#menu ul li
                    {
	margin-bottom: 2px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;





                    }
                    
                    div#menu ul li a
                    {
                        color: white;
                        font-size: 150%;
                        text-decoration: none;
                        display: block;
                        width: 206px; /* 205 - 42 (padding-left) */
                        position: relative;
                        height: 40px;
                        margin-right: -6px; /* IE 6 */
                        padding-left: 42px;
                        line-height: 40px;
                        background-image: url(../images/MenuOff.gif);
                        background-repeat: no-repeat;
                    }
                    
                    div#menu ul li a:hover
                    {
                        background-image: url(../images/MenuOn.gif);
                    }
                    
                    div#menu ul li a.current
                    {
						background-image: url(../images/MenuOff.gif);
                    }
            
            div#mid
            {
	width: 462px;
	float: left;
	padding-top: 16px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	z-index: 2;






            }
            
                div#headerPrint
                {
                    display: none;
                }
            
                /* div#header
                {
                    height: 180px;
                    padding: 10px 16px 0px 16px;
                    background-image:  url(../images?.png);
                    background-repeat: no-repeat;
                } */
                
                div#content
                {
                    width: 410px;
                    margin: 0px 26px 0px 26px;
                }
                
                div#bottomMenu
                {
                    width: 412px;
                    margin: 30px 25px 0px 25px;
                    position: relative;
                }
                    
                    div#bottomMenu a
                    {
	text-decoration: none;
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;

                    }
                    
                    a#bottomMenuPrev
                    {
                        display: block;
                        position: absolute;
                        width: 135px;
                        left: 0px;
                        top: 0px;
                    }
                    
                    a#bottomMenuTop
                    {
                        display: block;
                        position: absolute;
                        width: 142px;
                        text-align: center;
                        left: 135px;
                        top: 0px;
                    }
                    
                    a#bottomMenuNext
                    {
                        display: block;
                        position: relative;
                        width: 135px;
                        text-align: right;
                        left: 277px;
                        top: 0px;
                    }
                
                div#footerPrint
                {
                    display: none;
                }
                
                div#footer
                {
                    width: 430px;
                    height: 30px;
                    margin: 5px 16px 0px 16px;
                    line-height: 30px;
                    text-align: center;
                }
                
                    div#footer a
                    {
                        color: white;
                        font-weight: bold;
                        text-decoration : none;
                        padding: 0px 10px 0px 10px;
                    }
                
                div#midEnd
                {


                
                }
            
            div#rgt
            {
                margin-left: -6px;
                width: 40px;
                float: left;
            }
            
            div#floater
            {
                margin-top: 190px;
            }
            
            	div#floaterContent
            	{
            	    background-image:  url(../images/bgFloater.png);
            	    background-repeat: repeat-y;
            	    padding: 0px 10px 0px 10px;
            	}
            	
                	div#floaterContent a
                	{
                	    width: 20px;
                	    height: 20px;
                	    display: block;
                	}
            	
                	div#floaterContent a.preLast
                	{
                	    margin-bottom: 1px;
                	}
            
            div#credits
            {
                color: white;
                text-align: right;
                padding: 0px 77px 0px 0px;
            }
            
                    div#credits a
                    {
                        color: white;
                        text-decoration : none;
                        padding: 0px 0px 0px 5px;
                        line-height: 20px;
                        height: 20px;
                    }
}

/* **************************************************************************
 * PRINT
 * ************************************************************************** */

@media print
{
    body
    {
        margin: 0px;
        padding: 0px;
    }
    
    br.clear
    {
        clear: both;
    }
    
    h1
    {
        color: black;
        font-size: 180%;
        font-weight: normal;
        margin: 5px 0px 10px 0px;
        padding: 0px 0px 2px 5px;
        border-left: 5px solid black;
        border-bottom: 1px solid black;
    }
    
    h2
    {
        color: black;
        font-size: 140%;
        font-weight: normal;
        margin: 25px 0px 10px 0px;
        padding: 0px 0px 2px 0px;
        border-bottom: 1px solid black;
    }
    
    p
    {
        margin: 5px 0px;
        padding: 0px;
    }
    
    span.pipe
    {
        font-weight: bold;
        color: black;
    }
    
    img
    {
        border: 0px;
    }
    
    a
    {
        color: black;
        text-decoration: none;
    }
    
    a:link:after, a:visited:after
    {
	content: " [" attr(href) "] ";

    }
    
    div#layout
    {
        
    }
    
        div#container
        {
            
        }
        
            div#lft
            {
                display: none;
            }
            
            div#mid
            {


                
            }
            
                div#headerPrint
                {
                    border-bottom: 2px solid black;
                    margin-bottom: 30px;
                }
            
                div#header
                {
	display: none;










                }
                
                div#content
                {
                    
                }
                
                div#bottomMenu
                {
                    display: none;
                }
                
                div#footerPrint
                {
                    text-align: center;
                    border-top: 2px solid black;
                    margin-top: 30px;
                }
                
                div#footer
                {
                    display: none;
                }
                
                div#midEnd
                {
                    display: none;
                }
            
            div#rgt
            {
                margin-left: -6px;
                width: 40px;
                float: left;
            }
            
            div#floater
            {
                display: none;
            }
            
            div#credits
            {
                display: none;
            }

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;

}
.ButtonTable {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

.FeatureHeadline {
	color: #0099ff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	clear: right;
	padding-top: 20px;
	font-size: 18px;
}
