body {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}


/* Menu CSS */

.menuText
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 12px;
}

.menuText A,
.menuText A:Link,
.menuText A:Visited
{
    color:#FFFFFF;
    text-decoration:none;
    cursor: pointer;
}

.menuText A:Hover
{
    color:#075722;
}

.separator
{
    padding-left: 8px;
    padding-right: 8px;
}

/* Footer CSS */

.footer
{
    padding-top:10px;
    background-image: url(/_images/footer.jpg);
    background-repeat:no-repeat;
    width:950px;
    height:39px;
    text-align:center;
    font-size: 11px; color:#FFFFFF;
}

/* Quick Pics CSS */

.quickPics
{

}

.quickPics .quickPicsHeader
{
    text-align:center;
    padding-bottom:30px;
    
}

.quickPics .quickPicsImage
{
    padding-bottom:40px;
    width:270px;
    height:180px;
}

/* Main Content CSS */

.bold
{
    font-weight:bold;
}

.header
{
    padding-left:20px;
    padding-bottom:15px;
    padding-top: 30px;
    text-align: left;
}

.textArea
{
    padding-left:40px;
    padding-right:40px;
    text-align: left;
}

.content
{
    color:#000000;
    padding-bottom:18px;
    text-align: left; 
}

.content li
{
    padding-bottom:5px;
}

.header,
.header,
.header
{
    padding-left:20px;
    padding-bottom:15px;
    padding-top: 30px;
    text-align: left;

}

.textArea
{
    padding-left:40px;
    padding-right:40px;
    text-align: left;
}

.textArea .headerContent
{
    padding-bottom:2px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color:#075722;     
}

.textArea .content
{
    color:#000000;
    font-size: 12px;
    text-align: left;
    padding-bottom:18px;
}

.textArea .content li
{
    padding-bottom:10px;
}


.textArea .content A,
.textArea .content A:Link,
.textArea .content A:Visited
{
    color:#977C4F;
    text-decoration:none;
}

.textArea .content A:Hover
{
    color:#075722;
}

.textArea .urlLink A,
.textArea .urlLink A:Link,
.textArea .urlLink A:Visited
{
    color:#977C4F;
    text-decoration:none;
}

.textArea .urlLink A:Hover
{
    color:#075722;
}