body {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
padding:0px;
background-color:#7aafff;
}
#frame {
margin-left:auto;
margin-right:auto;
width:778px;
text-align:left;
}
.innerframe {
	position:absolute;
	width:778px;
}
.head {
position:absolute;
left:0px;
top:20px;
width:778px;
height:304px;
background-image:url(images/head.jpg);
}
.contentmain {
width:778px;
background-color:#0111ac;
margin:324px 0px 0px 0px;
}
.content {
width:452px;
margin:0px 0px 0px 251px;
background-image:url(images/contentback.jpg);
background-repeat:repeat-y;
padding:0px 50px 0px 25px;
text-align:justify;
}
.contentbottom {
margin:0px -50px 0px -25px;
background-image:url(images/contentbottom.jpg);
width:527px;
height:55px;
}

h1 {
font-size:13px;
color:#0111ac;
}
h2 {
font-size:13px;
color:#0111ac;
}
h3 {
font-size:13px;
color:#0111ac;
}
h4 {
font-size:13px;
color:#0111ac;
}
.left {
position:absolute;
width:181px;
height:200px;
left:0px;
top:312px;
background-image:url(images/leftback.jpg);
background-repeat:repeat-y;
z-index:99;
padding:0px 20px 0px 48px;
}
.left a {
display:block;
width:178px;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#0111ac;
border-bottom:1px dashed #0111ac;
padding:2px 1px 2px 3px;
}
.left a:hover {
color:#7aafff;
border-bottom:1px dashed #7aafff;
}
.leftbottom {
margin:0px -16px 0px -48px;
width:251px;
background-image:url(images/leftbottom.jpg);
height:274px;
}
.foot {
margin:0px 0px 20px 0px;
width:738px;
height:70px;
text-align:center;
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
padding:0px 20px 10px 20px;
color:#FFFFFF;
}
.foot a {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
.foot a:hover {
color:#7aafff;
}
.tablehead {
color:#FFFFFF;
background-color:#7aafff;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #0111ac;
}
.contactform {
border:1px solid #0111ac;
}



              .black_overlay
              {
                     display: block;
                     position: absolute;
                     top: 0;
                     left: 0;
                     width: 100%;
                     height: 200%;
                     background-color: #000000;
                     z-index: 1001;
                     -moz-opacity: 0.8;
                     opacity: 0.80;
                     filter: alpha(opacity=80);
              }
              
              #splash {
                     display: block;
                     width: 490px;
                     height: 400px;
                     position: absolute;
                     top: 50%;
                     left: 50%;
                     margin-left: -245px;
                     margin-top: -200px;
                     font-family: Arial, Helvetica, sans-serif;
                     z-index: 1002;
                     background: top left url('splash.jpg') no-repeat #FFFFFF;
                     border: 1px solid #000;
                     color: #393939;
                     font-size: 18px;
                     font-weight: bold;
              }
              
              #splash a { 
                     color: #393939;
                     text-decoration: none;
                     display: block;
                     text-align: center;
                     padding: 240px; 
              }
              
              #splash a:hover {
                     color: #000000;
              }
