/* CSS Document */

BODY
{
	margin: -1px 0px 0px 0px;
	padding:	0px;
	
	background-image:		url(/images/MorganEng_MASTER_10.gif);
	background-position: 	top center;
	background-repeat:		repeat-y;

	background-color:		#dedece;
	scrollbar-base-color:	#333333;
	
	/*Keep scrollbar to prevent jumping */
	overflow-x: auto;
	overflow: 	-moz-scrollbars-vertical;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000066;
}

td {
	font-weight: bold;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000066;
}
	
.main_content_td {
	background-repeat: 	no-repeat;
	padding-left:		10px; 
}
	
/** Decoration **/
.thin_black_border
{
	border: 1px solid #000000;
}
/** End decorations **/


/** Form Formatting **/
/** End Form Formatting **/


/** Formatting adjustments **/
h2 {
	margin-bottom: 10px;
}
/** End Formatting adjustments **/

.copyright {  
	line-height: 3px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #333333; 
	text-decoration: none
}
.copyright:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666; 
	text-decoration: underline
}

A:link {
	color: #000066;
}
A:visited {
	color: #000066;
}
A:active {
	color: #000066;
}
A:hover {
	color: #000066;
}