/* CSS Document */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
		background: #E8E8E8;
    }
		div {
		font-size: 1em;
	}
    div#pagewrapper {
        margin: 0 auto;
        width: 780px;
		padding: 0px;
        text-align: left;
		background: #E8E8E8;
		border: 1px #000000 solid;
    }
    #container {
	position: relative;
	margin: 0px;
	padding: 0px;
    vertical-align: bottom;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 71.01%;
    line-height: 1.4em;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 135px;
            background: #FFF url(images/header.jpg) no-repeat;           
            text-align: left;
        }
		
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
         text-align: center;
        }
		
		div#content p {
         text-align: left;
        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
		text-align: center;
		background: #70CCA3 url(images/footer.jpg) no-repeat;
		background-position: top center;
		height: 44px;
		border-top: 1px #000 solid; 

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px 0px 5px 0px;
            text-align: left;
            margin-bottom: 0px;
        }
    /* END FOOTER */
/* END LAYOUT */

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

#pic {
  border-width: 0px;
  border-style: solid;
  border-color: #F8F8F8,
}

#floatimage {
  z-index: 10;
  position: absolute;
  width: 242px;
  height: 166px;
  bottom: -50px;
  right: -40px;
}

.myheader{
   padding: 5px 10px 5px 5px;
   background-color: #E6E6E6;
   border: 0px #E2E2E2 solid;
}


.bodycopy{
    padding: 5px 10px 10px 5px;
}

#mymenunavigation{
    position; absolute;
    float: right;
    margin-top: 68px;
    margin-right: 10px;
    text-align: right;
}
#top {
    position:absolute;
    top: 0px;
}

#menu  {
	border: 1px #000000 solid;
	border-collapse: collapse;
}

#menu td  {
	border-right: 1px #000000 solid;
	border-collapse: collapse;
	cursor: auto;
	height: 25px;
}

#menu td a:active, #menu td a:link, #menu td a:visited {
	color: #000000;
	text-decoration: none;
}

#menu td a:hover  {
	color: #339933;
	text-decoration: none;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 170px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
	text-align: left;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/************ form styles **************/

input  {
 width: 280px;
 border: 1px #000000 solid;
}

#submit  {
 width: 80px;
 border: 1px #000000 solid;
}

#timestamp  {
 width: 250px;
 border: 1px #000000 solid;
}

textarea  {
 width: 280px;
 height: 200px;
 border: 1px #000000 solid;
}


/************ links **************/

a:link, a:visited, a:active  {
	text-decoration: none;
	color: #000000;
}

a:hover  {
	text-decoration: none;
	color: #999999;
}