/*Layout*/



body

{

    margin: 0px;

    padding: 0px;

    background-color: #d6f0e0;

    font-family: Sans-Serif;

    color: #747775;

    font-size: 11pt;

}



#header

{

   height: 80px; 

}



#left_content

{

   margin-left: 55px;

   margin-top: 0px;

   float: left;

}



#content_top

{

    background-position: center top;

    background-image: url(/Images/content-top.gif);

    width: 573px;

    background-repeat: no-repeat;

    height: 87px;
	
    padding-right: 15px;

    padding-left: 15px;
	
	

}



#content_middle

{

    background-position: left top;

    background-image: url(/Images/content_body.gif);

    background-repeat: repeat-y;

    width: 603px;

}



#content

{

    width: 580px;

    padding-right: 15px;

    padding-left: 15px;

}



#content_bottom

{

    background-position: left top;

    background-image: url(/Images/content_bottom.gif);

    width: 603px;

    background-repeat: no-repeat;

    height: 20px;

}





#menu

{

  width: 161px; 

  float: left;

  padding-left: 10px;

}



#footer

{

    color: #999;

    font-size: 9pt;

    clear: both;

    text-align: left;

    margin-left: 60px;

    padding-top: 10px;

}





/*Page formatting */



a

{

  color: #60ac7e;

  width: 160px;

  text-decoration: none; 

}



a:hover

{

    color: #ffaf00;

}



img

{

    border: none;

}



.right

{

    float: right;

    padding-right: 35px;

}



h1

{

    color: #ffaf00;

    font-size: 18px;

    margin: -32px 0px 0px 0px;

    text-transform: uppercase;

    font-family: Sans-Serif;

    position: absolute;

}



h2

{

    color: #61ac7e;

    font-size: 11pt;

    font-weight: bold;

    margin: 0px;

    padding: 0px;

}



p

{

    padding-right: 0px;

    padding-left: 0px;

    padding-bottom: 5px;

    padding-top: 2px;

    margin: 0px;

}



.news

{

    color: #60ac7e;

    font-size: 10pt;

    margin-left: 2px;

    margin-top: 5px;

}



.external

{

    font-size: 10pt;

    margin-left: 2px;

    margin-top: 5px;

}



ul

{

    margin: 0px;

    padding: 0px;

    width: 160px;

}



li

{

    list-style-position: inside;

    list-style-image: url(Images/list_bullet.gif);

    width: 230px;

    border-bottom: 1px solid #60ac7e;

}



/* Contact Form */



 label

{

    width: 5em;

    float: left;

    text-align: right;

    margin-right: 25px;

    display: block;

    color: #5daa7b;

}



input

{

    color: #781351;

    background: #fff;

    border: 1px solid #e6e3e3;

}



textarea

{

    color: #781351;

    background: #fff;

    border: 1px solid #e6e3e3;



    

}



fieldset

{

    border: 1px solid #e6e3e3;

    width: 25em;

    padding: 5px;

}



.submit

{

    margin-left: 99px;

}



legend

{

    color: #5daa7b;

    padding: 2px 6px;

    border: 1px solid #e6e3e3;

}



/* Hides from IE5-mac \*/

* html #left_content

    {

       margin-left: 26px;

       margin-top: 10px;

       float: left;

    }

*html li

{

   margin-left: -10px;

   width: 222px;

}



*html #menu

{

    margin-top: 10px;

}

/* End hide from IE5-mac */
