body {
	padding:0px;
	margin:10px 0px 10px 0px;
	text-align:center;
	padding:0px;	
}

body, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	text-decoration:none;
}

a:hover {
	color:#9C3D97;
}

h1, h2, h3 {
	color:#171E69;
}

#page {
	position:top center;
	width:765px;
	margin:auto;
	border-top:6px solid #9C3D97;
	border-bottom:6px solid #9C3D97; 
	padding:0px;
}

/* Fix for IE6 italics causing drop-down */
/* hide from MacIE. only WinIE sees this. \*/
* html #page {
	overflow: hidden;
	o\verflow: visible;
}

/* end hide */

#top_header {
	padding:0px;
	margin:0px;
	height:120px;
	background:url(/templates/images/pfl/header.jpg) top center no-repeat;
	border:1px solid #9C3D97;
}

#top_header h1 {
	margin:0;
	padding:10px 0px 0px 240px;
	font-size:36px;
	font-weight:normal;
	text-align:left;
}

#top_header h2 {
	padding:0px 0px 10px 385px;
	margin:0px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

#main_content {
	padding:0;
	margin:0;
	display:inline-block;
}

#content {
	margin:0px;
	padding:20px 0 0 175px;
	/* another ie fix */
	line-height:16px; 
	text-align:justify;
	color:#000000;
	list-style-image:url(/templates/images/pfl/purple_spot.jpg);
}

#content a {
	color:#9C3D97;
}

#content a:hover {
	color:#171E69;
}

#content img {
	margin:5px;
}

#content h1 {
	text-align: left;
	margin: 0 0 15px 250px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid #9C3D97;
}

#content h2 {
	font-weight:normal;
	font-size:20px;
}

#menu_container {
	float:left;
	padding:50px 0 0 0;
	margin:60px 0 0 0;
	width:140px;
	text-align:left;
	background: url(/templates/images/pfl/pfl_logo.jpg) top center no-repeat;
}

#menu_container p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0 0 10px 0;
	color:#9C3D97;
}

#menu {
	position:relative;
	float:left;
	width:140px;
}

#menu ul {
	padding:0;
	margin: 0;
	list-style:none;
	font-weight:bold;
	width: 140px;
	border-bottom:1px solid #9C3D97;
	background-color:#FFFFFF;
}
	
#menu li {
	margin:0 0 0 0;
	padding: 5px 0 5px 0; 
	border-top:1px solid #9C3D97;
	position: relative;
	text-transform:uppercase;
}
	
li ul { 
	position: absolute;
	left: 139px; 
	top: -1px;
	display: none;
	border-right:1px solid #9C3D97;
}

#menu li li {
	padding: 3px 0 3px 0;
	border-left:1px solid #9C3D97;
	text-transform:none;
	font-weight:normal;
}

#menu ul a {
	display: block;
	text-decoration: none;
	background: #fff; /* IE6 Bug */
	width:139px;
}

#menu ul ul a {
	padding: 2px 5px; 
	width:auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; width: 140px; }
* html #menu ul li a { height: 1%; }
/* End */
			
#menu li:hover ul, li.over ul { display: block; } /* The magic */

#menu a {
	color:#171E69;
}
#menu a.current, #menu a:hover {
	color:#9C3D97;
}

#footer {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px 0px 0px 150px;
	height:82px;	
	margin:0px;
	background-color:#FFFFFF;
	color:#9C3D97;
}

#footer_text {
	padding-top:60px;
}

#footer a {
	color:#9C3D97;
}

#footer a:hover {
	color:#171E69;
}