@charset "UTF-8";
/* CSS Document */

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: "News Gothic MT", "News Gothic", "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	background-image: url(img/bgloop.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.oneColFixCtr #container {
	width: 893px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 13px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.oneColFixCtr #topoptions {
	background-color: #989a88;
	font-family: "News Gothic MT", "News Gothic",  "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 17px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #D5D6CA;
}
a.toplinks:link {color: #D5D6CA; }
a.toplinks:visited {color: #D5D6CA; }
a.toplinks:hover {color: white; }
a.toplinks:active {color: #D5D6CA; } 

.white {
	color: #FFF;	
}
a:link {
	text-decoration: none;
	font-weight: bold;	
	color: red;
}
a:visited {
	text-decoration: none;
	font-weight: bold;	
	color: red;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: red;
}
a:active {
	text-decoration: underline;
	font-weight: bold;	
	color: red;
}
.headline {
	font-family: "News Gothic MT", "News Gothic",  "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #ff0000;
}
.graytext {
	color: #5B5C51;
}
.sidephoto {
	padding-left: 35px;	
}
.trailerdiv {
	float: right;	
    padding-left: 35px;	
}
.bottomchoices {
	text-align: center;	
}

form {
	padding:0 2em;
}

.formcell, .formarea {
	width:50%;
}