body, table, td, form {
 font-family: Arial, sans-serif;
 font-weight: normal;
 color: #333333;
 font-size: 13px;
 line-height: 160%;
}

body{
 background-image: url('images/bg.gif');
 margin: 0px;
 padding: 0px;
 border:  0px;
}

h2, h1, h4, h5 {
 font-family: "Trebuchet MS", Tahoma, Helvetica, Arial Black, Arial, sans-serif;
 font-weight: normal;
 padding: 5px;
 font-size: 16pt;
 margin: 0px;
 padding-left: 15px;
 border-left: 10px solid #D01313;
 margin-top: 15px;
}

#top {
 background-image: url('images/top.gif');
 background-repeat: repeat-x;
 height: 136px;
}

#main {
 width: 850px;
 border-left: 1px solid #C6C6C6;
 border-right: 1px solid #C6C6C6;
 background-color: white;
}

#logo {
 width: 167px;
 height: 100px;
 float: left;
 position: relative;
 left: 80px;
 top: 5px;
 background-image: url('images/book.gif');
 background-repeat: no-repeat;
}

#logo2 {
 width: 323px;
 background-image: url('images/logo2.gif');
 height: 99px;
 float: right;
 position: relative;
 left: -20px;
 top: 5px;
}

#menu-top {
 clear: both;
 height: 22px;
 position: relative;
 top: 9px;
 left: 20px;
}

.menu-gray {
 background-image: url('images/menu-grey.gif');
 color: black;
}

.menu-red {
 background-image: url('images/menu-red.gif');
 color: white;
}

.menu-gray, .menu-red {
 margin-right: 3px;
 height: 22px;
 padding-left: 5px;
 padding-right: 5px;
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 13px;
 float: left;
}

.menu-gray a, .menu-red a {
 text-decoration: none;
}

.menu-gray a:hover, .menu-red a:hover {
 text-decoration: underline;
}

.menu-gray a  {
 color: black;
}

.menu-red a {
 color: white;
}

#menu {
 width: 220px;
 float: left; 
}

#menu-inner {
 margin: 8px;
 margin-top: 20px;
}

#menu h3 {
 background-image: url('images/menu.gif');
 background-repeat: repeat-x;
 height: 32px;
 font-size: 11pt;
 padding-left: 5px;
 margin: 0px;
 color: white;
 font-weight: bold;
}

.menu-item a {
 border-bottom: 1px solid #CACACA;
 height: 25px;
 color: #555555;
 font-size: 10pt;
 font-weight: normal;
 display: block;
 padding-left: 8px;
 text-decoration: none;
}

.menu-item a:hover {
 border-bottom: 1px solid #CB1313;
 height: 25px;
 background-color: #F5F5F5;
 color: black;
 font-weight: normal;
 display: block;
 padding-left: 8px;
 text-decoration: none;
}

#text-bottom {
 float: right;
 font-weight: bold;
 font-style: italic;
 font-family: Times New Roman, serif;
 text-transform: uppercase;
 font-size: 18pt;
 border-left: 1px dotted #F0F0F0;
 position: relative;
 left: -10px;
 margin-top: 2px;
 top: 70;
}

#text {
 width: 540px;
 float: left;
 border-left: 1px dotted #F0F0F0;
 position: relative;
 left: 10px;
}

#text-inner {
 padding: 20px;
}

#text-inner td {
 padding: 6px;
 margin: 0px;
 border-right: 1px solid #D0D0D0;
 border-collapse: collapse;
}

#text-inner img {
 padding: 5px;
 margin: 10px;
 border: 1px solid #D0D0D0;
}

#text-inner a {
 color: black;
 text-deciration: underline;

}

#text-inner a:hover {
 color: black;
 text-deciration: none;
}

#bottom-text {
 clear: both;
 color: #888888;
 text-deciration: none;
 font-size: 10px;
 font-weight: normal;
 text-align: right;
 float: right;
 margin-right: 20px;
}

#bottom-text a, #bottom-text a:hover{
 color: #888888;
}

#bottom {
 clear: both;
 background-image: url('images/bottom.gif');
 background-repeat: repeat-x;
 height: 30px;
}
