body
{
    background-image: url('images/bg.jpg');
    background-attachment: scroll;
    background-repeat: repeat-x;
    
    font-family: Trebuchet MS, Arial, Sans Serif;
    color: #674B1F;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

/*
html
{
    height: 100%;    
}
*/
.Header
{
    background-image: url('images/headerbig.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    top: 0px;
    width: 790px;
    height: 685px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.SubPageHeader
{
    background-image: url('images/header.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    top: 0px;
    width: 790px;
    height: 396px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.TopNav
{
    padding-left: 185px;
    font-size: 16px;
    font-weight: normal;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.white
{
    margin-left: 10px;
    color: #FFFFFF;
}

.quote
{
    color: #674B1F;
    font-style: italic;
    line-height: 24px;
    width: 300px;
}

a.body:link 
{
	text-decoration: underline;
    color: #0F7E8F;
}

a.body:visited 
{
	text-decoration: underline;
    color: #0F7E8F;
}

a.body:hover 
{
	text-decoration: underline;
    color: #85B27B;
}

    
a.topnav:link 
{
    margin-left: 20px;
	text-decoration: none;
    color: #674B1F;
}

a.topnav:visited 
{
    margin-left: 20px;
	text-decoration: none;
    color: #674B1F;
}

a.topnav:hover 
{
    margin-left: 20px;
	text-decoration: none;
    color: #0F7E8F;
}

a.botnav:link 
{
    margin-left: 20px;
	text-decoration: none;
    color: #674B1F;
}

a.botnav:visited 
{
    margin-left: 20px;
	text-decoration: none;
    color: #674B1F;
}

a.botnav:hover 
{
    margin-left: 20px;
	text-decoration: none;
    color: #FFFFFF;
}

a.login:link 
{
    padding: 3px 10px 3px 10px;
    margin-left: 20px;
	text-decoration: none;
    color: #FFFFFF;
    background-color: #0F7E8F;
}

a.login:visited 
{
    padding: 3px 10px 3px 10px;
    background-color: #0F7E8F;
    margin-left: 20px;
    color: #FFFFFF;
	text-decoration: none;
}

a.login:hover 
{
    background-color: #674B1F;
    color: #FFFFFF;
	text-decoration: none;
}

.LogoMain
{
    margin-top: 30px;
    left: 0px;
    padding-left: 10px;
}

.hometable
{
    border: none;
    width: 760;
    margin-left: 10px;
    margin-top: 15px;
}    
    
.Content
{
/*    min-height: 100%; */
}

.leftside
{
    width: 300px;
    padding-left: 10px;
}

div.rightside
{
    position: absolute;
    top: 250px;
    left: 580px;
    width: 240px; 
}

.bigger
{
    margin-top: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #85B27B;
    width: 300px;
}

ol.steps p
{
    color: #674B1F;
    font-weight: normal;
    font-size: 14px;
}

ol.steps li
{
#    margin-bottom: -15px;  /* this is for IE... IE ignores the # */
    margin-left: 0px;
}    

ol.steps
{
    font-size: 24px;
    font-weight: bold;
    color: #85B27B;
}

.ideas
{
    margin-top: 40px;
    margin-left: 30px;
    color: #85B27B;
    margin-bottom: 30px;
}

img.icon
{
    float: left;
    margin-right: 6px;
    border-style: none;
    border-width: 0px;
}
    
.FooterArea
{
    position: absolute;
    background-image: url('images/footer.jpg');
    background-attachment: scroll;
    background-repeat: repeat-x;
    width: 100%;
    height: 337px;
    top: 895px;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
}

table.learn
{
    border-collapse: collapse;
    border: 1px solid #674B1F;
    text-align: left;
    color: #674B1F;
    font-size: 12px;
    font-family: Arial;
    letter-spacing: 0px;   
    margin-bottom: 30px;
}

tr.row td.left
{
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #85B27B;
    border-right: 1px solid #0F7E8F;
}

tr.row td.right
{
    padding: 5px;
    border-bottom: 1px solid #85B27B;
}

