@charset "utf-8";
/* CSS Document */
* { outline: none; }
.Body { background: #002020; margin: 0; padding: 0; font-size: 80%; font-family: arial, georgia; }

.MainWrapper { width: 802px; height: 600px; margin: 0 auto; padding: 0; }
.HeaderWrapper { width: 802px; height: 220px; background: url('/web pics/Site_01.png') no-repeat; }
.TopBar { width: 802px; height: 41px; background: url('/web pics/Site_02.png') no-repeat; }
.ContentWrapper { height: 501px; }
.LeftArea { width: 188px; height: 501px; background: url('/web pics/Site_03.png') no-repeat; float: left; }
.RightArea { width: 191px; height: 501px; background: url('/web pics/Site_05.png') no-repeat; float: right; }

.ContentArea { width: 423px; min-height: 501px; float: left; color: #fff; }
.Content { margin: 1em; }

.Navigation {}
.Navigation ul { margin: 3em 0 0 0; padding: 0; list-style: none; }
.Navigation li { height: 25px; margin: .5em 1em; padding: 8px 0 0 0; display: block; }
.Navigation a { height: 25px; display: block; background: url('/web pics/NavBtn.png') right no-repeat; padding: .6em 0 0 2.5em; margin: 0; text-decoration: none; font-weight: bold; color: #fff; }
.Navigation a:hover { background: url('/web pics/NavBtnH.png') right no-repeat; font-weight: bold; color: #000; }

.Application { color: #fff; font-weight: bold; position: relative; top: 5.2em; font-size: 1.25em; text-decoration: none; height: 50px; weight: 178px; display: block; padding: 2em 0 0 3em; }
.ClientLogin:hover { color: #f00; }
.ClientLogin { color: #fff; font-weight: bold; position: relative; top: 21.5em; font-size: 1.25em; text-decoration: none; height: 45px; weight: 178px; display: block; padding: 2em 0 0 3em; }
.Application:hover { color: #f00; }