body
{
 margin-top: 0;
 background: #E8FFFF url("images/flag.png") repeat-y fixed;

}

.images
{
 padding: 10px;
 background: #76A500;
 border: 4px double #FFFFCC;
 float: left;
}

h1
{
 color: #000;
 font: bold 35px Courier;
 text-transform: uppercase;
 text-decoration: none;
 text-align: center;
 margin-top: 0;
} 


#container
{
 width: 1000px;
 margin: 0 auto;
 border-right: 4px solid #E8FFFF ; 	
/*  background: url("images/flag.png") top right repeat-y ; */
} 

#header
{
  height: 80px; 
  background: red url("images/header.png");
}

#header h1
{
 font-size: 38px;
 color: #FFF;
 font-family: Georgia;
} 

#columns
{
  height: 720px; 
 
} 


#leftcolumn
{
 width: 331px;
 float: left;
 background: #76A500 url("images/leftcorner.png") no-repeat;
 height: 720px;
 padding-top: 10px;
 text-align: justify;
}

#leftcolumn h2
{
 color: #FFF;
 text-align: center;
}

#leftcolumn .images
{
 padding: 10px;
 background: #76A500;
 border: 4px double #FFFFCC;
}


#homeleftcolumn
{
 width: 331px;
 float: left;
 background: #76A500 url("images/leftcorner.png") no-repeat;
 height: 720px;
 padding-top: 5px; 
 text-align: justify;
}

#homeleftcolumn h2
{
 color: #FFF;
 text-align: center;
}

#homeleftcolumn .images
{
 padding: 10px;
 background: #76A500;
 border: 4px double #FFFFCC;
}

#homeleftcolumn ul
{
 list-style: square;
 font-size: 13.5px;
 font-family: Georgia;
 color: #FFF;
}

#homeleftcolumn ul a:link
{
 text-decoration: none;
 color: #FFF;
}

#homeleftcolumn ul a:visited
{
 text-decoration: none;
 color: #FFF;
}
 
#rightcolumn
{
 width: 665px;
 float: left;
 background: #DAFF7F;
 border-right: solid 1px #999;
 height: 720px; 
/*  border-right: 4px solid #FF0000; 	 */
}


#footer
{
 width: 971px;
 background: #FF0000 url("images/footerleft.png") top left no-repeat;
 height: 52px;
 color: #FFF;
 padding-left: 25px;
 font: italic 14px Georgia;
 text-align: center;
 border-right: 4px solid #E8FFFF;
}

#footer a
{
color: #000;
text-decoration: underline;
font: bold 14px Georgia;
}
 
#footer a:visited
{
 color: #FFFFCC;
 text-decoration: underline;
 font: bold 14px Georgia;
}

/* THE VERTICAL MENUS */
.arrowgreen
{
 width: 230px; /*width of menu*/
 border: 1px solid #FFF;
 margin-left: 50px;
 margin-top: 30px;
}

.arrowgreen ul
{
 list-style: none;
 margin: 0;
 padding: 0;
}
	
.arrowgreen li a
{
 font: regular 15px Georgia;
 display: block;
 background: transparent url(images/menuarrowblue.gif) 100% 0;
 height: 25px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
 padding: 4px 0 4px 10px;
 line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
 text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited 
{
 color: #000;
}

.arrowgreen li a:hover
{
 color: #DAFF7F;
 background-position: 100% -32px;
}

	
.arrowgreen li a.selected
{
 color: #DAFF7F;
 background-position: 100% -64px;
}
