@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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(grpx/bg.jpg);
	background-repeat: repeat-x;
}
a:visited {
	color: #b0a58f;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 226px;
	padding-top: 0;
	padding-bottom: 0;
	width: 750px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 730px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.tenPxMargin {
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
	width: 750px;
	font-size: 80%;
	background-color: #03060c;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer a:visisted {
	color: #a1d0ec;
	text-decoration:underline;
}

.tableDotted {
	border: thin dashed #000000;
	text-align: center;
}
th {
	text-align: center;
}
.lightBlueTextHeading {
	color: #a1d0ec;
	font-size: 125%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	font-size: 75%;
	background-color: b0a58f;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 175%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
a:link {
	color: #8da1aa;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #8da1aa;
	text-decoration: underline;
	font-weight: bold;
}
