body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #007fb2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #292e1a;
}
h4 {

 font-size: 250% strong 24px verdana;

color:#de8445;
  text-decoration:none;

}
a {
  color:#466438;
  text-decoration:none;
  border-bottom:1px dashed;
}
.Newarch #container {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.Newarch #header {
	background: #ffffff;
	text-align:right;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.Newarch #nav {
	background: #7fa86c;
	color:#ffffff;
	font:strong 13px verdana;
	line-height:13px;
	text-decoration:none;
 padding: 5px 20px 5px 10px;

}


.Newarch #nav  a{
	color:#ffffff;
	font:strong 13px verdana;
	line-height:13px;
	text-align:justify;
	text-decoration:none;
}
.Newarch #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.Newarch #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.Newarch #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3c3f2e;
	font: 10px verdana;
	color:#ffffff;
}
.Newarch #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Newarch .red {
         color: red;
      }


.Newarch input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.Newarch .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.Newarch .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 15px;
	height: 27px;
	width: 40px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.Newarch .tex {
	font: normal 10px/100% Arial, Helvetica, sans-serif;
}
.Newarch .highlight_word{
    background-color: yellow;
}
.Newarch #results{
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 902px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.Newarch .a {
	font-size: 15px;
	font_color: #666;

	text-shadow: 0 1px 1px rgba(0,0,0,.6);

}
.Newarch #title a {
	color:#ee8855;
	font:strong 15px verdana;
	line-height:15px;
	text-align:justify;
	text-decoration:none;
	font-weight: bold


}
.Newarch .label {display:inline;font-weight:normal; margin-top:1.6em;}
.Newarch .form-submit{margin-top:1.6em;}
