@charset "UTF-8";
/* CSS Document Chiquita pop for rules*/


/* RESETS ***************************************************************************************************************/
/*************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html { min-height: 100%; margin-bottom: 1px; }


body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESETS ***************************************************************************************************************/
/*************************************************************************************************************************/

body {
	font-family: Arial, Helvetica, san-serif;
	font-size:62.5%;/*sets font to 10px*/
	background-image: url(../jpgs/bkg.jpg);
	background-repeat:no-repeat;
	background-color:#f8fdfe;
	color:#572700;
}

/*links******************************************************************************************/
a {
	color: #aa8138;
}

a:hover, .selected {
	color: #48a942;
}

/*text******************************************************************************************/
h1 {
	width: auto;
	font-size: 2.4em;
	line-height:normal;
	font-weight:normal;
	padding: 0 0 1.2em 0;
	margin: 0;
	text-align: left;
}

h2 {
	width: auto;
	font-size: 2.oem;
	line-height:normal;
	font-weight:normal;
	padding: 0 0 1.2em 0;
	margin: 0;
	text-align: left;
}

p {
	margin: 0 0 1.2em 0;
	font-size:1.2em;
	line-height:1.6em;
}

#sweepstakes_rules {
	width: auto;
	height:auto;
	padding:20px;
	margin: 20px;
	background:#faeac9;
	border:1px solid #532607;
}