<style type="text/css"> 
 
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	background: #666666;
	/* background-color:#999999; --this is not working*/
	margin: orange 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:780px; height:700px;
}

.header {
	position:absolute; 
	width:780px; height:100px; border:0px;
	top:2px; left:123px; 
	margin:0; padding:0;
	/*z-index:5; --not necessayr --*/
	} 

.topnav {
	position: absolute;
	width:780px; height:30px; border:0px;
	top:102px; left:123px;  
	/* z-index:4;  not necessary--*/
	background: #EBEBEB; text-align:center;
	margin-bottom:0; margin-top:0; 
	}

.sidebar {
	position: absolute;
	width: 200px; height:395px; margin:0px; 
	background: #EBEBEB;border:0px;
	float:left;
	left:123px;top:133px;
	text-align: left;
	/*z-index:3; */ 
}
.sidebarpic{
	position:absolute;
	left:0px;
	top:200px;
	text-align:center;
	vertical-align:bottom;
	height: 170px;
}
#sidebardate{
	text-align:center;
	color: #000099;
	font-weight:bold;
}
.mainContent{
	position:absolute;
	float: right;
	top:133px; left:323px;
	margin-top:0; margin-left:0;
	width:578px; height:395px;
	border:0px;
}
 p {
 text-indent: 30px;
 text-align:justify;
 vertical-align: top;
 line-height: 20px;
 font-size: 14px;
 padding-left:10px;
    }
p:first-letter{
color:red; font-size: xx-large;
}
h1{color: blue; font-size:20px; text-align:center; 
}

h2{Color:#006600; font-size:16px; text-align:left; font-weight:bold; text-indent: 30px;
}

a:link {
	color:blue; text-decoration: none;
}
a:hover {
	background:#999999; font-size:105%;
	text-decoration: none; color:white;
}
a:visited{
	color: #CC0000;
	text-decoration: none;
}

#footer {
	position:absolute;
	left:123px;
	top:540px;
	background:#EBEBEB;
	width: 780px;
	height:70px;
	text-align:center;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	border:0px;
	/*margin-bottom:2px; */
}
.lsNphfooter{
position:absolute;
	left:123px;
	top:568px; 
	background:#EBEBEB;
	width: 780px;
	height:70px;
	text-align:center;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	border:0px;

}


.fltItemOne { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltItemTwo { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
[endif]
