/*
Copyright (c) 2009, Center for Bioinformatics, Peking Univ. All rights reserved.
Code licensed under the GPL License:
version: 1.0
*/
html{background:#FFFFFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:1;
	padding:1;
	clear: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1{}
h2{}
h3{}
h4{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #C90;
	text-decoration: underline;
	font-weight: bolder;
}
h5{}
h6{
	font-size:80%;
	font-weight:normal;
}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000000;}

a {text-decoration:none;}
a:link { color:#033900; }
a:visited { color: #27333F; }
a:hover { color:#990000; }
a:active {
	color:#D4D4F6;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 1000px;
	margin: 0 auto;
	font-weight: normal;
}

div {
	clear: none;
	color: #000;
}

#header {
	background-color: #3265a7;
	clear: none;
}

#date span{
	background-color:#D4D4F6;
}

#quick_link {
	float: left;
	width: 150px;
	padding: 5px;
	clear: both;
}

#contents {
    float: right;
    width: 820px;
    padding: 5px;
    clear: none;
}

#footer {
	border-top: 3px solid #050566;
	text-align: center;
	clear: both;
}

#nav {
    padding: 5px;
    font-weight: bold;
}

#nav li {
	border-bottom-width: 1px;
	border-bottom-style: none;
	padding-left: 5px;
}
