@charset "utf-8";
/* CSS Document */

a {font-size:18px; color:#0c2c1e;}

body{
   text-align: center;
   background-repeat:repeat;
   margin-top: 10px;/*This creates a top margin between the top edge of the
                      browser window and the top of the header section of the web site.*/
   padding: 0;
   line-height: 1.5em;
   background-attachment: fixed;
   background-position: center top;
/*   background-image: url(pictures/winter-ld.jpg); */
   background-attachment: fixed;
   background-position: center top;
   /*   background-color: #154446; */
   background-color: white;
}

b{
   color: #8e3664;
   font-size: 200%;
}

#header{
   height: 120px; /*Height of top section*/
   width: 880px;
   text-align: center;
   margin: auto;
   padding-right: 20px;
   padding-left: 20px;
   padding-top: 20px;

}

#maincontainer{
   width: 880px;  /*Width of main container*/
   margin-top: 20px;
   padding-top: 20px;
   padding-right: 20px;
   padding-left: 20px;
   margin-left: auto; /*Center container on page*/
   margin-right: auto;
   text-align: left;
   overflow: hidden;
   background-color: #6a9395;
   border-radius: 50px 50px 50px 50px;
}
div.maincontainer{
   width: 880px;  /*Width of main container*/
   margin-top: 20px;
   padding-top: 20px;
   padding-right: 20px;
   padding-left: 20px;
   margin-left: auto; /*Center container on page*/
   margin-right: auto;
   text-align: center;
   overflow: hidden;
   background-color: #6a9395;
   border-radius: 50px 50px 50px 50px;
}

#maincontainer-norgba{
   width: 880px;  /*Width of main container*/
   margin-top: 20px;
   padding-top: 20px;
   padding-right: 20px;
   padding-left: 20px;
   margin-left: auto; /*Center container on page*/
   margin-right: auto;
   text-align: center;
   overflow: hidden;
   background-color:#6a9395;
   border-radius: 50px 50px 50px 50px;
}
div.maincontainer-norgba{
   width: 880px;  /*Width of main container*/
   margin-top: 20px;
   padding-top: 20px;
   padding-right: 20px;
   padding-left: 20px;
   margin-left: auto; /*Center container on page*/
   margin-right: auto;
   text-align: center;
   background-color:#6a9395;
   overflow: hidden;
   border-radius: 50px 50px 50px 50px;
}

#footer{
   clear: left;
   width: 880px; /*Width of main container*/
   color: #000000; /*Sets the color of the text in the footer section to Black*/
   text-align: center;
   font-size: 100%;
   padding: 2px 0;
   padding-right: 20px;
   padding-left: 20px;
   background-color: #6a9395;
   margin-left: auto;
   margin-right: auto;
   border-radius: 50px 50px 50px 50px;
}

div.footer{
   clear: left;
   width: 880px; /*Width of main container*/
   color: #000000; /*Sets the color of the text in the footer section to Black*/
   text-align: center;
   font-size: 100%;
   padding: 2px 0;
   padding-right: 20px;
   padding-left: 20px;
   background-color: #6a9395;
   margin-left: auto;
   margin-right: auto;
   border-radius: 50px 50px 50px 50px;
}

#calendars {
   width: 200px;  /*Width of calendars container*/
   margin-top: 1px;
   padding-top: 1px;
   padding-right: 10px;
   padding-left: 10px;
   margin-left: auto; /*Center container on page*/
   margin-right: auto;
   text-align: center;
   overflow: hidden;
   background-color: #6a9395;
}

#eventcal {
   width: 300px; /*Width of main container*/
   color: #000000; /*Sets the color of the text in the footer section to Black*/
   text-align: center;
   font-size: 70%;
   padding: 2px 0;
   padding-right: 20px;
   padding-left: 20px;
   background-color: rgba(155, 161, 161, 0.95);
   margin-left: auto;
   margin-right: auto;
}

#pubcal {
   float: right
   width: 200px; /*Width of main container*/
   text-align: center;
   font-size: 70%;
   padding: 2px 0;
   padding-right: 20px;
   padding-left: 20px;
   margin-left: auto;
   margin-right: auto;
}

#ifcustom {
    border-style: ridge;
    border-width: 3px;
    border-color: darkgray;
}

/* Describe a standard table for holding page links. */
#linktable{                                /* The overall look of the table */
   text-align: left; 
   height: 80px; 
   width: 750px; 
   border: 0;
   margin-left: auto;
   margin-right: auto;
}

#ltside{                                   /* The left and right most columns. */
/*   background-color: #759799; */
   width: 10%;
}

#ltdmiddle{                                /* The center column */
   width: 80%;
}

/* Define a floating title bar to be placed in the center of the header field. */
#title {
   background-repeat: no-repeat;
   background-position: center;
   height: 100%;        /*Height of top section*/
   width: 100%;
}

/* Define a floating container for placing thumbnails in the middle of the title bar */ 
#titlewrapper{
   position:relative;
   top: 0px;
   left:-10px;           /* account for the drop shadow in the title bar */
   height: 85%; 
   width: 85%;
   font-size: 30px;
   margin:0 auto;
   text-align: center;
   overflow: hidden;
}


/* This will allow up to 3 "floating" thumbnails to be placed in the title bar */
.thumbnail{
   width: 130px;
   height:100px;
   margin:1px;
}

#tinythumbnail{
   width: 100px;
   height:75px;
   margin:1px;
}

#newlinktable{
   text-align: left; 
   margin-left: auto; 
   margin-right: auto; 
   width: 1000px; 
   height: 36px; 
   color: black;
   border:0;
   padding:0px;
   cellspacing:"0";
}

.td1{
   text-align: left; 
   height: 30px;
   width:150px;
   margin-left: 3px;
   padding-left:110px;
}

.td2{
   text-align: left; 
   height: 30px;
   width: 750px
}

img {
   border:0;
}

#rcorners4 {
    border-radius: 50px 50px 50px 50px;
    background: #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}
iframe.A {
    height: 750px;
    width: 500px;
    overflow: visible;
    text-align: center;
    outline: 3px dashed lightgreen;
}
div.A {
        height: 120px;
        width: 725px;
        margin-left: auto; /*Center container on page*/
        margin-right: auto;
        scrolling: yes;
        overflow-y: scroll;
	text-align: center;
        font-size: 15px;
	outline: 3px solid #154446;
;
	padding-top:10px;
	background-color:#2b6163;
}

div.B {
   width: 880px;  /*Width of main container*/
   margin-top: 20px;
   padding-top: 20px;
   padding-right: 20px;
   padding-left: 20px;
   margin-left: auto; /*Center container on page*/
   margin-right: auto;
   text-align: left;
   font-size: 18px;
   overflow: visible;
   background-color: rgba(114, 154, 155, 0.9);
   border-radius: 50px 50px 50px 50px;
}
