body {
	background: url(images/bg_yellow.gif);
	color: #000080;
	background-color: #ffff80;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-repeat : repeat-y;
	margin:0px 0px 0px 0px;
}


/****    menus   ****/

div.menu1 {
/* this is the current page on the menu */
	font-weight: bold;
	/* font-size: 16px; */
	/* line-height: 20px; */
	/* width: 158px; */

	background-color: #8888D8;
	color: #202020;
	margin: 0px 0px 0px 5px;
	text-align: center;
	background-repeat : no-repeat;
	border: 1px solid #404080;
	overflow-x: hidden; 

	font-size: 14px;
	line-height: 18px;
	width: 138px;

}

a.menu1 {
	display: block;
/* this is the Selectable menu items */	
	font-weight: bold;
	/* font-size: 16px; */
	/* line-height: 20px; */
	/* width:158px; */

	background-color: #B0B0E0;
	border: 1px solid #B0B0E0;
	color: #0000ff;

	background-repeat : no-repeat;
	text-align: center;
	margin:0px 0px 0px 5px;
	text-decoration:none;
	overflow-x: hidden; 

	font-size: 14px;
	line-height: 18px;
	width:138px;
}

a.menu1:hover {
	display: block;
	color: #000080;
	background-color: #D0D0F0;
	border: 1px solid #000080;
	text-decoration:none;
}

a.menu1:visited {
	display: block;
	color: #0000ff;	
	text-decoration:none;
}

/*** end of menus ***/

/*** main page heading ***/
.subheadbox {
	position: relative;
	width: 100%;
	height: 44px;
	overflow: hidden;
}

.subheada {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: 900;
	white-space: nowrap;
	position: relative;
	width: 100%;
	font-size:   44px;
	line-height: 44px;
	color:    #b0b0ff;
	padding: 0px;
	margin: 0px;
	z-index: 50;
}

.subheadb {
	z-index: 49;
	color:    #000000;
	opacity: 0.8;
	MozOpacity: 0.8;
	KhtmlOpacity: 0.8;
	filter:alpha(opacity=80);
	top: -42px; 
	left: -2px;
	/* margin-bottom: -70px; */

}
/** end of page heading **/

/* ordinary paragraphs and text */
p.main {
	font-family: Comic Sans MS, Arial, Helvetica, Sans-serif;
	font-size:100%;
	margin:10px 10px 10px 10px;
}

p.other {
	font-size:95%;
	margin:10px 10px 10px 10px;
}

p.otherc {
	font-size:95%;
	margin:10px 10px 10px 10px;
	text-align: center;
}

p.small {font-size:80%;
	font-weight:500;
	margin:0px 0px 0px 5px;
}

p span.larger {
	font-size:110%;
}

p.main span.larger {

	font-size:120%;
}

p.other span.larger {
	font-size:110%;
}


/** end of ordinary text **/

