@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	margin-top: 20px;
}

.container {
	width: 740px;
	border: 1px solid #CCCCCC;
	top: 20px;
	text-align: left;
	margin: 0 auto;
}
.container .logo {
	margin-left: 14px;
	margin-top: 15px;
	width: 171px;
}

.container h1 {
	font-family: Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}
.container p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	margin-bottom: 0px;
	width: 450px;
	margin-left: 20px;
}
.container li {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	font-weight: bold;
}

.sidebar1 {
	float: left;
	width: 450px;
}
	
.container ul {
	font-family: Helvetica, sans-serif;
}

.button {
	font: 11px Helvetica, sans-serif;
	color: #fff;
	border-bottom: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	text-transform: none !important;
	font-weight: bold;
	width: 60px;
	background-color: #666;
	padding: 5px;
}

textarea {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 2px;
}

.button:hover {
	background: #fabf00;
	color: #333;
	text-decoration: none;
}

input {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}

.field {
	font-family: Helvetica, sans-serif;
	color: #666666;
	width: 100%;
}

.survey select {
	font-family: Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	float: right;
}
.container p a  {
	text-decoration:underline;
	color: #333333;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.container  .rsvp  {
	width: 400px;
	display: table;
	margin-left: 20px;
}
a {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.blue {
	color: #5B9DD7;
}
.container .footer {
	width: 900px;
	margin-bottom: 20px;
}
.container .rightcolumn {
	float: right;
	width: 185px;
	padding: 10px;
	background-color: #eeeeee;
}
.container .rightcolumn p {
	margin-left: 40px;
}
.image p {
	margin-top: 3px;
	width: inherit;
	margin-left: 0px;
}
.image {
	text-align: center;
}
.container .rightcolumn h2 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	margin-left: 40px;
	line-height: 1.25em;
}
.container  .rightcolumn  h2 a {
	color: #333333;
}
.container .rightcolumn a {
	color: #eeeeee;
}
