@import url("google-search-styles.css");
@import url("content-styles.css");
@import url("table-styles.css");
@import url("link-styles.css");
#top {
	background: transparent url(../images/paper-background-top.png) repeat-x scroll 0 0;
	height: 112px;
	position:fixed;
	top:0;
	left:147;
	width:100%;
	z-index:5;	
	}
#corner {
	background: transparent url(../images/paper-background-corner.png) no-repeat scroll 0 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 90;
	width:204;
	}
#left {
	background: transparent url(../images/paper-background-left.png) repeat-y scroll 0 0;
	position: fixed;
	top:83;
	left:0;
	height:100%;
	width:204;
	}
#logo {
	border-style: none;
	position: fixed;
	top: 0px;
	right: 20px;
	z-index: 6;
	}
#cse-search-box {
	position: fixed;
	top: 41;
	right: 110;
	z-index:6;
	}	
#pencil {
	position:fixed;
	top:0;
	left: 450;
	z-index:6;
	}
#tick-marks {
	position:fixed;
	left:50;
	top: 500;
	}		
#pftop {
	border-style: none;
	position: fixed;
	top: 7px;
	left: 45px;
	z-index: 6;
	}
#search_box {
	position:fixed;
	top:35px;
	left:280;
	z-index:8;
	}
#container  {
	width:100%;
	position:relative;
	margin:-10;
	color: #333;
	text-align:left;
	z-index:1;
	}
#content {
	margin-left: 200px;
	position: relative;
	top: 90px;
	padding: 1em;
	max-width: 90%;
	}
#footer {
	position: relative;
	width: 75%;
	left: 200px;
	top: 100px;
	padding: 1em;
	font-size:small;
	text-align:left;
	color:#999999;
	clear:both;
	}
#footer a {
	text-decoration: none;
	color:#666666;
	}
#prd_menu {
	float: left;
	position: fixed;
	top: 100px;
	left: 45px;
	margin: 0;
	background: transparent no-repeat  right bottom;
	z-index:10;
}

ul.page_menu {
	list-style:none;
	padding:20px;
	}
ul.page_menu li {
	float:left;
	padding:5px;
	}
div.page_menu {
	font-variant:small-caps;
	font-size:smaller;
	font-weight:bold;
	font-variant:small-caps;
	font-size:smaller;
	font-weight:bold;
	float:left;
	padding:10px;
	width:150px;
	height:200px;
	}
div.page_menu a:hover {
	text-decoration:underline;
	font-size:medium;
	}
.jump_bar {
	list-style:none;
	}
