body {
background-image: url('/image/backgroundimage.png');
background-repeat: repeat-x;
background-position: left top;
background-color: #63728f;
}

h1 {
text-color:#000000;
font-size:17px;
font-weight:bold;
margin:0px;
padding:2px;
}

#bg {
position:relative;
width:750px;
background-color:#ffffff;
border:black 3px solid;
text-align:left;
z-index:0;
}

#header {
position:relative;
width:750px;
background-color:#ffffff;
z-index:1;
}

#menubar {
position:relative;
width:750px;
height:25px;
background-color:#000000;
z-index:10;
}

#content {
text-align:left;
position:relative;
left:15px;
width:718px;
background-color:#ffffff;
overflow:auto;
margin:0px;
z-index:1;
}

#content A:link {text-decoration: none; color:#000050;font-weight:bold;}
#content A:visited {text-decoration: none; color:#000050;font-weight:bold;}
#content A:active {text-decoration: none; color:#000050;font-weight:bold;}
#content A:hover {text-decoration: underline;;font-weight:bold;color: #000050;}

#footer {
text-align:center;
position: relative;
width:750px;
color:#ffffff;
background-color:#0a0a0a;
background-image: url('/image/bg.jpg');
padding:0px;
z-index:1;
font-family:Arial;
}

#menu1 {
position:absolute;
top:0px;
width:187px;
height:25px;
background-color:#0a0a0a;
background-image: url('/image/bg.jpg');
border:black 1px solid;
color:white;
border-top-width:0;
border-right-width:0;
font-weight:bold;
font-size:17px;
font-family:Arial;
z-index:2;
}

#menu2 {
position:absolute;
top:0px;
left:187px;
width:187px;
height:25px;
background-color:#0a0a0a;
background-image: url('/image/bg.jpg');
border:black 1px solid;
color:white;
border-top-width:0;
border-left-width:0;
border-right-width:0;
font-weight:bold;
font-size:17px;
font-family:Arial;
z-index:2;
}


#menu3 {
position:absolute;
top:0px;
left:374px;
width:187px;
height:25px;
background-color:#0a0a0a;
background-image: url('/image/bg.jpg');
border:black 1px solid;
color:white;
border-top-width:0;
border-left-width:0;
border-right-width:0;
font-weight:bold;
font-size:17px;
font-family:Arial;
z-index:2;
}

#menu4 {
position:absolute;
top:0px;
left:561px;
width:189px;
height:25px;
background-color:#0a0a0a;
background-image: url('/image/bg.jpg');
border:black 1px solid;
color:white;
border-top-width:0;
border-left-width:0;
font-weight:bold;
font-size:17px;
font-family:Arial;
z-index:2;
}

#menu1opt {
position:absolute;
top:25px;
left:0px;
width:187px;
border:black 2px solid;
border-top-width:0px;
font-family:Arial;
font-size:16px;
display:none;
background-color:#e1e1e1;
}

#menu2opt {
position:absolute;
top:25px;
left:187px;
width:187px;
border:black 2px solid;
border-top-width:0px;
font-family:Arial;
font-size:16px;
display:none;
background-color:#e1e1e1;
}

#menu3opt {
position:absolute;
top:25px;
left:374px;
width:187px;
border:black 2px solid;
border-top-width:0px;
font-family:Arial;
font-size:16px;
display:none;
background-color:#e1e1e1;
}

#menu4opt {
position:absolute;
top:25px;
left:561px;
width:187px;
border:black 2px solid;
border-top-width:0px;
font-family:Arial;
font-size:16px;
display:none;
background-color:#e1e1e1;
}

div.option {
position:relative;
left:0px;
font-weight:bold;
color:#777777;
background-image: url('/image/transparent.gif');
background-repeat:no-repeat;
cursor:pointer;
}

.option A:link {text-decoration: none; color:#777777;font-weight:bold;}
.option A:visited {text-decoration: none; color:#777777;font-weight:bold;}
.option A:active {text-decoration: none; color:#777777;font-weight:bold;}
.option A:hover {text-decoration: none; color:#777777;font-weight:bold;}

div.option2 {
position:relative;
left:0px;
font-weight:bold;
color:#000000;
background-image: url('/image/arrow.gif');
background-repeat:no-repeat;
cursor:pointer;
}

.option2 A:link {text-decoration: none; color:#000000;font-weight:bold;}
.option2 A:visited {text-decoration: none; color:#000000;font-weight:bold;}
.option2 A:active {text-decoration: none; color:#000000;font-weight:bold;}
.option2 A:hover {text-decoration: none; color:#000000;font-weight:bold;}

.bktitle {
padding:5px;
background-color:#dddddd;
border:black 2px solid;
margin:5px;
color:#000000;
font-weight:bold;
}

.bkhead {
padding:5px;
background-color:#dddddd;
border:black 1px solid;
margin:0px;
font-weight:bold;
}

.bkcont {
padding:5px;
background-color:#efefef; 
background-image: url('/image/bg3.png');
border:black 1px solid;
color:#000000;
}

.bksubhead {
padding:5px;
width:25%;
background-color:#dddddd;
border:black 1px solid;
margin:1px;
color:#000000;
font-weight:bold;
}

.bksubcont {
position:relative;
padding:5px;
width:75%;
background-color:#cccccc;
border:black 1px dashed;
margin:5px;
color:#000000;
}

.bkwhitebox {
text-align:left;
position:relative;
padding:5px;
width:75%;
background-color:#ffffff;
border:black 1px solid;
margin:5px;
color:#000000;
}


.bkwhitebox A:link {text-decoration: none; color:#000050;font-weight:bold;background-color:#ffffff;}
.bkwhitebox A:visited {text-decoration: none; color:#000050;font-weight:bold;background-color:#ffffff;}
.bkwhitebox A:active {text-decoration: none; color:#000050;font-weight:bold;background-color:#ffffff;}
.bkwhitebox A:hover {text-decoration: underline;;font-weight:bold;color: #000050;}



.bkwhitebox2 {
text-align:left;
position:relative;
padding:5px;
width:80%;
background-color:#ffffbb;
border:black 1px solid;
margin:5px;
color:#000000;
}

.bkcolhead {
text-align:center;
position:absolute;
left:1%;
top:1%;
width:98%;
background-color:#000000;
color:#ffffff;
font-weight:bold;
}

.bkcol1 {
text-align:center;
position:absolute;
top:25px;
left:1%;
width:19%;
}

.bkcol2 {
text-align:center;
position:absolute;
top:25px;
left:20%;
width:20%;
}


.bkcol3 {
text-align:center;
position:absolute;
top:25px;
left:40%;
width:20%;
}


.bkcol4 {
text-align:center;
position:absolute;
top:25px;
left:60%;
width:20%;
}

.bkcol5 {
text-align:center;
position:absolute;
top:25px;
left:80%;
width:19%;
}

.bkcol24 {
text-align:center;
position:absolute;
top:25px;
left:20%;
width:60%;
}

#pdf {
padding:0px;
position:absolute;
background-color:#ffffff;
top:2px;
right:0px;
border:0px solid black;
font-family:Arial;
}

a.translate img {
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}

a.translate:hover img {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}
