/*undohtml.css by Tantek Celik (CC) 2004*/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none;outline:none; }
a{outline:none; }
address { font-style:normal;}

body, html{
height:100%;
max-height:100%;
font-family:Arial, Helvetica, sans-serif;
overflow:hidden;
background-color:#FFF;
}
div#header{
position:absolute;
z-index:2;
width:100%;
bottom:0px;
height:70px;
background:transparent url(header.png) bottom left repeat-x;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/header.png',sizingMethod='scale');
_background:none;
}
div#header div.wrap{
width:770px;
margin:10px auto 10px;
}
div#header h1{
font:30px/1.2 Century Gothic;
color:#aac6dc;
position:absolute;
margin-top:3px;
}
div#header p.about{
font:12px/1.1 Arial, Helvetica, sans-serif;
width:300px;
margin:40px 0;
color:#999;
padding:0;
position:absolute;
}
div#header ul.nav{
float:none;
margin:6px;
}
div#header ul.nav li a{
display:block;
width:100px;
text-align:center;
font:11px/2.5 Arial, Helvetica, sans-serif;
color:#999;
border-bottom:1px solid #999;
}
div#header ul.nav li a:hover{
background:#4b4b4b;
border-bottom:1px solid #fff;
color:#fff;
}

div#content{
height:100%;
max-height:100%;
overflow:auto;
position:relative;
z-index:1;
}

div#content div.wrap{
width:500px;
margin:0 auto;
padding-bottom:163px;
}

div#content h2{
font:36px/1.4 Georgia, "Times New Roman", Times, serif;
color:#333;
background:url(line-horizontal-dotted.gif) bottom left repeat-x;
}
div#content h3{
font:11px/1.6 Georgia, "Times New Roman", Times, serif;
text-align:center;
padding:0 5px 0 0;
text-transform:uppercase;
color: #666;
}
div#content h4{
font:24px/1.5 Georgia, "Times New Roman", Times, serif;
color:#333;
}
div#content p{
font:14px/1.5 Arial, Helvetica, sans-serif;
padding:0 20px 10px 20px;
color:#333;
}
div#content ul,div#content ol{
margin:0 20px 5px 20px;
}
div#content ul li{
padding:3px 0 3px 15px;
color:#333;
background:url(bullet.gif) 0px 9px no-repeat;
}
div#content a{
color:#4b83b7;
text-decoration:underline;
}
div#content p.pullquote{
float:right;
width:250px;
margin:5px;
background:#e5e2d2 url(quote.gif) 4px 4px no-repeat;
padding:6px 10px 10px 34px;
font:20px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#b2afa3;
}
div#content blockquote{
padding:5px 0 0 30px;
color:#444;
font:14px/1.5 Arial, Helvetica, sans-serif;
background:url(quote.gif) top left no-repeat;
}


div#content img{
width:90%;
padding:3px;
border:0px solid #999;
margin:5px auto 5px;
display:block;
}