@import url(small.css);

html {
	float: none !important;
	font-size:				10pt;
	color: 						#333333;
	margin:						0px auto;
	padding:					0px;
	direction: 				ltr;
	text-align:				center;
}
body {
	float: none !important;
	margin:						0px auto;
	padding:					0px;
	background: 			#FFECA2 url('../images/pg/bg_bot.gif') repeat;
	text-align:				center; 
	font-style:				normal; 
	font-variant:			normal; 
	font-weight:			normal; 
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	text-align:				center;
}
img {
	border: 0px;
}

/***********************************************************************/
/******************** Dispaly for Styles, NOT Print ********************/
/***********************************************************************/

/***** Text Size & Print *****/
#controls {
	display: block;
}
/***** Template Frame on Top *****/
.pageTop{
	display: block;
}
/***** Template Frame on Bottom *****/
.pageBot{
	display: block;
}
/***** Header *****/
#header {
	width: 100%; 
	background:	url('../images/pg/header.gif') no-repeat;
	min-height:	117px;
	text-align:	center;
}
/***** Menu *****/
#PLHIM0Div{
    display: block;
}
#PLHIM0Main{
    display: block;
}
/***** Footer *****/
#footer2, #footer2 a, #footer2 a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3F454D;
}
#footer2 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
/***********************************************************************/

/***********************************************************************/
/******************** Dispaly for Print, NOT Styles ********************/
/***********************************************************************/

/***** Print Header *****/
.print-logo{
	display: none;
}
/***********************************************************************/


/***********************************************************************/
/***************************** Page Styles *****************************/
/***********************************************************************/

/***** Template Master *****/
#container {
	float: none !important;
	width: 100%; 
	background:	url('../images/pg/bg_top.gif') repeat-x top;
	min-height:	350px;
	text-align:	center;
}
#containerTable {
	min-height:	117px;
}
#bodyTable {
	text-align: left;
	width:			740px;
	min-height: 350px;
	padding:		5px;
	background:	#FFECA2;
}

/***** Page Styles *****/
h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: left; 
	color: #000000; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-top-width:1px; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	padding-left:3px; 
	padding-right:0px; 
	padding-top:0px;
	padding-bottom:3px; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}

/***** Sub Menu (project page) *****/
#subTxt {
	text-decoration: none;
	padding-top: 5px;
	text-align: center; 
	font-size: 100%;
	color: #333;
}
#subTxt a{
	text-decoration: none;
	text-align: center; 
	color: #333;
}
#subTxt a:visited {
	text-decoration: none;
	text-align: center; 
	color: #333;
}
#subTxt a:hover {
	text-decoration: none;
	text-align: center; 
	color: #000;
}

/***** Footer *****/
#footer {
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}