
body {
	font-family: verdana, sans-serif; 
	font-size: 12px;
	margin: 0;
	padding: 0;
}

tr, td, th {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}


.featured td {
	vertical-align: top;
}

.featured img {
	padding: 0 8px 8px 2px;
	border: none;
}



.footer {
	font-size: 10px;
	color: #9292c2;
	text-align: center;
}

.footerMenu, .footerMenu a {
	font-size: 10px;
	color: #9292c2;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 4px;
}


.breadcrumb, .breadcrumb a {
	font-size: 10px;
	color: #9292c2;
}


#breadcrumb {

	margin-top: 8px;

}

/*    #header {
      float:left;
      width:100%;
      background:#DAE0D2 url("bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
  */  #header ul {
      margin: 0px 0px 0px 0px;
      padding: 10px 0px 0px 0px;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("images/topMenu_left.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
     /* border-bottom:1px solid #B2B2B2;  */
      }
    #header a {
      float:left;
      display:block;
      background:url("images/topMenu_bg.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-size: 10px;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }





#button {
	width: 120px;
	/* border-right: 1px solid #E5E5E5; */
	border-right: 1px solid #fff;
	padding: 0 0 2px 0;
	margin-top: 8px;
	margin-bottom: 8px;
	/* margin-bottom: 1em; */
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	/* background-color: #960002; */
	color: #333;
	}
	
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #C21F20;
		margin: 0;
		}
		
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 4px solid #B30F0E;
		/* border-right: 10px solid #508fc4; */
		background-color: #EEEEEE;
		color: #828282;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 4px solid #960002;
		/* border-right: 10px solid #5ba3e0; */
		background-color: #E5E5E5;
		color: #333333;
		}


		






.searchLeft {
	background-image: url(images/search_left.jpg);
	float: left;
	height: 40px;
	width: 67px;
	margin: 0px;
	padding: 0px;
}

.searchHolder {
	padding-top: 9px;
	padding-right: 12px;
}

.searchHolder input {
	background-color: #fcfcfc;
}

.searchBox {
	background-image: url(images/search_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
	float: right;
	margin-top: 0px;
}

.searchBoxText {
	color: #929292;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
}


.spaceVert {
	background-image: url(images/space_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0;
}