body{
background-color:#000000;
background-image: url(/images1/bg.png);
background-position: top center;
background-repeat: repeat-y;
background-position-x: center;
background-position-y: top;
margin:0px;
padding:0px;
}

.nav {
color: #000000;
font:bold 14px arial,verdana;
}

.nav a{
color: #000000;
text-decoration: none;
margin-left:5px;
margin-right:5px;
}

.nav a:hover{
color: #003366;
text-decoration: none;
margin-left:5px;
margin-right:5px;
}

#dropmenudiv{
position:absolute;
font:bold 11px Verdana;
line-height:18px;
z-index:120;
margin-top:4px;
background-color: #b4af9d;
filter: alpha (opacity=90);
-moz-opacity: 0.9;
border-left: solid 1px #474747;
border-right: solid 1px #474747;
border-bottom: solid 1px #474747;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
color:#000000;
text-decoration: none;
text-align:left;
background-color: #b4af9d;
}

#dropmenudiv a:hover{
color: #000000;
background-color: #76715d;
}


.graphics{
margin-left: auto;
margin-right: auto;
position:relative;
width:800px;
text-align:center;
margin-top: 0px;
margin-bottom: 0px;
z-index:2;
}

.container1 {
z-index:100;position:absolute;width:100%;margin-top:110px;margin-left:auto;margin-right:auto;padding-left:auto;padding-right:auto;
}

.container2 {
z-index:101;position:absolute;width:100%;margin-top:77px;text-align:left;
}

.content {
text-align:left;
color: #000000;
font-family: arial,verdana;
font-size: 11pt;
}

.content a {
color: #003366;
text-decoration: underline;
}

.content a:hover {
color: #990000;
text-decoration: underline;
}

.content h1 {
text-decoration: none;
font-size: 16pt;
font-weight: bold;
color: #000000;
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

.content h2 {
text-decoration: none;
font-size: 14pt;
font-weight: bold;
color: #000000;
margin-top:10px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

.content h3 {
text-decoration: none;
font-size: 12pt;
font-weight: bold;
color: #000000;
margin-top:5px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

.content hr {
border-bottom:solid 1px black;border-top:solid 1px white;border-left:solid 1px white;border-right:solid 1px white;
}

.content p {
margin-top:0px;
}

.header1 {
background:#EEEEEE;
border:solid 1px #DDDDDD;
margin-left:0px;
margin-right:10px;
margin-top:0px;
margin-bottom:0px;
font-size:8pt;
width:200px;
}

.sidebox {
float:right;
width:190px;
text-align:left;
margin-left:10px;
padding-left:5px;
font-size:0.9em;
}


.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border:solid 1px #000000;
max-height: 75px;
max-width: 75px;
width: expression(this.width > 76 ? 75: true);
height: expression(this.height > 76 ? 75: true);
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 500px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

#ibox_content { background: #444; border-color: #222; color: #fff; }
#ibox_wrapper { background: #444; }
#ibox_footer_wrapper { left: 0; right: 0; top: 0; padding: 3px 10px; }
#ibox_footer_wrapper, #ibox_footer_wrapper a { color: #8dd6e2; background: #444; }
#ibox_footer_wrapper a { color: #8dd6e2; font-weight: bold; text-decoration: none; padding: 0 3px; }
#ibox_content { margin: 25px 0 0 0; padding: 10px; }
