/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;
}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 992px; /* for mozilla*/
    background-color:#ffdd00;
    font-size: 12pt;
    font-family: Arial,Verdana, Gill Sans MT;
    color:black;
}

H1
{
    color:#4b5423;
    font-size:16pt;
    margin-bottom:30px;
    margin-top:0px;
}

H2
{
    color:black;
    font-size:14pt;
    margin-bottom:5px;
    margin-top:0px;
}

H3
{
    color:black;
    font-size:14pt;
    margin-bottom:5px;
    margin-top:0px;
}

#outer
{
    /*height: 100%;
    min-height: 100%;*/
    height: 950px;
    min-height: 950px;
    width: 992px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
    margin-top:0px;
}

html > body #outer
{
    height: auto;
}

A, A:Visited, A:Active
{
    color:#4b5423;
    text-decoration:none;
}

A:Hover
{
    color:black;
    text-decoration:none;
}

IMG
{
    border:0;
}

#centrecontent
{
    line-height:22px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 992px;
    height: 190px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:white;
}

#logo
{
    position: absolute;
    left: 30px;
    top: 30px;
}

#cookies
{
    font-size:8pt;
    position:absolute;
    top:17px;
    right:50px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#full
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 930px;
    margin-top: 192px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    text-align:left;
    margin-right:0px;
    margin-left:30px;
    padding-left:0px;
    padding-right:0px;
}

.banner-outer
{
    width:930px;
    height:206px;
}

.banner-left
{
    width:619px;
    height:206px;
    float:left;
}

.banner-right
{
    float:left;
    width:311px;
    line-height:0px;
    margin-top:7px;
}

.banner-right-nomargin
{
    float:left;
    width:311px;
    line-height:0px;
    margin-top:0px;
}

.left
{
    float:left;
    margin-right:30px;
    width:450px;
}

.right
{
    float:left;
    width:450px;
}

.left-main
{
    float:left;
    width:579px;
    padding:20px;
}

.right-main
{
    float:left;
    width:247px;
    padding-left:30px;
    padding-right:30px;
    padding-top:0px;
    padding-bottom:0px;
    background-color:#4b5423;
    color:White;
    background-image:url(../images/amaphoto.jpg);
    background-repeat:no-repeat;
    background-position:0px 140px;
    font-weight:bold;
    font-size:11pt;
    height:1330px;
}

.right-main h1
{
    font-size:26pt;
    color:White;
    margin-top:0px;
    margin-bottom:0px;
    line-height:40px;
}

.right-main-spacer
{
    height:265px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   TABLES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tbfull
{
    width:930px;
    text-align:center;
    border-spacing: 0px;
    border-collapse:collapse;
}

.tbfull td
{
    width:33%;
    padding:8px;
}

.tbheader
{
    background-color:#c2d69b;
}

.tdfull, .tbfull td, .tbheader
{
    border:solid 1px black
}


.tbsmall
{
    width:579px;
    text-align:center;
    border-spacing: 0px;
    border-collapse:collapse;
    font-size:11pt;
}

.tbsmall td
{
    width:193px;
    padding:10px;
}

.tbsmall, .tbsmall td, .tbheader
{
    border:solid 1px black
}

td.tbsmall-full
{
    width:579px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.footer-top
{
    position:relative;
    top:-30px;
    width:930px;
    margin-left:30px;
    color:#4b5423;
}

.footer-left
{
    margin-right:25px;
    float:left;
}

.footer-center
{
    margin-right:25px;
    float:left;
}

.footer-right
{
    float:left;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 992px;
    height:44px;
    bottom: 0px;
    clear: both;
    font-size:10pt;
    border-top:0;
    background-color:white;
    color:black;
    text-align:left;
    border:solid 1px black
}

#clearfooter
{
    width: 100%;
    height: 0px;
    clear: both;
}

#footerright
{
    padding-right: 0px;
    padding-top: 14px;
    float: right;
    color: white;
    font-weight:bold;
    height:50px;
    background-color:white;
    width: 992px;
    margin-bottom:5px;
}

#footer A, #footer A:Active, #footer A:Visited
{
    color:#BB3227;
    text-decoration:underline;
}

#footer A:Hover
{
    text-decoration:none;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:9pt;
}

.redtext
{
    color:red;
}

.img-right
{
    float:right;
    margin-left:20px;
    margin-bottom:10px;
}

.img-left
{
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;
}

.rightalign
{
    float:right;
}


.greentext
{
    color:#92b5ba;
}

#collapse
{
    font-size:10pt;
}

#collapse p
{
    text-align:left;
}

#collapse h4
{
    margin-top:0px;
    margin-bottom:0px;
}

.back
{
    position:absolute;
    top:15px;
    right:15px;
}

.line
{
    background-color:#ffdd00;
    height:2px;
    width:930px;
    margin-bottom:15px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   COLOURED LINKS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
A.lnkWhite, A.lnkWhite:Active, A.lnkWhite:Visited
{
    color:white;
}

A.lnkWhite:hover
{
    color:#ffdd00;
}

.green
{
    color:#79923c;
}

.small
{
    font-size:10pt;
}


