/* Page Layout */

body {
      background: #006600;
			text-align: center;
			position: relative;
			
			}
			
#page {
      width: 790px;
			margin: auto;
			background: #006600;
			text-align: center;
			position: relative;
			height: 50em;
			}
			
#logo {
       width: 125px;
			 height: 89px;
			 position: absolute;
			 z-index: 2;
			 top: -57px;
			 left: -75px;
			 }

#frame {
       width: 650px;
			 background: white;
			 margin: auto;
			 border: solid 5px #99cc00;
			 position: relative;
			 z-index: 1;
			 top: 5em;
			 text-align: left;
			 }
			 
#frame2 {
       width: 650px;
			 height: 600px;
			 background: white url("../graphics/sheetback2.jpg") no-repeat 0 -1px;
			 margin: auto;
			 border: solid 5px #99cc00;
			 position: relative;
			 z-index: 1;
			 top: 5em;
			 text-align: left;
			 }
			 
#newsFrame {
       width: 140px;
			 position: absolute;
			 background: white;
			 z-index: 2;
			 top: 50px;
			 left: -50px;
			 border: solid 5px #99cc00;
			 height: 500px;
       }
			
#engFrame {
       width: 140px;
			 height: 500px;
			 position: absolute;
			 background: white;
			 z-index: 2;
			 top: 50px;
			 right: -50px;
			 border: solid 5px #99cc00;
       } 
			
/* Text */
h1 {
   font: bold medium arial, sans-serif;
	 }
	 
h2 {
   font: bold small arial, sans-serif;
	 text-align: center;
	 color: #003300;
	 margin-top: 10px;
	 }
	
p {
  font: small arial, sans-serif;
	color: black;
	text-align: justify;
	}
	 
#newsFrame p {
            font: 12px arial, sans-serif;
						text-align: left;
						margin: 5px;
	           }


#engFrame p {
            font: small arial, sans-serif;
						text-align: left;
						margin: 5px;
	           }
						 
/*graphics*/
.cornerTR {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-tr.jpg);
					 position: absolute;
					 right: -6px;
					 top: -7px;
					 overflow : hidden;
					 }
					 
.cornerTR2 {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-tr2.jpg);
					 position: absolute;
					 right: -6px;
					 top: -7px;
					 overflow : hidden;
					 }							
					 
.cornerTL {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-tl.jpg);
					 position: absolute;
					 left: -6px;
					 top: -6px;
					 overflow : hidden;
					 }
			
.cornerTL2 {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-tl2.jpg);
					 position: absolute;
					 left: -7px;
					 top: -6px;
					 overflow : hidden;
					 }		 			
									
.cornerBR {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-br.gif);
					 position: absolute;
					 right: -7px;
					 bottom: -6px;
					 overflow : hidden;
					 }
					 
.cornerBR2 {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-br2.jpg);
					 position: absolute;
					 right: -7px;
					 bottom: -6px;
					 overflow : hidden;
					 }
					 
.cornerBL {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-bl.gif);
					 position: absolute;
					 left: -7px;
					 bottom: -7px;
					 overflow : hidden;
					 }		
					 			
.cornerBL2 {
           width: 17px;
					 height: 17px;
					 background: url(../graphics/corner-bl2.jpg);
					 position: absolute;
					 left: -6px;
					 bottom: -7px;
					 overflow : hidden;
					 }				
					 
					 
/*Menu*/
#menu {
      position: absolute;
			top: 0;
			z-index: 4;
			left: 200px;
			width: 600px;
      }


#menu1 {
       float: left;
			 }	
			 
#menu2 {
       float: left;
			 padding-top: 10px;
			 margin-left: 10px;
			 }				 

.menuLink,
.menuLink:visited {
          font: bold small arial, sans-serif;
					text-decoration: none;
					color: #99cc66;
					background: url("../graphics/link.jpg") no-repeat;
					padding: 8px 0 8px 35px;
					margin-left: 5px;
					display: block;
					float: left;
					} 
					
.menuLink:hover,
.menuLink:visited:hover {
          font: bold small arial, sans-serif;
					text-decoration: none;
					color: #99ff66;
					background: url("../graphics/link.jpg") no-repeat;
					padding: 8px 0 8px 35px;
					margin-left: 5px;
					display: block;
					float: left;
					}
					
.pageLink,
.pageLink:visited {
          font: bold small arial, sans-serif;
					text-decoration: none;
					color: #003300;
					background: none;
					padding: 8px 0 8px 35px;
					position: absolute;
					bottom: 10px;
					right: 10px;
					} 
					
.pageLink:hover,
.pageLink:visited:hover {
          font: bold small arial, sans-serif;
					text-decoration: none;
					color: #666633;
					background: none;
					padding: 8px 0 8px 35px;
					position: absolute;
					bottom: 10px;
					right: 10px;
					}
		
.newsLink,
.newsLink:visited {
          font: bold small arial, sans-serif;
					text-decoration: none;
					color: #003300;
					background: none;
					padding: 8px 0 8px 35px;
					position: relative;
					right: -43px;
					top: -5px;
					} 
					
.newsLink:hover,
.newsLink:visited:hover {
          font: bold small arial, sans-serif;
					text-decoration: none;
					color: #666633;
					background: none;
					padding: 8px 0 8px 35px;
					position: relative;
					right: -43px;
					top: -5px;
					}
a img {border: none;}