body {
background-color:#FFFFFF;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
/*background-image:url(images/back.png);*/
background-repeat:repeat-x;
color:#555555;
}

#page {
width:900px;
/*background-image:url(images/back.png);*/
margin:auto;
padding:auto;

}

#header {
clear:both;
width:840px;
height:118px;/* was 118px, 80px if there is no 2nd line */
background-image:url(images/header.png);
padding-top:60px;
padding-left:60px;
}

.sidebarheader {
margin-bottom:5px;
width:266px;/* was 280px */
height:27px;
padding-top:10px;
padding-left:20px;
background-image:url(images/sidebarheader.png);
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}

#sidebarnav {
margin-left:10px;
margin-top:10px;
padding-bottom:10px;
}
  
#sidebarnav a {
	width:265px;
	display:block;
	clear:both;
	padding-left:8px;
	padding-top:6px;
	height:25px;
	border-left:3px solid #555555;
	color:#555555;
	text-decoration:none;
	font-size:18px;/* was 14px*/
	font-weight:bold;
	background-color:#e9d3d3;/* waseee6e6 */
	margin-top:3px;
  }

#pic1 {/* added to set size and location of picture */
 }
  
#sidebarnav a:hover, #sidebarnav a.active {
	background-color:#eee6e6;
	text-decoration:none;
	border-left:3px solid #333333;
	color:#333333;
}

.widget {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#mainarea {
width:870px;
clear:both;
padding-left:21px;
}

#contentarea {
width:500px;
padding-left:30px;
padding-bottom:20px;
float:left;
line-height:14pt;
font-size: 130% /* added property*/
}

#sidebar {
float:left;
width:300px;
line-height:14pt;
}

#footer {
width:900px;
clear:both;
height:50px;/* was 50px*/
padding-top:28px;/* was 35px*/
text-align:center;
line-height:10pt;
background-image:url(images/footer.png);/* was footer.png*/
background-repeat:no-repeat;/* was no-repeat */
background-color:#FFFFFF;
color:#FFFFFF;
}

#footer a {
color:#FFFFFF;
}

#footer1 { /*similar to footer*/
width:900px;/*was 900px */
clear:both;
height:50px;
padding-top:35px;
text-align:center;
line-height:14pt;
/* deleted:   
background-image:url(images/footer.png); 
background-repeat:no-repeat;
*/
background-repeat:no-repeat;
background-color:#FFFFFF;
/* deleted:
color:#FFFFFF;
 */
}

#footer1 a { /*similar to footer*/
color:#FFFFFF;
}

h1, h1 a {
font-size:25pt;
color:#FFFFFF;
margin:0;
}

h2 {
font-size:15pt;
color:#333333;
padding-top:6px;
}

.description {
font-size:14pt;
color:#FFFFFF;
margin:0;
}

a {

font-weight:bold;/*added*/
color:#000000; /*added*/
text-decoration:underline;/*was none*/
}

a:hover {
color:#333333;
text-decoration:underline;
}