@charset "UTF-8";

* {
margin: 0;
padding: 0;
font-family: Helvetica, Verdana, Sans-serif;
font-size: 12px;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DED4B1;
	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;
}
.oneColFixCtrHdr #container {
	width: 821px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 175px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	height: 180px;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	top: 0px;
	background-color: #FEFDED;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3D6B1;
	border-left-color: #E3D6B1;
	padding-bottom: 40px;
}
.oneColFixCtrHdr #footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 65px;
	margin-bottom: 30px;
	margin-top: -30px;
}

.oneColFixCtrHdr #footer a {
color: #CC6600;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	color: #330000;
	background-position: bottom;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 9pt;
}

p.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 2%;
	padding-right: 330px;
	line-height: 18pt;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 2%;
	line-height: 16pt;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: #CC6600;
	font-weight: normal;
	padding: 16px 0;
}

#giveaway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(img/giveawaybox.png);
	height: 260px;
	width: 298px;
	position: relative;
	float: right;
	top: 20px;
	margin-bottom: 30px;
}

.giveText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	position: relative;
	font-weight: normal;
	width: 265px;
	margin-left: 15px;
	text-align: left;
	line-height: 9pt;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
	line-height: 16pt;
	padding-top: 20px;
}

h4, h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3F1F39;
	line-height: 12pt;
}

.note {
	font-size: 8pt;

}


table.glanceTable tr td {
font-size: 10px;
font-family: Helvetica, Verdana, Sans-serif;
padding: 3px;
}

table.glanceTable tr td.bullet {
	padding: 0;
}



ul.links {
margin-left: 40px;

list-style-image:url("img/bullet-link.png");

}

ul.links li {
padding-bottom: 10px;
}

ul.links li a {
color: #2f162b;
text-decoration: underline;
}

ul.links li a:hover {
color: #C60;
text-decoration: underline;
}


ul {
margin-left: 30px;
padding-top: 10px;
}

ul li {
padding-bottom: 10px;
}

blockquote.winners {
border: 1px solid #993;
padding: 20px;
background-color: #ded4b1;
margin-bottom: 20px;
}

form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form {
	padding: 0 20px 20px 20px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 500px;
	margin: 0;
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ded4b1;
}
form fieldset p label {
	color: #8f8253;
}

pre {
	font-size: 10pt;
	font-family: "Courier New";
	background: #000;
	padding: 10px 5px;
	color: #fff;
}

tt {
		font-family: "Courier New";
		font-weight: bold;
		color: #000;
}

fieldset {
	border: 0;
}

img {
border: 0;
}

.errMsg{
	color: #f00;
}