body
{
	background-color: #E3E3E3;
}

/* Content Structures */

div#top_box_title
{
	font-size: 30px;
	text-align: center;
	
}
div#left_box_title
{
	font-size: 20px;
	text-align: center;
	background-color: #777777;
}
div#left_box_content 
{
	/* includes title */
	height: 98%;
}

div.login_content
{
	text-align: center;
}





/* Layout Structures */

div#top_box
{
	background-color: #E3E3E3;
}

table#middle_box
{	
	background-color: #FFFFFF;
}

td#left_box
{
	background-color: #FFFFFF;
}
td#left_gutter
{

}
td#center_box
{
	background-color: #FFFFFF;
}
td#right_gutter
{

}
td#right_box
{
	background-color: #FFFFFF;
}

div#bottom_box
{
	background-color: #E3E3E3;
}


/* Unique Elements */

a#black_haven
{
	font-weight: bold;
	color: #000022;
}

a#haven
{
	font-weight: bold;
	color: purple;
}

