
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#fff;
 color: #333333;
 text-align:center;
 padding:0px;
 }

.outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

.header {
 position:relative;
 background-image:url(./logo.gif);
 width: 650px;
 height:65px;
 background:#0000ff;
 text-align: center;
 color: #fff;
 }

.date {
	text-align: center;
}

#bodyblock {
 position:relative;
 background: #0000ff;
background-image:url(./side.gif);
 color: #333333;
 width:650px;
 padding:0px;
 }

#cont {
 width:500px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
padding: 5px;
 }

#ftr {
 height:25px;
 background:#0000ff;
background-image:url(./footer.gif);
 color: #ffff00;
 margin:0px;
 text-align:center;
text-weight: bold;
 }

.yellow {
	height:130px;
	background:#ffff00;
	border:2px solid #111;
	padding: 0px;
}

h1 {
	position: relative;
	font-family: Monotype Corsiva, Arial, Helvetica;
	font-size: 29pt;
	font-weight: bold;
	text-align: center;
 	color: #ff0000;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Georgia, Arial, Helvetica;
	font-weight: bold;
	font-size: 22px;
	color: #111;
	text-align: center;
}

h3 {
	font-family: Georgia, Arial, Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #0000cc;
	text-align: center;
}

ul {
	position: relative;
	list-style-image: url('check.gif');
	font-weight: bold;
	color: #cc0000;
	text-align: left;
}

.pcenterbl {
	font-family: Georgia, Arial, Helvetica; 
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #0000cc;

}
