body
{
	background-color: silver;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main_table
{
	width: 85%;
	border: 0px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 800px;
	min-height: 600px;
}

/* Header Styles */
.header
{
	width: 80%;
	top: 0px;
	right: 10%;
	left: 10%;
	height: 150px;
	background-color: white;
	z-index: 100;
	border-bottom: solid 4px maroon;
	min-width: 780px;
}
	
#header_background
{
	position: relative;
	top: 0px;
	height: 150px;
	background-color: black;
	z-index: 55;
	margin-right: 30px;
	margin-left: 30px;
	min-width: 720px;
}

#header_logo
{
	z-index: 60;
	position: relative;
	top: 20px;
	left: 12px;
	width: 388px;
	height:107px;
}

#header_image
{
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 55;
}

#NGPRSHeaderLogo
{
	border-color: white;
	border-width: 3px;
	border-style: solid;
}

/* Begin Content Styles */


#wht_background
{
	width: 80%;
	position: fixed;
	bottom: 0px;
	right: 10%;
	left: 10%;
	top: 0px;
	background-color: white;
	z-index: 1px;
	min-width: 780px;
	height: 100%;
}

#background_area
{
	position: relative;
	top: 0px;
	height: 1000px;
	background-color: white;
	z-index: 55;
	margin-right: 0px;
	margin-left: 0px;
	min-width: 720px;
}

#content_area
{
	width: 80%;
	position: relative;
	top: 154px;
	right: 10%;
	left: 10%;
	background-color: white;
	z-index: 51;
	bottom: 57px;
	min-width: 780px;
}

.gutter
{
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	height: 100%;
}

.content { margin: 15px 5px 20px 20px; }

.content_container a
{
	color: gray;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}

/* Text styles for use in content_container */
span.title_text
{
	color: maroon;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

.content_text
{
	color: gray;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}
.margined_list
{
	margin-left: 10px;
}
