/* CSS Document */
 @import url("home.css");
 @import url("header.css");
 @import url("footer.css"); 
 @import url("leftnav.css");
 @import url("breadcrumbs.css");
 @import url("rnav.css");
 @import url("genericContent.css");
 
 
  @import url("mobile.css");


*{
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
	padding: 0px;
	margin: 0px;
	/*border: 0px;*/

}

img{border: 0px;}

/*generic IMG definition needed to support TinyMCE border*/
img{
	border: 0px solid #000000;
}


body{
	background-color: #fff;
	font-size: 15px;
	background-image:url(../images/body_background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

ul, ol{
	margin: 1em 0em;
	padding: 0em 0em 0em 2.67em;
}

.clearA {
	overflow: hidden;
	clear: both;
	height: 0;
	margin: 0;
	font-size: 0px;
	/*line-height: 0;*/
	font-size: 0px;
}

.sectionSpacer{
	overflow: hidden;
	clear: left;
	height: 0;
	margin: 0;
	font-size: 0px;
	/*line-height: 0;*/
	font-size: 0px;
}

#container{
	background-color: #FFFFFF;
    display: table;
    margin: 0 auto;
    padding-bottom: 0;
    /*text-align: center;*/
    width: 984px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

a{
	color: #488803;
}

a:link, a:active, a:visted{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}





select {

}

input {

}

ol#testMatches{}

ol#testMatches li{
	margin: .75em 0em;
	list-style:none;
}

ol#testMatches li.light{
	padding: 0em .5em;
}

ol#testMatches li.dark{
	background-color:#CCC;
	padding: .75em .5em;
}