
body {
 margin: 0;
 padding: 0;
 text-align: center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: large;
 color:#000000;
 background-color:#FFFFFF;
}

a {
 color: #005C9C;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
} 

#main {
 width: 920px;
 margin: 0 auto 0 auto;
 text-align:left;
}

#top_page {
 width: 100%;
 background-color: #484848;
 color: #FFFFFF;
 font-size: 70%;
} 

#top_menu {
 width:100%;
 /*background-image:url(/wip/images/top_header.png); 
 background-repeat:repeat-x;
 background-color:#FE8408; */
 background-color:#FF6D06;
 min-height: 20px;
 text-align:center;
 font-weight:bold;
 padding: 4px 0 2px 0;
}

#top_menu a {
 color: #FFFFFF;
 text-decoration:none;
} 

#top_menu a:hover {
 text-decoration:underline;
} 

#main_body {
  /*background-color: #EDF0F4;*/
  min-height: 100px; 
}

.toptext {
 margin-top: 5px;
 padding-top: 10px;
 font-weight:bold;
 font-size: 110%;
} 

.top_header {
 width: 100%;
 background-color: #E5E5E5;
 border-bottom: 1px solid #BBBBBB;
 font-size: 65%;
 padding: 6px 0px 6px 0px; 
}

#pageinfo {
 font-size: 65%;
 width: 100%;
 text-align: center;
} 

/* Login style */
#login_box {
 width: 490px;
 margin: 0 auto 0 auto;
}

.top_win {
 width: 100%;
 background-color: #696969;
 color:#FFFFFF;
 font-weight:bold;
 font-size: 70%;
 padding: 4px 0 4px 0px;
 border-left: 1px solid #C4C4C4;
 border-right: 1px solid #C4C4C4; 
} 

.body_win {
 width: 100%;
 background-color: #FFF;
 border-left: 1px solid #C4C4C4;
 border-right: 1px solid #C4C4C4;
 /*border-bottom: 1px solid #C4C4C4; */
 min-height: 100px;
 font-size: 65%; 
} 

.login_col_left {
 width: 100px;
 margin-left: 40px;
 float: left;
 margin-top: 12px;
}

.login_col_right {
 width: 300px; 
 float:left;
 margin-top: 10px;
}  

.footer_win {
 width: 100%;
 background-color: #E5E5E5;
 border: 1px solid #BBB;
} 

/*Login style end */


