/* CSS Document */

body{
	margin:0px;
	background-color:#FFFFFF;
	background-image: url(images/bck.gif);
	background-repeat: repeat-x;
}

p,h1{
	margin-bottom:5px;	
}

p{
	font-size:12px;
	margin-top:5px;
	line-height:20px;
	color:#000000;
}

h1{
	font-size:13px;
	margin-top:15px;
	color:#004f22;
}

ul{	
	font-size: 11px;
	line-height:20px;
	list-style-type: none;
	margin:0px;
}

#container, #subPagecontainer{
	
	width:800px;
	display:table;		
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, Times New Roman, Times, serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: none;
}

#container{
background-image: url(images/rightbck.gif);
}

#subPagecontainer{	
	background-image: url(images/subbck.gif);
}

#navleft{
	width:51px;
	height:26px;
	background-image: url(images/navleft.jpg);
	float:left;
}

#navRight{
	width:39px;
	height:26px;
	background-image: url(images/navright.jpg);
	float:right;
}

#nav{
	width:710px;
	height:26px;
	margin:0px;
	padding:0px;
	float:left;
}

#header{
	width:800px;
	height:113px;
}

#leftbar{
	width:168px;
	margin:0px;
	float:left;
	background-color:#004f22;
}

#mainContContainer{
	width:415px;
	float:left;
}

#navShadowMd{
	width:415px;
	height:15px;
	background-image: url(images/navShadMid.jpg);
	background-repeat: no-repeat;	
}

#barSep{
	width:415px;
	height:30px;
	background-image: url(images/woodsep.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navShadowRight, #navShadowRightWhite{
	width:217px;
	height:15px;	
	background-repeat: no-repeat;	
}

#navShadowRight{
	background-image: url(images/navShadRight.jpg);
}

#navShadowRightWhite{
	background-image: url(images/navShadRightWhite.jpg);
}

#rightcontContainer{
	width:217px;
	height:100%;
	float:right;
}

#rightCont{
	width:205px;
	margin-left:auto;
	margin-right:auto;
}

#rightCont p{
	line-height:15px;
	margin-bottom:10px;
	margin-top:5px;
}

#rightCont ul{
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
}

#rightCont ul li{
	margin-bottom:10px;
}

#contContainer{
	width:386px;
	margin-left:auto;
	margin-right:auto;	
}



#botList{	
	width:260px;
	float:left;
	margin:0px;
}

#botList ul{
	margin-top:20px;
	float:left;
	display:block;
	margin-left:0px;
	padding-left:0px;
}

#charFloat{
	width:126px;
	height: 175px;
	background-image: url(images/character.gif);
	background-repeat: no-repeat;
	float:right;
	background-position: left;
}

.contactGreen{
	color:#004f22;
	font-weight:bold;
}

#botList a, #rightCont a{
 color:#d46d00;
 font-weight:bold;
 text-decoration:none;
}

#botList a:hover, #rightCont a:hover{
 text-decoration:underline;
}
