* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #404040;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}

a, a:link {
	color: #4A67B7;
}

a:visited {
	color: #636C83;
}

a:hover {
	color: #A38803;
}

a:active {
	color: #A31414;
}

#body {
	text-align: center;
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
}

#page {
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
	width: 742px;
	background-color: #fff;
	background-image: url(images/page_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#col_left {
	float: left;
	width: 230px;
	z-index: 2;
	background-image: url(images/side_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#col_right {
	float: left;
	width: 512px;
	z-index: 3;
/*	overflow-x: hidden; */
}

.sidebar {
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin-bottom: 12px;
}
.sidebar_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.sidebar_bottom {
	padding: 16px 28px 16px 34px;
	background-image: url(images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 80px;
}
.sidebar_content > .sidebar_bottom {
	/* non-IE browsers can understand min-height */
	height: auto;
	min-height: 70px;
}
#montage {
	background-image: url(images/montage_bg.jpg);
	width: 512px;
	height: 417px;
	background-position: top left;
	background-repeat: no-repeat;
}
#photo_header {
	background-image: url(images/header_bg.jpg);
	width: 512px;
	height: 230px;
	background-position: top left;
	background-repeat: no-repeat;
}
#menu {
	padding-bottom: 31px;
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.menubgimg {
	height: 264px;
	overflow: hidden;
}
#header {
}
#above_footer {
	clear: both;
}
#footer {
	width: 742px;
	margin: 0 auto;
	text-align: left;
}
#footer a, #footer a:link, #footer a:visited {
	color: #626262;
}
#footer a:hover, #footer a:active {
	color: #CCCCCC;
}
#footer_content {
	margin: 0 17px 12px 11px;
	padding: 6px 9px;
	background-color: #2e2e2e;
	color: #828282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#sig {
	float: right;
}
#home_content, #content {
	background-image: url(images/home_content_upper.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 28px 10px 12px;
}
#content {
	width: 472px;
	background-image: url(images/content_upper.jpg);
	height: 190px;
}
#col_right > #content {
	height: auto;
	min-height: 190px;
}
p {
	margin-bottom: 14px;
}
#content_sidebar {
	float: right;
	margin: 0 0 14px 14px;
	padding: 0;
	border-left: solid 1px #cbcbcb;
}
#content_audio {
	margin: 0 10px;
}
#content_audio.grayborder {
	padding-bottom: 10px;
	border-bottom: solid 1px #cbcbcb;
}
#content_gallery {
	text-align: center;
	padding-top: 10px;
}
.note {
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin: 0 auto 10px;
}
ul, ol, dl {
	padding-left: 14px;
	margin-left: 14px;
}
.contact_grid {
	vertical-align: top;
	text-align: left;
}
.contact_grid tr {
	vertical-align: top;
	text-align: left;
}
.contact_grid th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
}
.contact_grid td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 6px;
	font-size: 85%;
}

.form_text {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.form_header {
	font-size: 11px;
	font-weight: bold;
}

.f_text, .f_textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #ACACAC;
	background-color: #fff;
	font-size: 10px;
}

.f_button {
	background-color: #D9D9D9;
	font-size: 12px;
	font-weight: bold;
	border: solid 2px #595959;
	padding: 2px 10px;
	cursor: pointer;
}

.f_fieldset {
	border: solid 1px #999;
	padding: 0 12px 12px;
}

.f_legend {
	margin: 10px 0;
	padding: 0 12px;
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.form_grid {
	border: solid 1px #ccc; 
}

.form_grid tr td {
	text-align: center ! important;
	padding: 0 auto;
}

.form_grid tr td input {
	margin: 0 auto;
}

.cell_underline {
	border-bottom: solid 1px #000000;
}

.factanswer h4 {
	margin: 12px 0;
}

.factanswer p {
	margin: 0 12px 12px;
}

.flashversionbad {
	padding: 250px 100px 0 100px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
	.flashversionbad a {
		color: #FFD600;
	}
	
.appnote {
	margin-top: 30px;
	font-size: 10px;
	text-align: center;
}