/* Layout Stylesheet */ 

body {
	margin:0; 
	padding:0; 
	background-color:#ffffff;
	font-family:arial, serif; 
}

#header{
	height:92px;
	background-image: url(../images/PageLogo.jpg);
	background-color:#F9F9F9;
	background-repeat: no-repeat;
 }
 
#hdr2{
	height:23px;
	background-color:#8E4096;
	text-align:right;
	background-image: url(../images/PageTop2.jpg);
	background-repeat: no-repeat;
	padding-top:2px;
 }

#apDiv1 {
	float:right;
	width:122px;
	height:60px;
}

* html #apDiv1 {position: absolute; right: 0;} /* IE hack */ 

#footer {
	
	clear: both;
	bottom:0px;
	height: 50px;
	background-color:#ffffff;
	padding-top: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E4096;
	font-size: smaller;
} 

.dottedline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C6B3C6;
}

.lhspanel{
	background-image:url(../images/PageBack.jpg);
	background-repeat:repeat-y;
}

p{
	padding-left: 10px;
}

h1{
	padding-left: 10px;
	padding-top: 5px;
}