@import url("/css/site_specific.css");
@import url("/css/globalcss/serverspecific.css");

body {background: #FFFFFF url("/pix/bg.png") repeat-y; color: #000000; margin: 0px; padding: 0px; font-size: medium;}
body.printable {background: #FFFFFF; margin: 10pt; }
div { font-family: Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {
font-family:  Georgia, Tahoma, Gadget, sans-serif;
white-space: normal;
margin: 2px 0px 4px 0px;
}
h1 {font-size: medium; font-weight: bold; text-transform: uppercase;}
h2 {font-size: medium; font-weight: bold; border-width: 0 0 1px 0; border-style: solid;}
h3 {font-size: small;}
h4 {font-size: small;}
h5 {font-size: small;}
h6 {font-size: small;}

/* BANNER */

.top-art { 
 position: absolute; 
 left:0px; 
 top:20px;
 width:100%; 
 height: 122px;
 background: url("/pix/logo_bg.jpg");
 }
.top-1 { 
 background: url("/pix/logo.jpg") no-repeat ;
 width:100%; 
 height: 122px; 
 }
.borderless { 
 border:0px;
 }

/* MIDDLE */
#middle {
 text-align: left;

 color: #000000;
 margin-left: 175px;
 padding-top: 143px;
 }
#content {
 color: #000000;
 margin-right: 190px;
 padding: 10px;
 voice-family: "\"}\"";
 voice-family: inherit;
 border-width: 0 0 0 0;
 border-style: dotted;
 border-color: #cccccc;
 }
#content img {
margin-right:15px;
margin-left:15px;
}

/* MISC */
a.body {
 font-size: 12px;
 color: #003399; 
 }

a.body:hover {
 font-size: 12px;
 color: #000000;
 text-decoration: none; 
 }

ul {
list-style-image: url("/pix/bullet.png");
list-style-type: circle;
}

ol {
list-style-type:decimal;
list-style-image: none;
}

div ul li {
margin-bottom:5px;
}

ol li {
margin-bottom:5px;
}

.footnote {
 font: 12px Arial, Helvetica, sans-serif;
 font-size: xx-small;
 margin: 5px;
 padding: 5px;
 border-style: dotted;
 border-color: #336699;
 border-width: 1px;
 margin-left: 25px;
 margin-right: 25px;
}

#footer-mothership { 
 color: #808080;
 vertical-align: middle;
 font-weight: normal; 
 font-size: xx-small; 
 border-width: 1px 0 1px 0;
 border-style: dotted;
 border-color: #999999;
 text-align: right; 
 margin-left: 3%;
 margin-right: 3%;
 padding-bottom: 40px;
 }
