body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodystyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.medium {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.big {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.xbig {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.expanded {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}
.justified {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	font-style: italic;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	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. */
	text-align: center;
}
.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 */
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
.oneColFixCtrHdr #mainContent table {
	text-align: center;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
	font-size: 62%;
	text-align: center;
}
.gmrrPhotoGallery img {
	border: 8px inset #996600;
	margin: 5px;
	padding: 3px;
	text-align: center;
}
.smallCapsArielBold {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;

}
.inputDialogs {
	background-color: #CCCCCC;
	height: auto;
	width: 250px;
	border: 2px groove #999999;
	font-style: italic;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 150%;
}
.oneColFixCtrHdr #container #mainContent #floatRight1 {
	float: right;
	position: relative;
}
.oneColFixCtrHdr #container #mainContent #floatLeft1 {
	float: left;
	position: relative;
}
#alert1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	background-color: #CCCCCC;
	border: thin solid #333333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
