/* CSS Document */
body {
	border:0px;
	margin:0px;
	padding:0px;
	}
#wrapper {
	width:980px;
	margin:0px auto;
	}
#tabheader {}
#icon {
	width:239px;
	height:108px;
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
	background-image:url(../../ybimages/icon.png);
	}
#toprightheader {
	width:741px;
	height:73px;
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
	text-align:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
#toprightheader span {
	font-weight:bold;
	}
#toprightheader span a {
	border:0px;
	padding-right:6px;
	}
#toprightheader a {
	border-left: 1px solid #999999;
	padding: 0px 6px;
	}
#currenttab {
	float:left;
	margin:0px 4px;
	padding:8px 0px 0px 0px;
	width:120px;
	height:27px;
	background-image:url(../../ybimages/activetab.jpg);
	background-repeat:repeat-x;
	text-align:center;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:0px;
	border-left:1px solid #999999;
	}
#currenttab a, #currenttab a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
.headtabs {
	float:left;
	margin:0px 4px;
	padding:8px 0px 0px 0px;
	width:120px;
	height:27px;
	background-image:url(../../ybimages/inactivetab.jpg);
	background-repeat:repeat-x;
	text-align:center;
	border-top:1px solid #0000CC;
	border-right:1px solid #0000CC;
	border-bottom:0px;
	border-left:1px solid #0000CC;
	}
.headtabs a, .headtabs a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000099;}
#header {
	position:relative;
	background-image:url(../../ybimages/bgheader.jpg);
	width:100%;
	height:40px;
	background-repeat:repeat-x;
	clear:left;
	margin:0px;
	padding:0px;
	border:0px;
	}
#searchbar {
	position:absolute;
	left:275px;
	top:8px;
	width:550px;
	}
#searchbar form {
	display:inline;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	}
#searchbar form input, #searchbar form select {
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	}
#searchbar a {
	font-size:12px;
	margin-top:0px;
	margin-left:6px;
	padding-top:0px;
	}
#uploadbutton {
	position:absolute;
	top:5px;
	left:890px;
	margin:0px;
	padding:0px;
	border:0px;
	width:80px;
	height:30px;
	}
#uploadbuttonleft {
	display:block;
	float:left;
	width:8px;
	height:30px;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(../../ybimages/leftuploadbutton.jpg);
	}
#uploadbuttoncenter {
	float:left;
	width:63px;
	height:26px;
	margin:0px;
	padding-top:4px;
	border:0px;
	background-image:url(../../ybimages/centeruploadbutton.jpg);
	text-align:center;
	}
#uploadbuttonright {
	display:block;
	float:left;
	width:9px;
	height:30px;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(../../ybimages/rightuploadbutton.jpg);
	}
	
#hello {
			 text-transform:capitalize;
			 font-family:"Comic Sans MS";
			 color:blue;
			 font-size:12px;
			 margin-left:6px;
			 }