
div
{
    background-color:  #FFFFFF ;
}
/**
Frame:SizeAndPosition
*/
.frame
{
    margin-left: 320px;
    margin-top: 50px;
    width: 980px;
    border: 0px;
}
/**
Header:SizeAndPosition
*/
.header
{
    width: 980px;
    height: 70px;
    margin-top: 20px;
    border: 0px;
}


/**
Header:FontProperties
*/
  
    
.tag
{
    font-family: Arial, sans-serif;
    color: #339900;
    font-size: 28px;
    letter-spacing: 7px;
    font-weight: bold;
    text-decoration: none;
    
}
.tag2
{
    font-family: Arial, sans-serif;
    color: #339900;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    text-decoration: none;

}
/**
Content:SizeAndPosition
*/
.columnMain
{
    margin-top: 150px;
    width: 560px;
    text-align: left;
    border-left: solid 0px;
    
}

/**
Content:FontProperties
*/

.columnMain p
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: normal;
    margin-bottom: 1em;
    color: #000000;
    text-decoration: none;
	
}    
.columnMain h1
{
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 10px;
    margin-bottom: 3em;
    margin-top: 2em;
    font-weight: bold;
    color: #339900;
    text-decoration: none;
}




