html
{ height: 100%;
}

body
{ background: #ffffff;
   color: #ffffff;
   padding: 0px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   text-align: center;
}

div.header 
{ position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 800px; 
   height: 8500px;
   background: #ffffff;
   text-align: left;
}

div.line
{ position: absolute;
   top: 400px; 
   left: 40px;
   width: 1px; 
   height: 8500px;
   background: #333333;
   text-align: left;
}

div.main 
{ position: absolute;
   top: 400px;
   left: 60px;
   width: 500px; 
   height: 8500px;
   background: #ffffff;
   text-align: left;
}

div.personal
{ position: relative;
   top: 20px;
   left: 10px;
   width: 480px;
   background: #ffffff;
   text-align: left;
}

div.maillist
{ position: relative;
   top: 10px;
   left: 10px;
   width: 480px;
   background: #ffffff;
   text-align: left;
}

div.selection
{ position: relative;
   top: 10px;
   left: 10px;
   width: 474px;   
   background: #fff33e;
   padding: 3px;
   text-align: left;
}

div.subquestion
{ position: relative;
   top: 0px;
   left: 10px;
   width: 480px;
   background: #ffffff;
   text-align: left;
}

div.subselection
{ position: relative;
   top: 10px;
   left: 20px;
   width: 454px;
   background: #f3f3f3;
   padding: 3px;
   text-align: left;
}      

div.menu
{ position: absolute;
   top: 400px; 
   right: 40px;
   width: 180px; 
   height: 8500px;
   background: #333333;
   text-align: left;
}

div.navigate
{ position: absolute;
   top: 0px; 
   right: 15px;
   width: 150px; 
   height: 8500px;
   background: #333333;
   text-align: left;
}

div.aligncenter
{ text-align: center;
}

div.alignright
{ text-align: right;
}

img
{ border: none; 
}

font.title 
{ color: #333333;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 22px;
   line-height: 24px;
}

font.subtitle 
{ color: #333333;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 20px;
   line-height: 24px;
}

font.blogsubtitle 
{ color: #878787;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 20px;
   line-height: 24px;
}

font.subheading 
{ color: #333333;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 16px;
   line-height: 20px;
}

font.menuheader 
{ color: #ffffff;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 20px;
   line-height: 24px;
}

font.menu
{ color: #ffffff;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
   line-height: 20px;
}

font.personal
{ color: #333333;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
   line-height: 20px;
}

font.selection
{ color: #333333;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
   line-height: 18px;
}

font.subselection
{ color: #333333;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
   line-height: 18px;
}

font.bloginfo
{ color: #878787;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
   line-height: 20px;
}

font
{ color: #333333;
   position: relative;
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
   line-height: 18px;
}

a:link 
{ cursor: crosshair;
   color: #fff33e; 
   text-decoration: none;
}

a:visited 
{ cursor: crosshair;
   color: #fff33e; 
   text-decoration: none;
}

a:hover
{ cursor: crosshair;
   color: #ffffff; 
   text-decoration: underline;
}

a.text:link 
{ cursor: crosshair;
   color: #333333; 
   text-decoration: underline;
}

a.text:visited 
{ cursor: crosshair;
   color: #333333; 
   text-decoration: underline;
}

a.text:hover
{ cursor: crosshair;
   color: #333333; 
   text-decoration: none;
}

a.blogtext:link 
{ cursor: crosshair;
   color: #878787; 
   text-decoration: underline;
}

a.blogtext:visited 
{ cursor: crosshair;
   color: #878787; 
   text-decoration: underline;
}

a.blogtext:hover
{ cursor: crosshair;
   color: #878787; 
   text-decoration: none;
}

ul 
{ margin-left: 0px;
   padding-left: 15px;
}

