/*********************************************************************
* Clean up defaults.
*********************************************************************/

p, h1, h2, h3, h4, h5, h6
{
    padding: 0;
    margin: 0 0 1em 0;
}

/*********************************************************************
* body
*********************************************************************/

body
{
    background-color: #fff;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 12px;
}

/*********************************************************************
* h1 - hx
*********************************************************************/

h1, h2, h3, h4, h5, h6
{
    color: #268fe8;
}

h1
{
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
}

/* Can't use inherit because of IE. */
h1 a, h1 a:visited, h1 a:link, h1 a:active
{
    text-decoration: none;
}

h2
{
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
}

h3
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

/*********************************************************************
* a
*********************************************************************/

a:hover
{
    text-decoration: none;
}

a, a:visited, a:link, a:active
{
    color: #5fa900;
}

/**********************************************************************
* blockquote
**********************************************************************/

blockquote
{
    border-left: 1px solid gray;
    padding-left: 1em;
    margin-left: 2em;
    font-style: italic;
    font-weight: bold;
}

/*********************************************************************
* .image-float
*********************************************************************/

.image-float
{
    float: right;
    border: solid black 1px;
    margin-left: 15px;
    margin-bottom: 15px;
}

/**********************************************************************
* p.submit
**********************************************************************/

/*
p.submit
{
    display: none;
}
*/

/**********************************************************************
* #header-block
**********************************************************************/

#header-block h1 img
{
    border: none;
}

/**********************************************************************
* #utility-block
**********************************************************************/

#utility-block
{
    display: none;
}

/**********************************************************************
* #navigation-block
**********************************************************************/

#navigation-block
{
    display: none;
}

/**********************************************************************
* #extra-block
**********************************************************************/

#extra-block
{
    display: none;
}

/**********************************************************************
* #modulefooter
**********************************************************************/

#modulefooter
{
    margin-top: 15px;
    font-size: 10px;
    color: #999;
    text-align: center;
}
