@charset "utf-8";
body {
	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: #333;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Times New Roman", serif;
	font-size: 78%;
}
#container {
	width: 812px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4A563E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#container p {
	margin: 0;
}

#container  #navBarWrapper {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#container  #navBarWrapper  p {
	margin: 0;
}
#navBar {
	padding: 0px;
	margin-left: 45px;
	width: 700px;
	float: left;
	font-size: 99%;
}
.dropcap {
	padding: .03em 0 0 0;
	display: block;
	float: left;
	color: #444;
	font-family: "Times New Roman", Times, serif;
	font-size: 450%;
	line-height: 0.75;
}
.nodropcap {
	font-family: "Times New Roman", Times, serif;
	padding: .03em .1em 0 0;
	display: block;
	float: left;
	color: #444;
	font-size: 24px;
}
#title {
	height: 50px;
}
#header {
	padding: 0;  /* 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. */
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 230px;
}
#header p {
margin: 0;
}
#mainContent {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 75px;
	margin: 0px;
}
#mainContent a, #mainContent a:link, #mainContent a:active, #mainContent a:visited {
	color: #48513C;
	text-decoration: underline;
}
#mainContent a:hover, #mainContent a:focus {
	color: #99A97A;
	text-decoration: none;
} 
#mainContent p {
	margin: 0;
	padding: 0px;
}
#footer {
	background:#FFFFFF;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	height: 115px;
	text-align: center;
	font-size: 85%;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #48513C;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
	color: #99A97A;
	text-decoration: none;
}
#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 */
}
#footerWrapper {
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin: 0px;
}
.patent1 {
	font-weight: bold;
}
.patent2 {
	font-weight: normal;
}


hr {
	color: #666666;
}
