@charset "utf-8";
/* CSS Document */

 
body  {
	background-color: #818286;
}
body,td,th {
	font-family: helvetica, Arial, sans-serif;
	color: #000;
}
a:link {
	color: #818286;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #818286;
}
a:hover {
	text-decoration: none;
	color: #D7A92F;
}
a:active {
	text-decoration: none;
	color: #D7A92F;
}

/* Links with gray background */

a.rlc:link {
	color: #333;
	text-decoration: none;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:.7em;
}
a.rlc:visited {
	text-decoration: none;
	color: #333;
	font-size:.7em;
	font-family:"Century Gothic", Arial, sans-serif;
}
a.rlc:hover {
	text-decoration:none;
	color: #D7A92F;
	font-size:.7em;
	font-family:"Century Gothic", Arial, sans-serif;
	border-bottom:1px dashed #D7A92F;
}
a.rlc:active {
	text-decoration: none;
	color: #D7A92F;
	font-size:.7em;
	font-family:"Century Gothic", Arial, sans-serif;
}

h2 {
	font-size: 140%;
	color: #818286;
	font-family: helvetica, Arial, sans-serif;
	line-height: 18pt;
	margin-top:0px;
	word-spacing: -1px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: helvetica, Arial, sans-serif;
}

.twoColElsRtHdr #container {
	width: 800px;  /* 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;
	text-align: left;
} 
.twoColElsRtHdr #header {
	background-color: #818286;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsRtHdr #mainContent {
	margin: 1em 2em 1em 2em; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 0 10px 0 10px;
	font-size: 90%;
	text-align: justify;
	line-height: 14pt;
	width: 50em;
} 
.twoColElsRtHdr #footer {
	padding: 0;
	background-color: #818286;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 270px;
	color:#333;
} 
.twoColElsRtHdr #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: 0;
}
.smallfont {
	font-family: helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #999;
}
.tablefont {
	font-family: helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

