body {
	background-image:url(./images/bkgos.gif);
	background-repeat:repeat-x;
	background-color:#FC3;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#393;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#Header {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#HeaderLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(./images/pawpaw02.jpg);
	float:left;
}

#HeaderRight {
	width:529px;
	height:49px;
	background:url(./images/bkgfade2.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:50px 0 0 10px;
}

#content {
	background:url(./images/bkgbw.gif) repeat-y;
	height:1%;
	}

#ColLeft {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style :none;
}

#nav a {
	display:block;
	font-size:11px;
	font-weight : bold;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
}

#nav a:hover {
/*	background-color:#fe9d05;  */
	color : #FE0;
	background-image : url(./images/favicon2.gif);
	background-repeat : no-repeat;
	background-position : right;
}

#subnav {
	list-style :none;
}

#subnav a{
	display:block;
	font-size:11px;
	font-weight : bold;
	color:#F90;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	width:90px;
	height:10px;
	border-bottom:1px dotted #333;
}

#subnav a:hover {
/*	background-color:#fe9d05;  */
	color : #FE0;
	background-image : url(./images/favicon2.gif);
	background-repeat : no-repeat;
	background-position : right;
}


#ColLeftBot {
/*	width:130px;   */
/*	background:url(./images/bkgfade2.gif) repeat-x; */
/*	padding:110px 10px 10px;  */
   width : 150px;
   height : 100px;
/*   background : url(./images/papayabw1.gif);  */
   background : url(./images/papaya50.jpg);
	color:#EAEAEA;
}

#ColRight {
	float:left;
	width:530px;
	padding-left:20px;
	color:#333;
}

#ColRight a {
  color : #C60;
  text-decoration : none;
  font-weight : bold;
}

#ColRight a:hover {
	color:#F70;
	text-decoration:none;
	border-bottom:1px dotted #333;	
	
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}

.current{
	background-color:#333; 
	color : #FF0;
}

.pnblue {
	color : #013d7b;
}




