body
{
	color: #627F86;
}

.outside
{
	width: 928px;
	margin-left: auto;
	margin-right: auto;
}

a{
	color: #627F86;
}
.header
{
	height: 240px;
	background: url("/img/hopenet_header.jpg") no-repeat;
}

.content
{
 	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
}

.contentBlock
{
 	position: relative;
	width:928px;
	left: 0px;
	border: 1px solid #F5F0E4;
	background-color: #fff;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.contentText
{
	color: #AC9760;
}

.internal
{
	width: 904px;
	margin-bottom: 21px;
}


/*====================== Setup header sizes =======================*/
.left_Header
{
	width: 329px;
}
.left_50Header
{
	width: 418px;
}
.right_Header
{
	width: 564px;
	margin-bottom: 11px;
}
.full_Header
{
	width: 904px;
	margin-bottom: 11px;
}
.right_50Header
{
	width: 458px;
}
.tall_Header
{
	Height: 62px;
	line-height: 62px;
}
.short_Header
{
	height: 39px;
	line-height: 39px;
}
.left_Spacer
{
	width: 329px;
	height: 23px;
}
/*====================== Setup div positions and sizes =======================*/
.left_menu
{
	width: 329px;
	position: relative;
	left: 10px;
	top: 10px;
	text-align: left;
}
.right_menu
{
	display:block;
	width: 564px;
	position: absolute;
	left: 355px;
	top: 11px;
	text-align: left;
}
.full_menu
{
	display:block;
	width: 904px;
	position: relative;
	left: 11px;
	top: 11px;
	text-align: left;
}
.left_50
{
	width: 418px;
	position: relative;
	left: 10px;
	top: 10px;
	text-align: left;
}
.right_50
{
	width: 458px;
	position: absolute;
	float: right;
	left: 448px;
	top: 11px;
	text-align: left;
}
/*====================== Setup header colors =======================*/
.brown_header
{
	background-color: #EAE0C5;
}
.ltgrey_header
{
	background-color: #E0E9EB;
}
.drkgrey_header
{
	background-color: #DEE5E3;
}
/*====================== Setup background colors =======================*/
.brown_background
{
	background-color: #F3EEDF;
}
.ltgrey_background
{
	background-color: #F2F6F7;
}
.drkgrey_header
{
	background-color: #DEE5E3;
}
.menu_content
{
	position: relative;
}

#logout-link-container {
	text-align: right;	
	position: absolute;
	top: 18px;
	left: 765px;
	z-index: 100;
}

#logout-link {
	padding: 10px;
}
