﻿#html, body
{
    padding: 0px;
    font: Trebuchet;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 980px;
    height: 100%;
    margin: auto;
    min-width:980px;
}
.blank
{
    font-size: 16px;
    padding-top: 690px;
    position: absolute;
}
/* home page classes */
.menuOptions
{
    font-family: Trebuchet MS;
    position: absolute;
    color: white;
    font-size: 11px;
    width: 400px;
	z-index: 1;
	visibility: hidden; 
}
.menuOptions a
{
    color: white;
    text-decoration: none;
}

/* default page */
.headDefault1
{
    font-family: Trebuchet MS;
    position: relative;
    color: #6ba74a;
    font-size: 22px;
    font-style: italic;
}
.headDefault2
{
    font-family: Trebuchet MS;
    position: relative;
    color: #6ba74a;
    font-size: 26px;
}
.headText
{
    font-family: Trebuchet MS;
    position: relative;
    color: black;
    font-size: 14px;
}
.headTeaser
{
    font-family: Trebuchet MS;
    position: absolute;
    color: #0c5081;
    font-size: 16px;
}
.bodyTeaser
{
    font-family: Trebuchet MS;
    position: absolute;
    color: black;
    font-size: 11px;
}
.linkTeaser
{
    font-family: Trebuchet MS;
    position: absolute;
    color: #0c5081;
    font-size: 11px;
}

/* right links */
.newsletter
{
    font-family: Trebuchet MS;
    border-style: none;
    font-size: 11px;
    color: white;
    padding-top:30px;
    padding-left:30px;
}
.newsletter input
{
    font-family: Trebuchet MS;
    border-style: none;
    font-size: 11px;
    color: black;
}
.newsletter label
{
    font-family: Trebuchet MS;
    border-style: none;
    font-size: 11px;
    color: black;
}
.blogTease
{
    font-family: Trebuchet MS;
    border-style: none;
    font-size: 11px;
    color: white;
    position: relative;
    padding-top: 34px;
    padding-left:30px;
    text-align: left;
}
.blogTease span a
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color:Navy;
}
.newsTease
{
    border-style: none;
    font-size: 11px;
    font-family: Trebuchet MS;
    color: white;
    position: relative;
    padding-top: 34px;
    padding-left: 30px;
    text-align: left;
}
.newsTease label a
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color:Navy;
}
.ORMSTease
{
    border-style: none;
    font-size: 11px;
    font-family: Trebuchet MS;
    color: white;
    position: relative;
    padding-top: 34px;
    padding-left: 30px;
    text-align: left;
}
.ORMSTease label a
{
    font-family: Trebuchet MS;
    font-size: 11px;
    color:Navy;
}
.rightDynamicUpdate
{
    color:Navy;
    text-decoration:underline;
    width:100px;
}
.linksTease
{
    font-family: Trebuchet MS;
    border-style: none;
    font-size: 11px;
    padding-top: 200px;
    padding-left: 40px;
    position: relative;
    color: white;
}

