@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: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	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. */

}
.oneColFixCtrHdr #header {
	padding: 0;
	height: 272px;
	background-image: url(../images/jewel3a.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.oneColFixCtrHdr #header img {
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	font-size: 36px;
	text-transform: capitalize;
}
.oneColFixCtrHdr #navbar  {
	text-align: center;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #navbar ul {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
.oneColFixCtrHdr #navbar ul li {
	display: inline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 15px;
	font-variant: normal;
}
.oneColFixCtrHdr #navbar a:link, a:visited {
	color: #009;
	text-decoration: none;
}
.oneColFixCtrHdr #navbar a:hover {
	color: #4181D1;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px;
}
.oneColFixCtrHdr #container #mainContent a img {
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent p {
	line-height: 20px;
}

.oneColFixCtrHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-variant: normal;
	color: #009;
}

.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.oneColFixCtrHdr #mainContent img {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 7px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.oneColFixCtrHdr #footer p a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent #form {
	border: 1px solid #737373;
	padding: 15px;
	margin-top: 15px;
	margin-right: 85px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#mainContent img {
	float: right;
	padding: 25px;
	
}
#mainContent img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

