/* This is the newypaa css file version 2
  edited by: David Cheal
  Date: 30 April 2010
  *
/
/* The framework starts here */
/*text styles start here */
  #wrap {
  width:800px;
  margin:0 auto;
    }
  #header {
  padding:0px 0px;
  background:#4ca4fc;
  }
  #nav {
  padding:5px 0px;
  background:White;
  }
  #nav ul {
  margin:0;
  padding:0;
  list-style:none;
  }
  #nav li {
  display:inline;
  margin:0;
  padding:0;
  }
  
  #main {
  float:left;
  width:790px;
  padding:5px;
  background:White;
  }
  
  #sidebar {
  float:right;
  width:144px;
  padding:5px;
  background:White;
  }
  
  #footer {
  clear:both;
  padding:5px 10px;
  margin:0;
  height:15px;
  text-align: center;
  background:#4ca4fc;
  }
  /* end of framework */
  
/* menu system */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:8e8e8e;
	height:43px;
	background:White url("images/time4bed_bg.gif") repeat-x bottom left;
	}
.menu ul{
	/*background:url(images2/menu-bg.gif) top left repeat-x;
	height:43px;*/
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		}
	.menu li a{
		color:White;
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
	.menu li a:hover{
			color:orange;
			text-decoration:none;
			}
		.menu li ul{
			background:White;
			border-left:2px solid #8e8e8e;
			border-right:2px solid #8e8e8e;
			border-bottom:2px solid #8e8e8e;
			display:none;
			height:auto;
			filter:alpha(opacity=95);
			opacity:0.95;
			position:absolute;
			width:150px;
			z-index:200;
			/*top:1em;
			/*left:0;*/
			}
		.menu li:hover ul{
		display:block;
		}
		.menu li ul a{
			color:Black;
			display:block;
			font-size:12px;
			font-style:normal;
			padding:0px 10px 0px 15px;
			text-align:left;
			}

		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
			.menu li li {
				display:block;
				float:none;
				width:125px;
		}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:transparent url("images/time2bed_left-ON.gif") no-repeat top left;
		color:#8B0B04;
		}
		
/* end menu System */

 

  /*text styles start here */
  body, html {
  font-family:verdana,geneva,arial,helvetica,sans-serif;
  margin:0;
  padding:0;
  color:#000;
  background:White;
  min-height:101%; 
  }
  
  h1 {
  margin:0;
  padding: 3px 5px;
  color: black;
  font-size: 18px;
  }
  h2 {
  margin:0;
  padding: 1px 3px;
  color: #5c5c5c;
  font-size: 16px;
  }
  p {
  	font-size: 14px;
  }
img {
    border-style: none
}
.footer1 {
  	font-size: 10px;
	color:White;
}
.footer2 {
  	font-size: 10px;
	color:Black;
}

