body, html {
    margin: 0px; 
    padding: 0px;
    background: #ffffff;
    width: 100%;
    text-align: center;
}
body, td, h1, h2, h3 { 
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #474747;
    /* color: #969696; */
}
a, a:hover, .sub a:hover {
    color: #FFA700;
    text-decoration: underline;
}
table {
    border: 0px; 
    border-collapse: collapse;
}
table td {
    padding: 0px; 
}
img {
    border: none;
}
form, img, div {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none;
}
p {
    padding: 0px 0px 16px 0px;
    margin: 0px;   
}
h1 {
    font-size: 14px;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    color: #FFA700;
    font-family: Tahoma;
}
.contentBoxHead h1 {
    padding: 0px 0px 15px 0px;
}

h2 {
    font-size: 12px;
    padding: 0px 0px 15px 0px;
    margin: 0px;
    color: #5B75A2;
}
ul {
    padding: 0px;
    margin: 0px 0px 20px 11px;
    list-style: none;
}
ul li {
    padding: 0px 0px 0px 26px;
    margin: 0px;
    background: transparent url(img/li.gif) no-repeat 0px 5px;
}

.outSize {  
    margin: 0 auto;
    width: 670px;   
}
.outBorder {
    padding: 3px 3px 2px 3px; 
    border: 1px solid #E3E3E3;
}

.head {
    width: 662px;
    background: transparent url(img/bg_head.gif) repeat-x 0% 0%;
    height: 150px;
}
.logo {
    vertical-align: top;
    background: transparent url(img/logo_bg.gif) repeat-x 0% 0%;
    text-align: center;
    color: #A0A0A0;
    font-family: Arial;
}
.logo img {
    margin: 0px 0px 2px 0px;
}
.nav {
    width: 100%;
    vertical-align: top;
    padding: 0px 15px;
}
.icons {
    padding: 0px;
}
.icons p {
    float: right;
    padding: 10px 7px 9px 32px;  
    margin: 3px 0px 0px 0px;
    color: #ffffff;
}
.icons a, .icons a:hover {
    color: #ffffff;
    text-decoration: none;
}
.icons p#register {
    background: transparent url(img/icon_register.gif) no-repeat 0px 0px;
}
.icons p#signon {
    background: transparent url(img/icon_signon.gif) no-repeat 0px 0px;
}
.icons_title {
   vertical-align: top;
   text-align: center;
   width: 50%;
   padding: 5px 2px 0px 0px; 
   color: #ffffff;
}
.icons_title b {
   font-size: 12px; 
   font-family: arial;
}
.menu {
    background: transparent url(img/menu_bg.gif) repeat-x 0px 0px;
    vertical-align: bottom;
    width: 100%;
    padding: 0px 0px 7px 0px;
}
.menu a, .menu a:hover {
    color: #FF900E;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.menu .br {
    padding: 0px 8px;
}
.box {
    background: transparent url(img/box_bg.gif) repeat-x 0px 0px;
    vertical-align: top;
}
.box td {
    text-align: center; 
}
.box .text {    
    color: #757575; 
    height: 41px;
}
.box td.title {
    text-align: left;
}
.box .title td {
    text-align: left;
    font-size: 12px;
    color: #5B75A2;
    font-weight: bold;
}
.tab {
    background: transparent url(img/tab_bg.gif) repeat-x 0px 0px;
    vertical-align: bottom;    
    padding: 0px 6px;
}
.tab p {
    position: relative;
    z-index: 4;
}
.foot {
    width: 662px;
    background: transparent url(img/bg_foot.gif) repeat-x 0% 100%;
}
.kids {
    width: 1px; 
    height: 1px; 
    position: relative; 
    top: -449px; 
    left: -389px; 
    z-index: 3;
}
.kids div {
    position: absolute; 
    width: 390px; 
    height: 450px;
}
.contentBoxHead {
    width: 100%;
    vertical-align: top;
    background: transparent url(img/cntbox_head.gif) repeat-x 0px 0px; 
    padding: 18px 0px 0px 0px;
}
.contentBoxFoot {
    vertical-align: top;
    background: transparent url(img/cntbox_foot.gif) repeat-x 0% 100%; 
    padding: 21px 0px 0px 0px;
}

.copyright {    
    height: 79px;
    color: #ffffff;
    font-size: 10px;
    vertical-align: bottom;
    font-family: arial;
}
.copyright div {
    padding: 14px;
}
.copyright a, .copyright a:hover {
    color: #ffffff;
    text-decoration: none;
}

.name {
    text-align: right;
    padding: 0px 10px 5px 0px;
    color: #5B75A2;
    font-weight: bold;
}
.field {
    padding: 0px 0px 5px 0px;
}
.field input, .field select {
    width: 150px;
    height: 19px;
    border: 1px solid #A0A0A0;
    font-family: Verdana;
    font-size: 11px; 
    color: #474747;
}