/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin: 0px;
	padding: 0px;

	background-image:url(img/bg_left.jpg); background-repeat:repeat-x;
	background-color: #5b4a42;
}

#holder
{
	background-color:#ffffff;
	color: #99cc00;
	width:800px;
	height:auto;
	border:8px solid #ffffff;
	border-top:0px solid;
	margin:0px auto;
	
}

/*head img + menu*/
#logo{
	color: #99cc00;
	font-size: 2.0em;
	margin: 0px;
	padding: 0px;
	background-color: #5b4a42;
	width:100%;
	height:auto;
}
#logo img { margin:1em;}

#GreenTXT{
float:right;
margin:2em;}

#menu{
	color:#FFFFFF;
	background-color: #5b4a42;
	font-weight: bold;
	width:100%;
	height:auto;
}
#menuItems{
margin:0px;padding:0px;
}
#menuItems li{ 
display:inline;
}
#menuItems li a {
padding:0.3em 0.5em 0.2em 0.5em; 
font-size:1.2em; 
color:#ffffff; 
text-decoration:none; 
display:block; 
float:left; 
margin:3px;
}
#menuItems li a:hover, #menuItems li a.selected{ 
color:#99cc00;
}

#head{
background-color: #5b4a42;
width:100%;
height:auto;
border-bottom:8px solid #ffffff;
}

/*area with the information*/
#content{
background:#CCCCCC;
color:#000000;
text-align:left;
padding:0px;
font-size:1em;
width:100%;
height:auto;
}

h1{
font-size:1.2em;
}

#txtbox{
float:left;
width:52%;
height:auto;
margin:2em;
}
#txtbox a { 
color:#5b4a42;
}
#txtbox a:hover, a.selected{ 
color:#6F8C09;
border: solid 0px;
}

#imgbox{
	float:right;
	height:auto;
	margin-top:2em;
}

/*Foot*/
#footer{
	background-color:#5b4a42;
	text-align:right;
	color:#ffffff;
	font-size:0.9em;
	height:auto;
	margin:0px;
	border:1px solid #5b4a42;
}
#footer p{margin:1em;}

#footer a { 
color:#ffffff; 
}
#footer a:hover, a.selected{ 
color:#99cc00;
}


/*for splash page only*/

#imgContainer {
	font-size:1em;
	color:#000000;
	width:400px;
	margin:0px auto 0px auto;
	text-align:left;
	z-index:0;
	background-color:#ffffff;
}




.clear
{
clear:both;
height:0px;
font-size:0em;
}


