/* main page values */

html, form
{

}

p, h1, h2, h3, h4, h5, h6, li
{
    font-family: tahoma, tahoma, Helvetica, sans-serif;
}

body
{
    font-family: tahoma, tahoma, Helvetica, sans-serif;
    font-size: 11px;
    height: 100%;
    color: #666666;
}

a 
{
    color:#666666;
}

input
{
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 1.0em;
}

textarea
{
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 1.0em;
}

div
{
    margin-left: auto;
    margin-right: auto;
}

#fullWidthHolder
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#innerHolder
{
    width: 724px;
    background-color: White;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}


/* end of main page values */


/* header section */

#header
{
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#headerTopLeft
{
    padding: 5px;
    padding-left: 0px;
    padding-bottom: 10px;
}

#headerTopRight
{
    width: 218px;
    text-align: right;
    padding-top: 7px;
}

#searchHolder
{
    background-color: #F5F5F5;
    float: right;
    width: 198px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

a.topMenuItem
{
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-weight: bold;

}

/* end of header section */


/* centre content */

.seperator
{
    display: none;
}


#middle_index
{
    width: 740px;
    line-height: 140%;
}

.midSecGreen 
{
    background-color: #E7F4E8; 
    padding-top: 10px;
}

.midSecOrange 
{
    background-color: #FFF1E6; 
    padding-top: 10px;
}


.midSecBlue
{
    background-color: #EDF0F8;
    padding-top: 10px;
}

.mainHeading
{
    font-size: 16px;
    font-family: Tahoma;
    font-weight: bold;
    color: #666666;

        line-height: 150%;
}

#contentDiv
{
    line-height: 150%;
    padding: 10px;
}

#contentDiv a
{
    font-weight: bold;
}

#contentDiv img
{
    margin:5px;
}

#contentDivSiteMap
{
    line-height: 150%;
    padding: 10px;
}

#contentDivSiteMap a
{
    font-weight: bold;
}

#contentDivSiteMap img
{
    margin:0px;
}

hr
{
    height: 1px;
}

#centreColumn 
{ 
    float: left; 
    width: 490px; 
    margin: 5px; 
    clear: both;
}

.textHeader
{
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bolder;
}

.textsubHeader
{
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bolder;
}

.textEmphasis 
{
        font-family: tahoma, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bolder;
}
#textBreadCrumb
{
    font-size: 11px;
    margin-left: 10px;
}

#textBreadCrumb a
{
    text-decoration: none;
    font-weight: bold;
}


/* end of centre content */



/* right hand column */

#rightColumn 
{
 width: 218px; 
 background-color: #D4D4D4; 
 float: right;   
 overflow:hidden;
}

.qlBlue 
{
    border-left: 1px solid #3B71AE; 
    border-right: 1px solid #3B71AE; 
    border-bottom: 1px solid #3B71AE; 
    font-size: 11px; 
    color: #333333; 
    background-color:#F5F5F5; 
    padding-left: 5px;
    text-align:left;
}
.qlGreen
{
    border-left: 1px solid #3CA73F; 
    border-right: 1px solid #3CA73F; 
    border-bottom: 1px solid #3CA73F; 
    font-size: 11px; 
    color: #333333; 
    background-color:#F5F5F5; 
    padding-left: 5px;
    text-align:left;
}

.qlOrange
{
    border-left: 1px solid #FE8421; 
    border-right: 1px solid #FE8421; 
    border-bottom: 1px solid #FE8421; 
    font-size: 11px; 
    color: #333333; 
    background-color:#F5F5F5; 
    padding-left: 5px;
    text-align:left;
}

/*  end of right hand column */

/* news items */

.pager td
{
    padding: 2px;
    color: #796DA6;
    padding-bottom: 15px;
}

div.dataRow
{
    width: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
}
div.dataRow span.Left
{
    float: left;
    width: 200px;
    text-align: left;
}
div.dataRow span.Right
{
    float: right;
    clear: both;
    width: 200px;
    text-align: right;
    vertical-align: top;
}

div.areaRow
{
    clear: both;
}
div.areaRow span.Left
{
    float: left;
    width: 10px;
    text-align: right;
}
div.areaRow span.Right
{
    float: left;
    width: 350px;
    padding-left: 5px;
    text-align: left;
}

div.areaRow span.LeftImg
{
    float: left;
    width: 80px;
    text-align: right;
}
div.areaRow span.RightImg
{
    float: left;
    width: 460px;
    padding-left: 20px;
    text-align: left;
}

/* end of news items */




#footer a
{
    color:White;
    font-weight:bold;
}

.footerGreen
{
    background-color:#3CA73F;
    padding:5px;
    color:White;
}

.footerOrange
{
    background-color:#FE8421;
      padding:5px;
      color:White;
}

.footerBlue
{
    background-color:#3B71AE;
      padding:5px;
      color:White;
}

.textBlack
{
    color: #000000;
}

.textGrey
{
    color: #666666;
}

.textGreen
{
    color: #3CA73F;
}

.textBlue
{
    color: #296AAC;
}

.textOrange
{
    color: #FD8E2F;
}

.textGreenA
{
    color: #3CA73F;
        font-weight:bold;
        text-decoration:none;

}

.textBlueA
{
    color: #296AAC;
        font-weight:bold;
          text-decoration:none;

}

.textOrangeA
{
    color: #FD8E2F;
    font-weight:bold;
      text-decoration:none;

}
