/* CSS Document */
/*wrapper and backgrounds///////////////////////////////////////////////*/
html {
    overflow: auto;
}

body {
    background-image: url(../Images/globalImages/RepeatDotBkgrnd.gif);
}
	
.contentArea, .outterBorder	 {
    border-style: solid;
    border-color: #888888;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.outterBorder {
    width: 600px;
    border: solid 3px #888888;
    text-align: center;
}

.contentArea {
    width: 582px;
    background-image: url(../Images/pageSpecificImages/menuBottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #f4f0ee;
    border: thick;
    border-style: solid;
    border-color: #888888;
    margin-top: 4px;
    margin-bottom: 4px;
}

.innerContentArea {
    width: 582px;
    background-image: url(../Images/pageSpecificImages/menuTopLog.gif);
    background-position: top;
    background-repeat: no-repeat;
}

.printTitleBar {
    display: none;
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/*                  Mailing list                   */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**/

.mailingListInput
{
    padding: 2px 2px 2px 2px;
    margin-right: 5px;
    height: 13px ! important;
    font-size: 10px ! important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #728381;   
    width: 148px;
}

.gcon_EMPTY {
    background-image: url(../Images/globalImages/inputBGmailingList.gif);
    border-style: solid;
    border-width: 1px;
    border-color: #d7d3c2;
}

.subscribeButton,
.subscribeButton:hover
{
    width: 111px;
    height: 20px;
    border: 0px;        
}

.subscribeButton
{
    background-image: url(../Images/globalImages/subscribe_off.gif);
}

.subscribeButton:hover
{
    background-image: url(../Images/globalImages/subscribe_on.gif);        
    cursor: pointer;
}


/* Navigation ////////////////////////////////////////////////////////*/
.navContainer {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}

a.inlineLink:link,
a.inlineLink:visited {
    font-weight: normal;
    font-family: verdana;
    color: #728381;
    text-decoration: underline;
    display: inline ! important;
    float: none;
    margin-right: 0px;
    background-image: none;
}

a.inlineLink:active,
a.inlineLink:hover {
    text-decoration: none;
    display: inline ! important;
    float: none;
    margin-right: 0px;
    background-image: none;
}

a:link, a:visited {
    display: block;
    float: left;
    margin-right: 9px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.navContainer a:link, .navContainer a:visited {
    height: 30px;
}

a:link, a:visited, a:hover, a:active {
    color: #a5a5a5;
}

.navContainer a:hover, a:active {
    background-image: url(../Images/globalImages/NavHover.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #555555;
}

.navContainer a.active {
    background-image: url(../Images/globalImages/activeState.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #b8b372;
}

a.event:link, a.event:visited, a.event:hover, a.event:active  {
    color: #b8b372;
    font-size: 10px;
    margin: 0px;
    float: none;
}

a.event:hover, a.event:active {
    color: #666666;
}

/* Text formatting //////////////////////////////////////////////////*/
.textContainer {
    margin-top: 188px;
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

h1, h2, p, .menu {
    margin: 0px;
    padding: 0px;
}

h1, h2 {
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

h1 {
    font-size: 11px;
    color: #9cbaba;
    margin-bottom: 10px;
    margin-top: 43px;
}

h2 {
    font-size: 10px;
    color: #b8b372;
    margin-top: 3px;
    margin-bottom: 4px;
}

p, td, .menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
     /*font-family:  bookman, georgia, garamond;*/
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: #728381;
    margin-top: 0px;
}

.small {
    font-size: 9px;
}

.topMargin {
    margin-top: 50px;
}

.topBottomMargin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.address {
    color: #90acac;
    font-size: 9px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.printButton a {
    position: static;
    left: 10px;
    bottom: 10px;
    color: #D1DEE2;
    visibility: hidden;
}

.footerContainer {
    width: 180px;
    margin: auto;
}

a.footer:link,
a.footer:visited {
    text-decoration: none;
    font-size: 11px;
    font-weight: normal ! important;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}
    
  
a.footer:hover,
a.footer:active {
    text-decoration: underline;
}
  