/**********   GENERAL STYLES   **********/
body, html {
   padding: 0px;    
   margin: 0px;
   background: #9397B0 url(img/bg_bottom.gif) repeat-y 50% 0%; 
   height: 100%;
   width: 100%;
   text-align: center;
}
body, td, h1, input, textarea { 
   font-family: Verdana, Tahoma, Arial, Courier, sans-serif; 
   color: #000000;
   font-size: 12px;
}
a, a:hover {
   color: #011367;
   text-decoration: none;
}
a:hover {
   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 17px 0px;
   margin: 0px;   
}
.content p {
   line-height: 1.4em;
}
h1 {
   color: #E96C07;
   padding: 0px 0px 14px 0px;
   margin: 0px;
   font-weight: normal;
}
ul {
   padding: 0px 0px 17px 0px;
   margin: 0px;
   list-style: none;
}
ul li {
   background: transparent url(img/li.gif) no-repeat 0px 7px;
   padding: 0px 0px 0px 21px;
   line-height: 1.4em;
}
.photo {
   float: left;
   margin: 0px 21px 0px 0px;
}
big {
   font-size: 16px;
}
/**********   STYLES FOR DESIGN ELEMENTS   **********/
.out {
   background: transparent url(img/bg.gif) repeat-y 50% 0%;
   text-align: center;
}
#bg_top {
   background: transparent url(img/bg_top.gif) no-repeat 50% 0%;
   text-align: center;
}
#bg_bottom {
   background: transparent url(img/bg_bottom.gif) no-repeat 50% 100%;
   text-align: center;
}

.in {
   background: transparent;
   margin: 0 auto; 
   width: 808px; 
   padding: 36px 0px 0px 0px;
}
.frame {
   border: 1px solid #4D5B96; 
   padding: 3px;      
}
.box {
   width: 100%;
   background: #ffffff url(img/bg_in.gif) repeat-y 0px 0px;
   text-align: left;
}
.left {
   vertical-align: top;
   padding: 0px 0px 242px 0px;
   background: transparent url(img/bg_left.jpg) no-repeat 0% 100%;
}
.left_width {
   width: 220px;
}
.logo {
  background: transparent url(img/bg_in.gif) repeat-y 0px 0px;
  padding: 8px 0px 0px 0px;
}
.logo div {
   border-top: 1px solid #233789;
   background: transparent url(img/bg_in.gif) repeat-y 0px 0px;
   padding: 1px 0px 0px 0px;
}
.logo div div {
   background: transparent url(img/bg_logo.gif) repeat-y 0px 0px;
   padding: 20px 4px;
}
.menu {
   border-bottom: 3px solid #4D5B96;
}
.menu a, .menu a:hover, .menu div {
   display: block;
   position: relative;
   height: 50px;
   background: transparent url(img/menu.gif) no-repeat 0px 0px;
}
.menu a:hover, .menu div {
   background: transparent url(img/menu_a.gif) no-repeat 0px 0px;
}
.menu img {
   margin: 14px 0px 0px 20px;
}
.center {
   vertical-align: top;
   width: 100%;
   background: transparent url(img/bg_center_bottom.jpg) no-repeat 0% 100%;
   padding: 0px;
   margin: 0px;
}
.center_top {
   background: transparent url(img/bg_center_top.jpg) no-repeat 100% 0%;
   padding: 8px 0px 0px 0px;
   margin: 0px;
   width: 100%;
}
.head {
   border-top: 1px solid #4D5B96;
   border-bottom: 1px solid #4D5B96;
   padding: 1px 0px;
}
.title {
   border-bottom: 1px solid #4D5B96;
   padding: 0px 0px 0px 39px;
}
.content {
   padding: 16px 40px;
}
.footer {
   height: 76px;
   font-size: 11px;
   text-align: left;
}
.footer div {
   float: left;
   color: #333333;
   width: 224px;
}
.footer div p {
   padding: 17px 0px 0px 26px;
}
.footer img {
   position: relative;
   bottom: -1px;
}
.footer div#copyright {
   font-family: Arial;
   color: #ffffff;
   width: 540px;
}
.footer div#copyright p {
   padding-left: 40px;
}
.footer a,.footer a:hover {
   text-decoration: underline;
   color: #ffffff;
}
.address big {
   color: #011366;
   font-variant: small-caps; 
   font-weight: bold;  
   letter-spacing: 0.04em;
}  
p.address {
   font-size: 13px;
   font-weight: bold;
   border-bottom: 1px solid #4D5B96;
   line-height: 2.5em;
   padding-bottom: 11px;
   margin: 0px 0px 11px 0px;
}

.ast {
   color: #011366;
}

.field input {
   height: 21px;
   width: 379px;
}
.field textarea {
   height: 81px;
   width: 379px;
}
.button {
   float: left;
   border: 1px solid #4D5B96;
}
.button input {
   background: #F0F1F5;
   color: #011366;
   text-transform: uppercase;
   border-top: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
   border-right: 1px solid #808080;
   border-bottom: 1px solid #808080;
   width: 88px;
   padding: 1px 0px 2px 0px;
}
form td {
   vertical-align: top;
   padding: 6px 0px 0px 0px;
}
form td.field {
   padding: 0px 0px 6px 0px;
}