body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #421B6A;
	margin: 0px;
	padding: 0px;
}

/*COLUMNS*/
#announcementwrapper {
	padding-top: 64px;
	background-image: url(../images/bg_page_giftannouncement.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 690px;
}

#announcement {
	padding: 230px 10px 10px 10px;
	width: 589px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;

}

.occasion {
	padding: 6px;
	font-size: 22px;
	color: #421B6A;
	text-align: center;
	font-weight: bold;
}

.message p {
	padding: 6px;
	color: #000;
	text-align: left;
	font-size: 16px;
}

.tagline {
	padding: 6px;
	font-size: 18px;
	color: #421B6A;
	text-align: center;
	font-weight: bold;
}

#instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
	margin: 0 auto;
	width: 600px;
	padding: 10px;
	border: 4px solid #D5C4B0;
}
p { margin: 0px; }

#instructions p {
	margin: 6px 0px 12px;
	text-align: left;
}
.box_highlight {
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	border: 1px solid #421B6A;
}

.box_alert {
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	border: 1px solid #FFCC00;
}


h1 {
	margin: 0px;
	font-size: 1.5em;
	color: #C55F03;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
	color: #C55F03;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
	color: #C55F03;
}
h5 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #421B6A;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}


.smalltext {
	font-size: .95em;
	line-height: 1.5em;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #AE54C5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #00B2D0;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #000000;
}

/*CALLOUTS*/
.product_right {
	float: right;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	text-align: center;
	padding: 5px;
}

.product_left {
	float: left;
	padding: 5px;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0px 20px 0px 0px;
}
/*CUSTOM LISTS*/

.bluecheck li {
	margin: 0;
	padding-left: 25px;
	padding-bottom: 5px;
	list-style-type: none;
	line-height: 1.4em;
	background: url("../images/bullet_check_purple.gif") left 0.1em no-repeat;
}

/*BUTTONS: Button links*/

#instructions .buttonsred {
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}

#instructions .buttonsred a:link, #instructions .buttonsred a:visited {
	color: #400000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bg_button_gold.gif);
	padding: 4px;
	height: 16px;
	background-color: #FFCC00;
	background-repeat: repeat-x;
	border: 1px solid #CC9933;
	font-size: 95%;
}

#instructions .buttonsred a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bg_button_gold_over.gif);
	padding: 4px;
	height: 16px;
	background-color: #CC9933;
	background-repeat: repeat-x;
	border: 1px solid #CC9933;
}
#instructions .buttonsred a:active {
	color: #000000;
}

.buttonsred {
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}

.buttonsred a:link, .buttonsred a:visited {
	color: #400000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bg_button_gold.gif);
	padding: 4px;
	height: 16px;
	background-color: #FFCC00;
	background-repeat: repeat-x;
	border: 1px solid #CC9933;
	font-size: 95%;
}

.buttonsred a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bg_button_gold_over.gif);
	padding: 4px;
	height: 16px;
	background-color: #CC9933;
	background-repeat: repeat-x;
	border: 1px solid #CC9933;
}
.buttonsred a:active {
	color: #000000;
}



.formbutton
{
	border: 1px solid #CC9933;
	background-color: #CC9933;
	background-image: url(../images/bg_button_gold_over.gif);
	background-repeat: repeat-x;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
} 
