/*
*
* $Id: print.css,v 1.2 2008/12/23 15:27:37 tleen Exp $
*
*
* light red #B8877A / #A4786C / #856258
* dark red #A66959 / #925C4E / #73493E
*
*
*/


body{   
    background-color:   white;
    font-family:        Comic Sans MS, cursive;
    font-size:          62.5%;
}

html{ 
    font-size:          100%; 
}

body, html{
    height:             100%;
    width:              100%;
}

ul, li, body, html{
    margin:             0;
    padding:            0;
}

ul{
    list-style-type:    none;
}

a{
    color:              black;
    text-decoration:    none;
} a:visited{
    color:              black;
}



/* Inner components */

h3, h4{
color:              black
}

div.print{
    display:        block;
    padding:        1.0em 0;
    visibility:     visible;
}

div.hidden{
    display:            none;
    visibility:         hidden;
}


/* Template components */


div#outer{
    background-color:   white;
    border:             0;
    float:              left;
    margin-left:        0;
    min-height:         100%;
    width:              100%;
}

div#header{
    background-color:   white;
    border:             0;
    height:             5em;
    padding:            1em;
} div#header span#logo{
    color:              black;
    display:            block;
    float:              left;
    font-size:          2.5em;
    font-weight:        bold;
    margin-top:         0.3em;
} div#header ul#images{
    display:            none;
    float:              right;
} 

ul#menu{
    clear:              both;
    float:              left;
    margin-top:         0.5em;
    width:              100%;  
} ul#menu li{
    display:            none;
    visibility:         hidden;
} ul#menu li.selected{
    display:            block;
    font-size:          1.5em;
    font-weight:        bold;
    visibility:         visible;
}

div#appeal{
		display:						none;
}

div#inner{
    clear:              left;
    float:              left;
    min-height:         100%;
    width:              100%;
} div#inner img{
    display:            none;
} div#inner h3{
    display:            block;
} div#inner p{
    display:            block;
}

