@CHARSET "UTF-8";

a:link{color: #000000; text-decoration: none}
a:active{color: #000000; text-decoration: none}
a:visited{color: #000000; text-decoration: none}
a:hover{color: #000000; text-decoration: none}

/* Content */
#wrap {
	background-color: #164397;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
/* Left Column */
#wrap #box_content_wrap #left_col .header_box .content {
	margin: 0px;
	padding: 15px;
	background-color: #7D8186;
	}
#wrap.details #box_content_wrap #left_col .rsvp_box #accept_btn {
	border-right: none;
	}
#wrap #box_content_wrap #left_col .box {
	background-color: #E9E9E9;
	}
#wrap #box_content_wrap #left_col .box .form_info {
	color: #1D1D1D;
	}
#wrap #box_content_wrap #left_col .box .form_instruction {
	color: #1D1D1D;
	}
#wrap #box_content_wrap #left_col .box #form_wrap .label {
	color: #1D1D1D;
	}
#wrap #box_content_wrap #left_col .box .box_filler {
	clear: both;
	width: 100%;
	height: 30px;
	}
#wrap #box_content_wrap #left_col .box #form_wrap .form_separator {
    clear: both;
	width: 100%;
	height: 25px;
	}
#wrap #box_content_wrap #left_col .box #form_wrap .mailinglist {
	width: 100%;
	color: #1D1D1D;
	}
#wrap.details #box_content_wrap #left_col .rsvp_box {
	background-color: #7D8186;
	}
