/* CSS Document */
html {
height:100%;
max-height:100%;
padding:0;
margin:0;
border:0;
/* font-size:76%; */
font-family:Georgia, "Times New Roman", Times, serif;
overflow:auto;
}

body {
height:100%; 
margin:100%; 
overflow:auto; 
padding:0; 
margin:0; 
border:0
}

#content {
overflow:auto; 
position:absolute; 
z-index:3; 
top:100px; 
bottom:50px; 
right:0; 
left:150px; 
}

#head {
position:absolute; 
margin:0; 
top:0; 
left:0; 
display:block; 
width:100%; 
height:100px; 
background:url(title.jpg) #0B233B; 
background-position:center; 
background-repeat:no-repeat; 
font-size:4em; 
z-index:6; 
overflow:hidden; 
color:#fff
}

#foot {position:absolute; 
margin:0; 
bottom:0; 
left:0; 
display:block; 
width:100%; 
height:50px; 
font-size:1em; 
z-index:4; 
overflow:hidden; 
background:#0B233B; 
color:#fff;
}

#left {
position:absolute; 
left:0; 
top:100px; 
bottom:50px; 
width:150px; 
background:#0B233B; 
background-repeat:no-repeat: 
font-size:1.2em; 
z-index:5; 
overflow:visiblbe; 
background-repeat:no-repeat;
}

* html #left {height:100%; top:0; bottom:0; border-top:100px solid #fff; border-bottom:50px solid #fff; color:#fff;}


#content p {padding:10px;}
.bold {font-size:1.2em; font-weight:bold;}

dd {display:none;}
a.nav, a.nav:visited {margin-left:40px; display:block; width:125px; height:25px; background:#aaa; color:#eee; border:1px solid #000; text-decoration:none; text-align:center; line-height:25px;}
a.nav:hover {background:#000; color:#fff;}

