/* The following style sheet is written according to the suggested rendering in the HTML 2.0 [3] specification. Some styles, e.g. colors, have been added for completeness. It is suggested that a style sheet similar to the one below is used as the UA default. */

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 4px; margin-bottom: 4px; line-height:1.1em;}
H5 { margin-top: 2px; }
H6 { margin-top: 3px; margin-bottom: 3px; text-align: center; font-weight: normal;  color: #3E5D8C; }
H1, H2{ text-align: center }
H1, H2, H3, H4, H5 { font-weight: bold }

H1 { font-size: 28px; color: #566596; font-family:Times New Roman,Times,serif; }
H2 { font-size: large; color: #467284; }
H3 { color: #602C0A;}
H4 { color: #566596;}

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style-image: url(/images/bullet.png); line-height:1.5em; }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 1.5em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em; }

HR { border-top: solid 2px #C3C9E3; border-bottom: solid 1px #D9E1EC; }       /* 'border-bottom' could also have been used */

A:link { color: #3E5D8C }          /* unvisited link */
A:visited { color: #36575A }        /* visited links */
A:active { color: red }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

/* A:link IMG { border: 0px }
A:visited IMG { border: 0px }
A:active IMG { border: 0px }
*/

body { 
/*  margin: 1em; */
  font-family: Arial,Helvetica,Geneva,Verdana,Swiss,sans-serif;
  line-height: 1.2em;
  color: #000; 
  font-size: 10pt;
  background-position: 50% 25px;  
}

#wrap
{
	/*position:	relative;*/
	margin-right: auto;
	margin-left: auto; 
	width:		738px;
	margin: 		0 auto;
	background-color: #FFF;
}

#masthead
{
	position: relative;
	width: 738px; 
	border: 0px;
	background-image: url(/images/001navback.gif); 
	background-color: #B4C8E3;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 2.0em;
	font-family: Arial,Helvetica,Geneva,Verdana,Swiss,sans-serif;
}

#footer
{
	position: relative;
	width: 738px; 
	border: 0px;
	background-image: url(/images/001navback.gif); 
	background-color: #B4C8E3;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 2.0em;
}

#pagemarbleback {
	postion: relative;
	background-image: url(/images/back_mbb3.jpg); 
	width: 738px; 
}

#insidemarbleborder {
	position: relative;
	left: 5px;
	width: 718px;	/* reduce this to increase margin width */
	background: #FFF;
	padding: 5px;	/* play with this value to increase white margin for text */
}

p{
	
margin-left:5px;
margin-right:5px;

}
a.mast {
	text-decoration:none;
}	

a.mast:hover {
	text-decoration:none;
	color:navy;
}	

.arial { font-family: Arial,Helvetica,Geneva,Verdana,Swiss,sans-serif; }	

.times {	font-family: Times New Roman,Times,serif; }

.green {	color: #467284; }

.blue {	color: #566596; }

.red {	color: #800000; }

.redalert {	color: #FF0000; }

.white { color: #FFF; }

.brown { color: #602C0A; }

.center { text-align: center; }

.right { text-align: right; }

.left { text-align: left; }

.justify { text-align: justify; }

.smaller { font-size: 9pt; }

.small { font-size: 8pt; }

.bigger { font-size: 12pt; line-height: 1.2em; }

.big { font-size: 14pt; font-weight: bold; }

.t { font-size: 14pt; font-weight: bold; padding: 1px; background-image: url(/images/back_mbbt.jpg); }

.copyright { font-size: 8pt; color: #808080; text-align: center; }

.note { background-color: #FFFAF1; color:#B65959; font-size: 9pt; }

.hr50 { width: 50%; text-align: center; }
.hr60 { width: 60%; text-align: center; }
.hr70 { width: 70%; text-align: center; }
.hr80 { width: 80%; text-align: center; }
.hr85 { width: 85%; text-align: center; }
.hr90 { width: 90%; text-align: center; }
.hr95 { width: 95%; text-align: center; }

.frame {
	width:99.5%;
	background-image:url(/images/back_mbb1.jpg);
	border: solid 2px #C3C9E3;
}

.frame2 {
	text-align: center;
	width:98%;
	background-image:url(/images/back_mbb1.jpg);
	border: solid 2px #C3C9E3;
	line-height: 2.2em;

}

