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

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000000;
	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: #FFFFFF;
	font-size: 14px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	color: #F56F2F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F56F2F;
}
a:hover {
	text-decoration: underline;
	color: #F56F2F;
}
a:active {
	text-decoration: none;
	color: #F56F2F;
}
.largeoptions {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 10px;
}
.mediumoptions {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 10px;
}
hr {
	border: none 0; 
	border-top: 1px solid #F56F2F;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.orange {color: #F56F2F}
