/* style1.css - two column layout */
html {
font-size:100.01%;
}
body {
margin:0;
padding:0;
color:#000;
background-color:#ccc;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:75%;
text-align:center;
}
h1,h2,h3,h4,h5,h6 {
margin:10px 0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#666;
text-align:left;
}
h1 {
font-size:180%;
}
h2 {
font-size:160%;
}
h3 {
font-size:140%;
}
h4 {
font-size:120%;
}
h5 {
font-size:110%;
}
h6 {
font-size:100%;
}
a {
text-decoration:underline;
}
a:link {
color:#000;
}
a:visited {
color:#666;
}
a:hover {
color:#00f;
}
a.xlink:link,
a.xlink:visited {
background:url(../img/xlink.gif) right top no-repeat;
padding-right:12px;
font-weight:bold;
font-style:italic;
}
img {
border:0;
}
p {
font-size:100%;
line-height:1.5;
text-align:justify;
}
ul {
list-style-type:square;
}
ul li,
ol li {
font-size:100%;
}
cite {
font-weight:bold;
font-style:italic;
}
abbr,
acronym,
dfn {
border-bottom:1px dotted #666;
cursor:help;
}
#page {
width:762px;
margin-top:10px;
margin-right:auto;
margin-bottom:10px;
margin-left:auto;
padding:0;
color:#000;
background:#fff url(../img/bline.gif) 0 0 repeat-y;
border:1px solid #666;
text-align:left;
}
#header {
margin:0;
padding:0;
height:100px;
color:#666;
background-color:#fff;
border-bottom:2px solid #666;
position:relative;
overflow:hidden;
}
#sitename {
margin:0;
padding:0;
top:2px;
left:2px;
position:absolute;
font-size:1.5em;
font-weight:bold;
}
#sitename a {
margin:0;
padding:0;
color:#666;
text-decoration:none;
width:394px;
height:96px;
display:block;
}
#meta {
margin:0;
padding:0;
top:10px;
right:5px;
position:absolute;
text-align:right;
font-size:90%;
}
#meta ul {
margin:0;
padding:0;
list-style-type:none;
}
#meta ul li a {
text-decoration:none;
}
#meta ul li a:link {
color:#000;
}
#meta ul li a:visited {
color:#666;
}
#meta ul li a:hover {
color:#00f;
text-decoration:underline;
}
#leftcol {
margin:10px 0 10px 0;
padding:0;
width:160px;
float:left;
}
#leftcol ul {
margin:0;
padding:0 8px;
list-style-type:none;
}
#leftcol ul li {
margin:0;
padding:2px 0;
width:150px;
display:block;
}
#leftcol ul li a {
margin:0;
padding:2px;
display:block;
width:144px;
font-size:90%;
font-weight:bold;
text-decoration:none;
border-top:2px solid #999;
border-right:2px solid #333;
border-bottom:2px solid #333;
border-left:2px solid #999;
}
#leftcol ul li a:link {
color:#000;
background-color:#fff;
}
#leftcol ul li a:visited {
color:#666;
background-color:#fff;
}
#leftcol ul li a:hover {
color:#fff;
background-color:#666;
}
#leftcol ul li a#thispage {
color:#000;
background-color:#eee;
border:1px solid #666;
}
#content {
margin:10px 10px 10px 180px;
padding:0;
color:#000;
text-align:left;
}
#content blockquote {
margin:10px;
}
#content .ctrimg {
margin:10px auto;
padding:0;
text-align:center;
border:1px solid #333;
}
#content .ctrimg img {
margin:0;
padding:0;
border:0;
display:block;
}
#content .ctrimg p {
margin:0;
padding:2px;
line-height:.96;
color:#000;
font-size:80%;
font-weight:bold;
text-align:center;
}
#footer {
clear:both;
margin:0;
padding:10px;
color:#000;
background-color:#fff;
border-top:2px solid #666;
text-align:center;
font-size:90%;
}
#footer ul {
margin:0;
padding:0;
list-style-type:none;
}
#footer ul li {
display:inline;
}
#footer ul li a {
margin:0;
padding:0 2px;
text-decoration:none;
}
#footer ul li a:link,
#footer ul li a:visited {
color:#000;
}
#footer ul li a:hover {
color:#00f;
text-decoration:underline;
}
.hidden {
position:absolute;
height:0;
overflow:hidden;
}	
form {
width:430px;
padding:10px;
margin:10px 40px;
color:#000;
background-color:#ddd;
border:1px solid #666;
}
form label {
display:block;
}
form div {
margin:0;
padding:4px 0;
}
form fieldset {
margin:5px 0;
padding:10px;
border:1px solid #666;
}
form fieldset legend {
font-weight:bold;
}
form text,
form input,
form select,
form submit {
margin:2px 4px;
padding:0;
font-size:0.9em;
}
form textarea {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
margin:2px 4px;
padding:0;
width:380px;
}
textarea.highlight:focus,
input.highlight:focus {
color:#000;
background-color:#ffc;
}
.center {
text-align:center;
}
.booktitle {
color:#333;
font-weight:bold;
font-style:italic;
}
.w214 {width:214px;}
.w248 {width:248px;}
.w252 {width:252px;}
.w260 {width:260px;}
.w266 {width:266px;}
.w358 {width:358px;}
.w360 {width:360px;}
.w380 {width:380px;}
.w398 {width:398px;}
.w404 {width:404px;}
.w418 {width:418px;}
.w420 {width:420px;}
.w422 {width:422px;}
.w462 {width:462px;}
