body {
margin: 0;
background-color: #333333;
background-image: url('bg.png');
background-repeat: repeat;
background-position: top left;
background-attachment: fixed;
}

.subheaderbg, .headerLogo {
width: 900px;
height: 100px;
top: 0;
margin-left: 0;
padding: 0;
z-index: 0;
background-color: transparent;
}

#topNav {
display: block;
width: 900px;
height: 20px;
margin-top: 20px;
z-index: 3;
background-color: transparent;
}

#topNav a {
display: block;
height: 20px;
margin: 0 20px 0 0;
padding: 0;
font-family: Arial, Verdana, serif;
font-size: 13px;
font-weight: bold;
font-style: italic;
text-align: left;
line-height: 20px;
color: #000000;
}

#topNav a:hover {
font-family: Arial, Verdana, serif;
font-size: 13px;
font-weight: bold;
font-style: italic;
color: #777777;
}

#topnav ul  {
margin: 0;
padding: 0;
}

#topNav ul li {
float: left;
list-style: none;
}

#topNav ul li ul li {
float: none;
position: relative;
}

#topNav ul li ul {
width: auto;
top: 0;
margin-top: -3px;
padding: 3px;
display: none;	/*Required to remain hidden until hover*/
}

#topNav ul li:hover ul { 
display: block;
position: absolute;
top: 90px;
color: #000000;
background-color: #ffffff;
border: 1px solid #ffffff;
}

#topNav ul li:hover ul li a { 
color: #999999;
}

#topNav ul li:hover ul li a:hover { 
color: #000000;
}

#topNav ul li ul li a {
display: inline-block;
height: 20px;
margin: 0;
padding: 0;
font-family: Arial, Verdana, serif;
font-size: 12px;
font-weight: bold;
font-style: italic;
text-align: left;
line-height: 20px;
color: #A5A5A5;
}

a:link {
text-decoration: none;
color: #FFFFFF;
}

a:visited {
text-decoration: none;
color: #FFFFFF;
}

a:hover {
text-decoration: underline;
color: #CCCCCC;
}

a:active {
text-decoration: none;
color: #FFFFFF;
}

a {
outline: none;
}

a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #CCCCCC;
}

a img {
border: none;
}

p {
padding: 0 35px 0 45px;
text-indent: 10pt;
font-family: 'Times New Roman';
font-size: 12pt;
font-weight: bold;
color: #000000;
}

body, td, th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCCCCC;
}

#break {
display: inline-block;
width: 900px;
height: 150px;
/* float: left; */
/* margin-bottom: -150px; */
}

span.premier a:hover {
text-decoration: none !important;
}
span.premier a span:hover {
color: #FF6501 !important;
}

#footer {
height: 40px;
width: 900px;
bottom: -20px;
text-align: center;
}

#footer * {
color: #000000;
}