/*
Total Page Width: 760px;
Content Area: 760px;
Color legend:
#482d18 - Deep brown
#183942 - Deep blue
#EBEBEB - Light blue
#A64217 - Rust
*/

body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    padding-right: 0;
    text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000; /*background-image:url(../images/Template/background.jpg);*/
    background-color: white; /*background-repeat:repeat;*/
    	background-image:url(../images/Template/background.png);
    
}

#container
{
    width: 760px; /*background: #FFFFFF;*/
    margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}



.pageHeader
{
    position: relative;
    width: 760px;
    height: 86px;
    background-image: url(../images/GenericTemplate/bg_header.jpg);
    background-repeat: no-repeat;
    margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
    overflow: hidden;
}
.logo
{
padding-left:16px;
}

.pageContentArea
{
    width: 760px;
    margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
    background-image: url(../images/GenericTemplate/bg_content_repeat.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
    min-height:300px;
}
.contentContentArea
{
padding: 0px 20px 0px 20px;
}

/*End of Feature Table Styles  */


.pageFooter
{
    width: 760px;
    height: 70px;
    background-image: url(../images/GenericTemplate/bg_footer.jpg);
    background-repeat: no-repeat;
    margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
}

.contentFooter
{
    text-align: center;
    padding-top: 40px;
    font-size: .8em;
    color: #3d2311;
}

h2.pageTitle
{
color:#482d18;
font-size:20px;
margin-bottom:10px;
}

h3
{
color:#482d18;
font-size:17px;
margin-bottom:10px;
}

.sectiontitle
{
font-size:14px;
font-weight:bold;
}

img
{
    border: 0;
}



