body {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #1E5DB2;
	background-image: url(images/bgl.gif);
	background-repeat: repeat-y;
	text-align: center;
	color: White;

	scrollbar-highlight-color  : #1E5DB2;
	scrollbar-shadow-color     : #1E5DB2;
	scrollbar-track-color      : #1E5DB2;
	scrollbar-face-color       : #00008B;
	scrollbar-darkshadow-color : #1E5DB2;
	scrollbar-base-color       : #1E5DB2;
	scrollbar-arrow-color      :  Yellow;
	scrollbar-3dlight-color    : #1E5DB2;
	overflow-y: auto;
}

p {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
  color: #FF9900;
}

/* masterhead's style */
#masthead {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 116px;
	background-image: url(images/bgt.gif);
}

/* flag's style  */
#flag {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 116px;
	background-color:#003366;
}

/* banner frame's style  */
#banner {
	position: relative;
	margin: 0px 0px 0px 100px;
}

#banner p {
	margin : 20px 0px 0px 0px;
}

/* menu style */
#menu {
	position: absolute;
	top: 116px;
	left: 0px;
	width: 112px;
	/*scrollbar-face-color : #1E5DB2;*/
	margin-left: 5px;
	margin-right: 0px;
	color: #CC3333;
	text-align: left;
	/*overflow-x: hidden; */
}

#menu td { background-repeat : repeat-y; color: #CC3333; }

#leftmargin {
	display: block;
	width: 112px;
}

#rightmargin {
	display: block;
	width: 20px;	
}

#content {
	position: relative;
	margin: 116px 20px 15px 112px;
	/*margin: 116px 0px 15px 0px;*/
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
}

.p1 {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0px 20px 0px;
	text-decoration: underline;
}
