/*
   index.css
    Copyright (c) 2002-2006 Conejo Systems

   Notes:
    This style sheet is useful only in the case where a user agent supports CSS
    but has frames disabled (see index.htm), so IE5 and IE6 aren't a concern here.
*/

@import url(../css/base.css);

/**
body
{
    padding:    16px 64px 16px 44px;
}
**/

div#topBanner
{
    width:  720px;
}

div#topBannerBlurb
{
    float:              left;
    width:              200px;
    font-size:          9pt;
    font-weight:        normal;
    font-style:         italic;
    color:              #214263;
    background-color:   transparent;
}

span#topBannerTitle
{
    font-size:          10pt;
    font-weight:        bold;
    font-style:         normal;
    color:              #214263;
    background-color:   transparent;
}

span.topBannerTitleCap
{
    font-size:  24pt;
}

div#content
{
    margin:    16px 64px 16px 44px;
}

p
{
    margin:     0px 0px 0.5em 0px;
}

a
{
    text-decoration:    none;
    color:              #909000;
    border-bottom:      1px dotted #606000;
}

a:visited
{
    color:              #634221;
    border-bottom:      1px dotted #214263;
}

ul
{
    margin-top:     0.5em;
    margin-bottom:  1em;
}

li
{
    margin-bottom:  0.5em;
}
