html {
height:100%;
max-height:100%;
padding:5px;
margin:0;
border:0;
font-size:76%;
font-family: verdana, arial, sans-serif;

/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }

body {
height:100%;
max-height:100%;
overflow:hidden;
padding:0;
margin:0;
border:0;
background:#f5f5dc;
}
#content {
display:block;
height:100%;
max-height:100%;
overflow:auto;
padding-left:200px;
position:relative;
background:#f5f5dc url('USback.gif') -18px 0 repeat;
z-index:3;
}
#head {
position:fixed;
margin:0;
top:0;
right:18px;
display:block;
width:100%;
height:100px;
background:url(fwksh.jpg) #000;
background-repeat:no-repeat;
font-size:5em;
font-weight:bold;
text-align:right;
z-index:5;
color:rgb(214,100,50);
}
#foot {
position:fixed;
margin:0;
bottom:-1px;
right:18px;
display:block;
width:100%;
height:50px;
background:rgb(214,100,50);
color:#fff;
text-align:right;
font-size:1em;
z-index:4;
}

#left {
position:fixed;
left:0;
top:0;
height:100%;
width:200px;
background:url(fwksl.jpg) #000;
background-position:0 100px;
background-repeat:no-repeat;
font-size:20px;
font-weight:bold;
color:#ffff00;
z-index:4;
}
#blurb {
background-color:#ffe4e1;
width:600px;
padding:10px;
margin:auto;
clear:both;
margin-top:15px;

border:1px solid #000;
font-size:12pt;
font-weight:600;
font-family:verdana, helvetica, arial;
text-align:left;
}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:100px;}

#content p {padding:5px;}


.bold {font-size:1.2em; font-weight:bold;}


h2 {
font-size:28pt;
color:#00008b;/*darkblue*/
padding:25px;
}
h3 {
font-size:18pt;
color:#00008b;/*darkblue*/
padding:15px;
}
em {
color:#ff0000;/*red*/
background-color:#ffe4e1;
}
a.nav, a.nav:visited {
display:block;
width:100px;
height:25px;
text-decoration:none;
color:#ffff00;
font-weight:bold;
line-height:25px;
}
a.nav:hover {
text-decoration:blink;
color:#ffffff;
}
