/* General Declarations */

html, body {
	height: 100%;
	background: #f1f2f2;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
}
p {
	margin-top: 0;
	margin-bottom: 0.8em;
}
br {
	line-height: 0.8em;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {	
	display: block;
	width: 55%;
	margin-top: 0;
	font-size: 16px;
	border-bottom: #febe34 1px solid;
	color: #000033;
}
h3 {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
h3 em {
	padding: 1px 2px;
	background: #000033;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 0.5em;
}
img {
	display: block;
	margin: 0 auto;
	border: none;
}
#email img {
	margin: 0 auto 0 0;
}
.center_image {
	display: block;
	float: left;
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin: 0.4em auto 1.2em;
}
ul {
	list-style-type: square;
	margin: 0;
	margin-left: 16px;
	margin-bottom: 0.8em;
	padding-left: 0;
	text-indent: 0;
}
li {
	list-style-position: outside;
	margin-bottom: 0.4em;
}
a, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
sup {
	vertical-align: text-top;
	font-size: 64%;
}
.external_link {
	font-size: 82%;
}

/* Container Declarations */

#container {
	position: relative;
	min-height: 100%;
	display: block;
	margin: 0 auto;
	width: 760px;
	background: #fff;
	background-image: url(../images/container_sides.gif);
	background-repeat: repeat-y;
}
#email #container {
	width: 670px;
	background-image: url(../dm/images/container_sides.gif);
}
table.container {
	margin: 0 auto;
	width: 630px;
	background: none;
}
/* Header Declarations */

#header {
	display: block;
	float: left;
	margin: 10px 20px 0;
	width: 720px;
	height: 150px;
	background: #000000;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#email #header {
	margin-top: 0.5em;
	width: 630px;
	height: auto;
	background: #fff;
	background-image: none;
	text-align: center;
	font-size: 1.0em;
	color: #999;
}
#print_header {
	display: none;
}

/* Navigation Declarations */

#navigation {
	display: block;
	float: left;
	height: auto;
	padding: 1px;
	background-color: #febe34;
	color: #000000;
	font-weight: bold;
	width: 718px;
	margin: 3px 0 0 20px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	margin: 0;
	float: left;
	width: 143px;
	text-align: center;
}
#navigation li.last {
	width: 146px;
}
#navigation li a {
	display: block;
	padding: 2px 5px;
	border-right: 1px solid #fff;
	background-color: #febe34;
	color: #000000;
	text-decoration: none;
}
#navigation li a.last {
	border-right: none;
}
html>body #navigation li a {
	width: auto;
}
#navigation li a:hover {
	background-color: #feeecc;
	color: #333333;

}

/* Content Declarations */

#side_content, #main_content {
	display: block;
	float: left;
	height: auto;
	padding: 10px;
}
#side_content {
	color: #000000;
	width: 140px;
	margin: 39px 0 10px 30px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.6em;
}
#email #side_content {
	width: 120px;
}
#side_content a {
	display: block;
	text-decoration: none;
	color: #febe34;
}

#side_content a:hover {
	display: block;
	text-decoration: underline;
	color: #333333;
}



#news_content {
	display: block;
	float: left;
	height: auto;
	padding: 10px 10px 10px 10px;
}
#news_content {
	width: 120px;
	margin: 40px 0 40px 0;
	background-color: #feeecc;
	border: #000033 1px solid;
	border-left: none;
	border-right: none;
	text-align: center;
	
}
#email #news_content {
	width: 120px;
}
#news_content a {
	display: block;
	text-decoration: none;
	color: #000;
}


#plain_content {
	width: 675px;
	margin: 10px 0 10px 20px;
	background-color: #fff;
	padding-left: 20px;
	padding-bottom: 70px;
}

#main_content {
	width: 500px;
	margin: 10px 0 10px 20px;
	background-color: #fff;
	border-left: #f1f2f2 1px solid;
	padding-left: 20px;
	padding-bottom: 20px;
}
#email #main_content {
	width: 430px;
}
.date {
	text-align: right;
	margin-bottom: 2.4em;
}
#unsubscribe_subscribe {
	border-top: 1px solid #999;
	margin-top: 1.6em;
}
#unsubscribe_subscribe p {
	margin-top: 6px;
	font-size: 0.9em;
	font-style: italic;
}




/* Begin Button Declarations */

div.button a, div.button a:visited, div.button a:active {
	display: block;
	float: left;
	margin: 0 0 0 auto;
	padding: 0px;
	width: 140px;

	border: 1px solid #000033;
	background: #000033;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size:16px;
}
div.button a:hover {
	background: #febe34;
}

/* End Button Declarations */


/* Footer Declarations */

#footer {
	position: relative;
	display: block;
	clear: left;
	height: 24px;
	width: 700px;
	margin: 0 0 0 30px;
	bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #999;
	border-top: #f1f2f2 1px solid;
}
#email #footer {
	width: 610px;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #999;
}
#print_footer {
	display: none;
}

/* Overview Declarations */

#overview .wrapper, #overview .wrapper div {
	display: block;
	float: left;
}
#overview .wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 0.8em;
}
#overview .wrapper div {
	width: 33%;
}

/* Agenda Declarations */

#agenda .wrapper, #agenda .wrapper div, div#agenda .wrapper .time, #agenda .wrapper .description {
	display: block;
	float: left;
}
#agenda .wrapper, #additional_logistics .wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 0.8em;
}
#agenda .wrapper div, #additional_logistics .wrapper div {
	width: 33%;
}
#agenda .wrapper .time {
	width: 20%;
	font-weight: bold;
}
#agenda .wrapper .description {
	width: 80%;
}
#agenda .wrapper .description strong em {
	padding: 0px 2px;
	background: #febe34;
	letter-spacing: 1px;
	color: #fff;
}

/* Registration Declarations */

fieldset {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	background-color:#fff;
	border: none;
}
legend {
	padding: 0;
	color: #000;
}
form {
	margin: 0;
	padding: 0;
	background-color: #fff;	
}
form p {
	margin-top: 0;
	margin-bottom: 1.6em;
}
form label { 
	display: block;
	float: left;
	width: 13%;
	margin: 0 5px 0 0;
	padding-top: 5px;
	text-align: left;
}
form .required {
	color: #ff0000;
}
input {
	width: 200px;
}
input.radio, input.radio_indent, input.button, input.checkbox, input.textfield_indent {
	width: auto;
}
input.radio_indent, input.textfield_indent {
	margin-left: 25px;
}
input.textfield_indent {
	width: 200px;
}
.error_message {
	color: red;
	margin-left: 5px;
}

/* Additional Logistics Declarations */

#additional_logistics .wrapper, #additional_logistics .wrapper div {
	display: block;
	float: left;
}
#additional_logistics .wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 0.8em;
}
#additional_logistics .wrapper div {
	width: 33%;
}

/* Registration Confirmation Declarations */

#registration_confirmation .wrapper, #registration_confirmation .wrapper div {
	display: block;
	float: left;
}
#registration_confirmation .wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 0.8em;
}
#registration_confirmation .wrapper div {
	width: 33%;
}

/* Contact US Declarations */

#contact_us a, #contact_us a:visited, #contact_us a:hover, #contact_us a:active {
	text-decoration: none;
}