* {
 padding: 0;
 margin: 0;
 outline: none;
}

body {
 overflow: auto;
}

#page {
 width: 830px;
 margin-left: auto;
 margin-right: auto;
}



#top {
 position: fixed;
 top: 0;
 width: 830px;
 background-color: #fff;
}

#logo {
 height: 183px;
 background-image: url(logo.png);
 background-repeat: no-repeat;
 background-position: top left;
}

#menu {
 padding-top: 12px;
 padding-bottom: 12px;
 border-top: 1px solid #3b5888;
 border-bottom: 1px solid #3b5888;
}



ul {
 list-style-type: none;
 text-align: center;
}

ul li {
 display: inline;
 padding-left: 5px;
 padding-right: 5px;
}

ul li#first {
 padding-left: 0;
}

ul li#last {
 padding-right: 0;
}

ul li a {
 font-family: Verdana, Arial, Tahoma, sans-serif;
 font-size: 14px;
 color: #3b5888;
 text-decoration: none;
 padding-bottom: 2px;
}

ul li a:hover {
 border-bottom: 1px solid #3b5888;
}

ul li a.underline {
 border-bottom: 1px solid #3b5888;
}



#middle {
 padding-top: 230px;
 padding-bottom: 105px;
}

#header {
 padding-top: 16px;
 padding-bottom: 16px;
}

h1 {
 font-family: Verdana, Arial, Tahoma, sans-serif;
 font-size: 16px;
 font-weight: normal;
 color: #3b5888;
 text-align: center;
 display: inline;
 padding-bottom: 16px;
 border-bottom: 1px solid #3b5888;
}

#littlemenu {
 padding-top: 16px;
 padding-bottom: 8px;
}

#text {
 padding-top: 16px;
 padding-bottom: 3px;
 width: 710px;
 margin-left: auto;
 margin-right: auto;
}

#firstlittleheader {
 padding-bottom: 12px;
}

.littleheader {
 padding-top: 10px;
 padding-bottom: 12px;
}

h2 {
 font-family: Verdana, Arial, Tahoma, sans-serif;
 font-size: 15px;
 font-weight: normal;
 color: #3b5888;
 text-align: center;
 display: inline;
 padding-bottom: 2px;
 border-bottom: 1px solid #3b5888;
}

p {
 font-family: Verdana, Arial, Tahoma, sans-serif;
 font-size: 15px;
 line-height: 130%;
 color: #444;
 padding-bottom: 10px;
}

p.list {
 margin-left: 32px;
 margin-right: 16px;
}

p .italic {
 font-style: italic;
}

p.title {
 font-style: italic;
 padding-left: 16px;
 padding-right: 16px;
 padding-bottom: 0;
}

p.author {
 padding-left: 32px;
 padding-right: 16px;
}

p a {
 color: #3b5888;
 text-decoration: none;
}

p a:hover {
 border-bottom: 1px solid #3b5888;
}



#bottom {
 position: fixed;
 bottom: 0;
 width: 830px;
 background-color: #fff;
 border-top: 1px solid #3b5888;
}

#bottom p {
 font-family: Verdana, Arial, Tahoma, sans-serif;
 font-size: 13px;
 color: #3b5888;
 text-align: center;
 padding-top: 3px;
 padding-bottom: 3px;
}

#line {
 width: 280px;
 margin-left: auto;
 margin-right: auto;
 border-bottom: 1px solid #3b5888;
}

#bottom p a {
 font-family: Verdana, Arial, Tahoma, sans-serif;
 font-size: 13px;
 color: #3b5888;
 text-align: center;
 text-decoration: none;
 padding-top: 3px;
 padding-bottom: 3px;
}



* html {
 overflow: hidden;
}

* html body {
 height: 100%;
}

* html #top {
 position: absolute;
}

* html #bottom {
 position: absolute;
 margin-bottom: -1px;
}
