/* Everything
---------------------------------------------------------------------------- */
.index_html {
	background: #F8E6A4; /*6699CC*/
	font-family: sans-serif;
}

/* Header and Body
---------------------------------------------------------------------------- */
.index_head {
}

.index_body {
	text-align: center;
}


/* Main Layout
---------------------------------------------------------------------------- */

.index_table {
	margin-left: auto; 
	margin-right: auto;
}

/* Layout Components
---------------------------------------------------------------------------- */

.index_header {
	vertical-align: top;
	text-align: center;
}

.index_navigation {
	vertical-align: top;
	text-align: left;
}

.index_content {
	vertical-align: top;
	text-align: center;
}


