﻿/** 
{
	padding: 0px;
	margin: 0px;
}*/
body 
{
	font-family: Calibri,Georgia;
	margin-top:0.5em;
	background-color: #E0ECF8;
	
}

.topleftcorner img
{
	position:absolute;
	left: -1px;
	top: -1px;
}
.toprightcorner img 
{
	position: absolute;
	right: -1px;
	top: -1px;
}

.bottomrightcorner img 
{
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.bottomleftcorner img 
{
	position: absolute;
	left: -1px;
	bottom: -1px;
}

#header 
{
	width: 100%;
	padding-top:10px;
	background: #B4D0EA url('images/tree1.jpg') repeat-x scroll 61% 30%;
	height: 15em;
	text-align: center;
}

#header img 
{
	
	/**top: 30%;
	left: 50%;**/
	border: 0px;
	}

.main 
{
	min-width:700px;
	position: relative;
	background: #B4D0EA;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
}


#submenu, #menu
{
	/*border: solid 2px #000000;*/
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Arial;
	/**display: float;**/
	position: absolute;
	top: 14em;
    width: 100%;	
	/**left: 0px;**/
	left: 0px;
	/*background-color: #B4D0EA;*/
}

#menu
{
	top: 12.7em;
}



#submenu a, #menu a
{
	
	/*background-color: #B4D0EA;*/
}

#menu ul
{
   list-style-type: none;
   margin: 0;
}
#submenu li, #menu li 
{	
   display: inline;   
}
#menu a 
{
	
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
   	padding-left: 0.5em;
	padding-right: 0.5em;
	background: #154000;
	padding-bottom: 0.2em;
	/* url(images/greenbar.gif) repeat-x scroll 100% 100%;*/
}

#menu a:hover
{
	color: #ee9900;
}

#selectedmenu a
{
	background:#2e8a00;
}


#submenu ul
{
	list-style-type: none; 
	line-height: 2em;
	background:#339900  url(images/greenbar.gif) repeat-x scroll 100% 100%;
	margin: 0px;
}

#submenu a 
{
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin: 2px;
}

#submenu a:hover
{
	border: 2px solid #ee9900;
	margin: 0px;
		background-color: #000000;
}

#selectedsubmenu a
{
	border: 2px solid #000000;
	color: #000000;
	margin: 0px;
}

#selectedsubmenu a:hover
{
	color: #FFFFFF;
}

#contents p
{
	padding-left: 1em;
		font-size: 1.3em;
}

#contents h1,h2,h3,h4
{
	padding-left: 0.1em;
}

#footer 
{
	text-align: center;
}

