body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:98%;
	margin:0;
	background:#2E3192;
	color:#FFFFFF;
}

#wrap {
    width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#2E3192 url(../imgs/logo_bg.png) no-repeat; /* MAIN BACKGROUND COLOR */
}

#header {
	 text-align:right;
	 height:101px;
	 padding-left:5px;
	 padding-bottom:5px;
	 padding-right:5px;
	 padding-top:5px;
}

#header_footer {
     background:url(../imgs/header_footer.png);
	 width:800px;
	 height:10px;
	 display:block;
	 margin:0;
}

#content {
      background:url(../imgs/content_bg.png) repeat-y;
}

#footer_top {
     width:800px;
	 background:url(../imgs/footer_top.png) no-repeat;
	 height:10px;
	 display:block;
	 padding-top:15px;
	 text-align:center;
	 color:#FFFFFF; /* COLOR FOR FOOTER TEXT */
}

#menu {
     float:left;
	 width:100px;
	 display:block;
}

#txt {
	 width:665px;
     display:block;
	 min-height:585px;
	 _height:585px;	 
	 padding-left:15px;
	 padding-right:20px;
	 margin-left:100px;	 
}

h1 {
     font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
	 border-bottom:solid 1px #000000;
}

h2 {
     font-family:Arial, Helvetica, sans-serif;
	 font-size:18px;
}


#test_panel {
     border:solid 1px #000000;
	 padding:5px 5px 5px 5px;
}

.bordered_table {
     background:url(../imgs/_table_header.png) no-repeat;
}

.bordered_table img {
     border:none;
}

.bordered_table th {
     text-align:left;
     color:#000000;
}

.bordered_table th a {
     color:#000000;
	 text-decoration:none;
}

.border_left {
style="border-left:solid 1px #CCCCCC;"
}

.bt_cell {
     padding-left:5px; padding-right:5;
}

.alter_0 {
   background-color:#F4F4F4;
}