body{
 background-color: #fff;
 position: absolute;
 left: 50%; top: 15px;
 width: 750px; height: auto;
 margin: 0 0 0 -375px; padding: 0;
 font: 12px arial, sans-serif;
 color: #000;
}

#header{
 position: relative;
 left: 0; top: 0;
 width: 100%; height: 75px;
 background-color: #fff;
 text-align: left;
 z-index: 2;
}

#header h1{
 margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
 font: 34px Geneva, Arial, Helvetica, sans-serif;
 background-color: transparent;
 z-index: 3;
}

h1 .word1, h3 .word1{
 color: #005A93;
}

h1 .word2, h3 .word2{
 color: #333333;
}

#menu{
text-align:right;
 position: absolute;
 left: 601px; top: 75px;
 width: 150px; height: auto;
 padding: 1px 0 0 0;
 background-color: #eee;
 z-index: 1;
}

#menu ul{
 margin: 0; padding: 0;
 list-style: none;
 font: 12px verdana, sans-serif;
 background-color: #eee;
 border-top: 1px #333333 solid;
}

#menu ul li{
 display: block; 
 background-color: #fff; 
}

#menu ul li:hover{ 
 background-color: #fff;
}

#menu ul li a{
 padding: 2px 3px 2px 3px;
 border-bottom: 1px #333333 solid;
 display: block;
 color: #005A93;
 text-decoration: none;
}

#menu ul li a:hover{
 color: black;
 background-color: #cccccc;
}
#menu ul li a.selected{
 color: white;
 background-color: #005A93; 
}

#content{
 position: absolute;
 left: 0px; top: 75px;
 width: 600px; height: auto;
 background-color: #fff;
 border-right: 1px #ccc solid; border-top: 1px #ccc solid;
 padding: 30px 0px 0px 0px;
 z-index: 0;
}

#content h3{
 display: block;
 font: 20px georgia, serif;
 color: #000;
 margin: 0px 0px 14px 0px; padding: 0px 0px 6px 0px;
 border-bottom: 1px #ddd solid;
}

#content p{
 display: block;
 margin: 0px 0px 0px 0px; padding: 0px 20px 16px 0px;
 font: 13px arial, sans-serif;
 text-align: left;
 line-height: 1.4em;
}

#content img {
padding: 1px;
display:inline;
}

#content a{
 color: black;
 text-decoration: none;
 border-bottom: 1px red solid;
}

#content a:hover{
 color: red;
 text-decoration: none;
 border-bottom: none;
}

#footer{
 position: relative;
 width: 590px; height: auto;
 font: 12px verdana, sans-serif;
 color: #ccc;
 margin-top: 20px;
 padding: 5px;
 text-align: right;
 border-top: 1px #ccc solid;
}

acronym{
 border-bottom: 1px #000 dotted;
 cursor: help;
}

hr {
	margin-top: 20px;
}
