body {
 border: 0px none;
 padding: 0px 0px 0px 0px;
 background-color: #FFFFFF;
 color: #000000;
 }

img { border: 0px none; }

hr { width: 50%; }

a, a:link, a:visited {
	text-decoration: none;
	color: #003399;
	}

a:hover {
  text-decoration: underline;
  color: #3333ff;
  }

.main, .main TR, .main TD {
 /* border: 1px red solid; */
 border: 0px none;
 border-collapse: separate;
 border-spacing: 0;				/* IE6 */
 *border-collapse: collapse;	/* IE7 */
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 }

.main .topleft {
 background: url('img/topleft.png');
 min-width: 200px;
 max-width: 200px;
 min-height: 104px;
 max-height: 104px; }

.main .top2 {
 background: url('img/top2.png');
 background-repeat: repeat;
 width: 100%;
 height: 104px;
 }

.main .topright {
 background: url('img/topright.png');
 background-repeat: repeat;
 min-width: 3px;
 max-width: 3px;
 min-height: 104px;
 max-height: 104px;
 }

.main .top {
 background: url('img/top.png');
 min-width: 586px;
 max-width: 586px;
 min-height: 104px;
 max-height: 104px;
 }

.main .menu UL {
	list-style: none;
	margin: 19px 0px 0px 3px;
    padding: 0px 0px 0px 0px;
	}
.main .menu UL LI {
	margin-bottom: 6px;
    }

.main .menu {
 background: url('img/menu.png');
 background-repeat: repeat-y;
 vertical-align: top;
 min-width: 195px;
 max-width: 195px;
 height: 500px;
 }

.main .menubottom1 {
 background: url('img/menubottom1.png');
 min-width: 195px;
 max-width: 195px;
 background-repeat: no-repeat;
 height: 38px;
 }

.main .menubottom2 {
 background: url('img/menubottom2.png');
 min-width: 195px;
 max-width: 195px;
 background-repeat: no-repeat;
 height: 3px;
 }
  
.main .menu_admin { color: white; }

.main .menu_admin A { color: white; }

.main .footer {
  text-align: center;
  vertical-align: bottom;
  width: 100%;
  height: 15px;
  font-size: 10.5pt;
  overflow: hidden;
  }

.main .content {
 vertical-align: top;
 }
