body {
 margin:0px auto;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:1200px;
		background:#fff;

	}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		clear:both;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;

	}
	img {
		margin:10px 0 5px;
}
	
	#layoutdims {
		clear:both;
		background:#C3FDB8;
                width: 1200px;
                margin:0px auto;
		padding:6px 15px;
		text-align:center;
	}


#centeredmenu {
   float:left;
   width:1200px;
   background:#fff;
   overflow: hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:black;
   background:#C3FDB8;
   font-weight:bold;
}

#main {
  position:relative;
  text-align: center;
}

.arrow {
    font-size:35px;
}



#header {
 position:relative;
 width: 1200px;
 height: 130px;
 background-image: url(../..);
 background-repeat: no-repeat;
 background-position: 10px 10px;
 margin:0px auto;
}

#blankheader {
  position: relative;
  width: 1200px;
  height: 60px;
  margin: 0px auto;
}


	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:1200px;
padding:6px 15px;
		background:#C3FDB8;

    }
    #footer p {
        padding:10px;
        margin:0;
    }

#footer2 {
  position: relative;
  width:  1200px;
  margin: 0px auto;
  text-align:  center;
}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
        .col1 {                text-align: center;}

	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */

	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

      #pictures
      {
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        width:50%;
        border-collapse:collapse;
       }

      #pictures td, #pictures th 
      {
        font-size:1em;
        border:1px solid #98bf21;
        padding:3px 7px 2px 7px;
        text-align:center;
      }

      #pictures th 
      {
        font-size:1.1em;
        padding-top:15px;
        padding-bottom:4px;
        background-color:#A7C942;
      }

      table.center {margin-left:auto; margin-right:auto;}



.button {

   background: #C3FDB8;

   padding: 6px 12px;

   color: #000000;

   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #336699;
   background: #336699;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   


