/* ---- page layout -------------------------------------------------------- */

html {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-size: 12pt;
	font-family: "Century Gothic", Verdana;
}

/* ---- normal elements ---------------------------------------------------- */

img {
	border: none;
}

p {
	margin-top: 0px;
	padding-top: 3px;
	text-align: justify;
}

/* ---- upper left corner -------------------------------------------------- */

#div_corner {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 19ex;
	height: 10ex;
	background-color: white;
}

#div_corner[id] {
	position: fixed;
}

#div_image_loader {
	display: none;
}

/* ---- header ------------------------------------------------------------- */

#div_header {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 19ex;
	width: 1600px;
	height: 10ex;
	background-color: white;
}

#div_header[id] {
	position: fixed;
}

#div_header .class_header_main {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: 460px;
	height: 50px;
}

#div_header #header_main {
	background: transparent url(header.jpg) no-repeat bottom left;
}

#div_header #header_main span {
	display: none;
}

#div_header .class_header_sub {
	position: absolute;
	left: 365px;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 300px;
	height: 50px;
}

#div_header #header_sub {
	background: transparent url(glass.gif) no-repeat bottom left;
}

#div_header #header_sub span {
	display: none;
}

/* ---- sidebar ------------------------------------------------------------ */

#div_sidebar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10ex;
	left: 0;
	width: 19ex;
	height: 1200px;
	background-color: white;
}

#div_sidebar[id] {
	position: fixed;
}

#div_sidebar ul {
	margin: 0;
	padding: 5px;
	padding-top: 39px;
	padding-right: 10px;
	text-align: right;
	list-style-type: none;
}

#div_sidebar li {
	margin: 0;
	padding: 0;
	padding-bottom: 1ex;
}

#div_sidebar a {
	color: black;
	text-decoration: none;
}

#div_sidebar a:hover {
	color: #aaaaaa;
}

#div_sidebar ul ol {
	margin: 0;
	padding: 0;
	margin-top: 1ex;
	margin-bottom: -1ex;
	font-size: small; 
	list-style-type: none;
}

#div_sidebar[id] ul ol {
	margin: 0;
}

#div_sidebar ul ol li {
	margin-left: 0;
	padding-left: 0;
}

/* ---- back link ---------------------------------------------------------- */


#div_sidebar #sidebar_back_item {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	width: 19ex;
	height: 40px;
}

#div_sidebar[id] #sidebar_back_item {
	position: fixed;
	bottom: 20px;
}

#div_sidebar #sidebar_back {
	font-size: 30px;
	background: transparent url(sidebar_back.jpg) no-repeat bottom right;
}

#div_sidebar #sidebar_back span {
	visibility: hidden;
}


/* ---- center ------------------------------------------------------------- */

#div_center {
	position: static;
	margin: 0;
	margin-top: 12ex;
	margin-left: 19ex;
	padding: 0;
	padding-top: 17px;
	padding-left: 15px;
	background-color: white;
}

.center_main_table {
	margin: 0;
	padding: 0;
}

.center_main_table td {
	margin: 0;
	padding: 10px;
	width: 250px;
	font-size: small;
	vertical-align: top;
}

/* ---- center table elements ---------------------------------------------- */

.center_main_table h1 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: medium;
	font-weight: normal;
}

.center_main_table h2 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: medium;
	font-weight: normal;
}

/* ---- center table columns ----------------------------------------------- */

.center_main_table .header_col {
	width: 520px;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.center_main_table .image_col {
	padding-bottom: 2px;
	text-align: left;
	width: 250px;
	aborder-left: 1px dotted blue;
	aborder-right: 1px dotted blue;
}

.center_main_table .image_col img {
	padding-bottom: 15px;
}

.center_main_table .text_col {
	padding-top: 0;
	width: 520px;
}

.center_main_table .text_col blockquote {
	margin-top: 1ex;
	margin-left: 5ex;
	margin-right: 5ex;
}

.center_main_table .text_col blockquote .citation {
	padding-top: 0;
	margin-top: 0;
	text-align: right;
	font-size: smaller;
}


/* ---- inner image chooser table ------------------------------------------ */

#images_chooser_table {
}

#images_chooser_table td {
}

#images_chooser_table .col3 {
	aborder-left: 1px dotted blue;
}

/* ---- inner text table --------------------------------------------------- */

.inner_text_table {
	width: 520px;
}

.inner_text_table td {
	padding: 2px;
	padding-top: 0.5ex;
	width: auto;
}
