/* 
  -----------------------------------
  PMM PagePack Plus(TM) Style Sheet
  by Project Seven Development
  www.projectseven.com
  Ennergi
  3-column Fluid
  -----------------------------------
*/
body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #9999FF; 
	background-image: url(../images/pgbg.gif); 
	background-repeat: repeat-x;
	margin: 1px;
}
div, td {
 font-size: 12px;
}

#pagewrapper {margin: 0;}

#layoutwrapper {
	
	border: 1px solid #CACAB0;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#maincontent {
	border:1px solid #CACAB0;
	font-size: .9em;
	line-height: 1.5em;
	background-color: #9999FF;
} 

#maincontent h1 a, #maincontent h1 a:visited, #maincontent h1 a:hover {
	text-decoration: none;
	cursor: text;
	color: #000099;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: .1em;
	
}
h1 {
	margin: 0 0 5px 0;
	font-size: 1.6em;
}
h2 {
	margin: 10px 0 12px 0;
	font-size: 1.4em;
}
h3, h4 {
	margin: 32px 0 12px 0;
	font-size: 1.3em;
}
 a {
	color: #006699;
}
 a:visited {
	color: #000099;
}
 a:hover, a:active, a:focus {
	color: #FF6600;
}


