﻿body
{
    margin: auto;
    text-align: center;
    font-family: Verdana;
    color: #666666;
    font-size: 0.9em;
    background: url(../img/bg.gif);
}

#pageWrap
{
    margin: auto;
    text-align: left;
    width: 975px;
    min-height: 500px;
    height: auto;
    border: 1px solid #adacac;
    background-color: #ffffff;
}

#keyLine
{
    background-color: #604e54;
    height: 20px;
}

/**GENERIC TEXT**/

p
{
    font-family: Verdana;
    color: #666666;
}

a
{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-weight: normal;
    font-size: 140%;
    color: #dbd9da;
}

h2
{
    font-weight: bold;
    font-size: 130%;
}

h3
{
    font-weight: bold;
    font-size: 130%;
    color: #ad7b5d;
}

h4
{
    margin-top: 10px;
    font-weight: bold;
    font-size: 100%;
}

.column
{
    width: 50%;
    float: left;
}


/**Useful Classes**/
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear
{
    clear: both;
}

/***HEADER STYLING**/

#header
{
}

#jsError
{
    background-color: #FFFF00; /*height: 32px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#topNav
{
    background-color: #a9a0a5;
    height: 32px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#topNav ul
{
    margin-top: 7px;
}

#topNav ul li
{
    float: left;
    font-size: 100%;
    margin-left: 8px;
    color: #36444d;
}

#topNav ul li a
{
    color: #36444d;
    font-weight: bold;
}

#logo
{
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}


/***FOOTER STYLING**/

#footer
{
    height: 16px;
    background-color: #7e6d73;
    padding: 8px;
}

#footer p
{
    color: #ffffff;
    font-size: 70%;
}

#footer a
{
    color: #ffffff;
}

/**MAIN CONTENT**/
#mainContent
{
    min-height: 340px;
    height: auto;
    /*background: url(../img/artsCouncilLogo.gif) no-repeat 97% 96%;*/
    padding: 30px;
}

#mainContent p
{
    margin-top: 10px;
}
img#arts-council-logo
{
float:right;
margin-top:-30px;
}
/**FORM STYLING**/

fieldset
{
    border-top: solid 1px #F3D3AC;
    padding-top: 10px;
    margin-top: 20px;
}

legend
{
    background-color: #ffffff;
    padding: 0 0.5em;
    color: #43474b;
    margin-left: 20px;
    font-size: 110%;
}

label
{
    font-size: 80%;
    font-weight: bold;
}

.contain input
{
    float: left;
    width: 200px;
}

.contain label
{
    float: left;
}
textarea
{
    font-family: Verdana;
    font-size: 80%;
}
