@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}


body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #1A1A1A;
	text-align: center;
	line-height: 1.9em;
	
}

p,h1,h2,h3,h4,h5{
margin:0 10px 10px
}


#footer {
	font-size: 1.2em}

h1, h2, h3, h4 h5{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;}

h1 {
	font-size: 2.1em;
	color: #79B30B;}


h2 {
	font-size: 1.7em;
	line-height: 2em;
	color: #434343;
}

h3 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #202020;
}
h4 {
	font-size: 1.2em;
	color: #79B30B;
	font-weight: normal;
}

ul
{
list-style-type: none;
padding: 0;
margin-left: 1em;
}

li
{
	margin-top: 0.4em;
}

a:link {
	color: #666666;
text-decoration: underline;
	
}
a:visited {
color: #666666;
}

a:hover {
	color: #79B30B;
	text-decoration: underline;
}

a:active {
	background-color: #99CC99;
}

img { border: 0; padding:4px; }

#header{
	margin: 10px;
	padding-left:10px;
	background: #FFFFFF;
	}


 #nav{
	margin:15px 15px 15px 15px;
	color: #333333;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	text-align: center;
	word-spacing: 8px;
	font-size: 1.1em;
	padding: 5px;
	background-color: #EBEEE2;
			} 
  
#container{text-align:left; background-color: #FFFFFF;}

#content p{
	line-height:1.4;
	background-color: #FFFFFF;
}
#navigation{
	background:#FFFFFF
}

#extra{background:#FFFFFF
}

	
#footer p{
	text-align: center;
	word-spacing: 10px;
}

#container{
	width:700px;
	margin:10px auto;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #BAD882;
}

#rightcontainer{
	width:140px;
	border-width: 1px;
	border-color: #666666;
	float: right;
	padding:10px;
	margin-left:10px;
	border-left-style: dotted;
}

.xouter3{
	width:100%;
	margin:5px 0 5px 0;
	padding-top: 10px;
}
.xleftcol3{
	float: left;
	width: 33%;
		border-right-style: dotted;
	border-width: 1px;
	}
.xmiddlecol3 {
	overflow:auto;
		border-right-style: dotted;
	border-width: 1px;
}
* html .xmiddlecol3{float:left}
* html .xmiddlecol3 .xinner3{width:100%;}

.xrightcol3 {
	float:right;
	width: 33%;
	position:relative;
	border-width: 1px;
}
#footer{
	clear:both;
	margin:15px 15px 15px 15px;
	padding: 5px;
	background-image: none;
	height: 70px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #79B30B;
	}
