body {
  background: url(images/background.jpg) #FFFFFF repeat;
  border: none;
  margin: 0px;
  padding: 0px;
}

div.aligncenter {
  left: -50px;
  position: relative;
  top: 27px;
}

div.alignheader {
  height: 40px;
  left: -51px;
  position: relative;
  top: 0;
}

div.img {
  border: 2px outset #003453;
  float: right;
  margin: 10px 20px;
  padding: 0;
}

div.left {
  border: 2px outset #003453;
  float: left;
  font-size: 12px;
  margin: 10px 20px;
  padding: 0;
  text-align: center;
}

div.song {
  background: none;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  text-align: left;
}

div.song a:link, div.song a:visited {
  color: #133C50;
  font-size: 12px;
  font-weight: bold;
}

div.song a:hover {
  color: #B31509;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

div.song a:active {
  color: #33FF33;
  font-size: 12px;
  font-weight: bold;
}

a:link, a:visited {
  background: none;
  color: #077461;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

h1 {
  color: #003752;
  font: bold 13px verdana, sans-serif;
  margin-left: 15px;
  text-align: left;
  text-decoration: none;
}

h1.pad {
  padding: 4px 20px;
}

h2 {
  color: #000000;
  font: bold 11px verdana, sans-serif;
  text-align: left;
  text-decoration: none;
}

h3 {
  color: inherit;
  font: bold 12px verdana, sans-serif;
  text-align: left;
  text-decoration: none;
}

h4 {
  color: inherit;
  font: bold 11px verdana, sans-serif;
  text-align: center;
  text-decoration: none;
}

h5 {
  color: #EEEEEE;
  font: italic bold 28px lucida calligraphy, arial;
  text-align: center;
  text-decoration: none;
}

h6 {
  color: inherit;
  font: bold 11px verdana, sans-serif;
  text-align: center;
  text-decoration: none;
}

h7 {
  color: inherit;
  font: bold 18px verdana, sans-serif;
  text-align: left;
  text-decoration: none;
}

hr {
  background: #05375C;
  height: 1px;
  margin: 0;
  padding: 0;
}

li.arrow {
  color: #000000;
  font: 11px verdana, sans-serif;
  list-style-image: url(images/arrow_r.gif);
  padding-bottom: 4px;
  padding-left: 4px;
  text-align: left;
  text-decoration: none;
}

li.arrow2 {
  color: #000000;
  font: 11px verdana, sans-serif;
  font-weight: bold;
  list-style-image: url(images/arrow_r.gif);
  padding-bottom: 8px;
  padding-left: 4px;
  text-align: left;
}

ol {
  color: #000000;
  font: 11px verdana, sans-serif;
  margin-left: 20px;
  margin-right: 10px;
  padding-left: 20px;
  text-align: left;
  text-decoration: none;
}

p {
  color: #000000;
  font: 11px verdana, sans-serif;
  margin: 4px 10px;
  text-decoration: none;
}

p.menutext {
  color: #F1F0BC;
  font: 11px verdana, sans-serif;
  margin-left: 8px;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
}

p.menutitle {
  color: #F1F0BC;
  font: bold 11px verdana, sans-serif;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
  text-decoration: none;
}

p.smallcenter {
  color: #000000;
  font: 10px verdana, sans-serif;
  text-align: center;
  text-decoration: none;
}

span.bottommargin {
  font: 14px arial, sans-serif;
  font-weight: bold;
  margin-bottom: 2cm;
}

table.margintop {
  border: 0;
  margin-top: 6px;
  width: 90%;
}

ul {
  color: #000000;
  font: 11px verdana, sans-serif;
  margin-left: 20px;
  margin-right: 10px;
  padding-left: 20px;
  text-align: justify;
  text-decoration: none;
}

ul.arrow {
  color: #000000;
  font: 11px verdana, sans-serif;
  font-weight: bold;
  list-style-image: url(images/arrow_r.gif);
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: left;
}

.active, a:active, .focus, a:focus {
  background: none;
  color: #077461;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}

.aligncenter {
  text-align: center;
}

/* hack to correct IE5.5 faulty box model */ * 
* html .artmenu {
  w\idth: 580px;
  width: 581px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .artmenu a, .artmenu a:visited {
  w\idth: 89px;
  width: 89px;
}

* html .artmenu ul ul a{
  w\idth: 135px;
  width: 145px;
}

/* another hack for IE5.5 */
* html .artmenu ul ul {
  t\op: 25px;
  top: 25px;
}

/* style the outer div to give it width */
.artmenu {
  font-size: 12px;
  margin-left: 10px;
  padding-bottom: 20px;
  text-align: center;
  width: 580px;
}

/* style the links for the top level */
.artmenu a, .artmenu a:visited {
  background: #53708B;
  border: solid #FFFFFF;
  border-width: 0 1px 1px 0;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  text-decoration: none;
  width: 89px;
}

.artmenu a:hover, .artmenu ul ul :hover {
  background: #949E7C;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}

/* style the top level hover */

.artmenu *:hover > a, .artmenu ul ul *:hover > a {
  background: #949E7C;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown artmenu positon */
.artmenu li {
  background: #53708B;
  color: #FFFFFF;
  float: left;
  position: relative;
  width: 100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.artmenu table {
  border-collapse: collapse;
  position: absolute;
  top: 0;
  left: 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.artmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}

 /* style the third level background */
.artmenu ul a.drop:hover {
    background: #949E7C;
    color: #FFFFFF;
}

.artmenu ul :hover ul :hover ul :hover ul, .artmenu ul :hover ul, .artmenu ul :hover ul :hover ul {
  visibility: visible;
}

.artmenu ul :hover ul :hover ul ul, .artmenu ul :hover ul ul {
  visibility: hidden;
}

/* make the second level visible when hover on first level list OR link */
/* make the third level visible when you hover over second level list OR link */
/* make the fourth level visible when you hover over third level list OR link */
/* keep the fourth level hidden when you hover on second level list OR link */
/* keep the third level hidden when you hover on first level list OR link */

.artmenu ul ul {
  width: 120px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.artmenu ul ul {
  height: 0;
  left: -1px;
  position: absolute;
  top: 25px;
  visibility: hidden;
  width: 161px;
}

 /* style the third level background */
.artmenu ul ul :hover > a.drop {
    background: #949E7C;
    color: #FFFFFF;
}

/* style the second level links */
.artmenu ul ul a, .artmenu ul ul a:visited {
  background: #D4D8BD;
  background-repeat: no-repeat;
  color: #000000;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
 border-width: 0 1px 1px 1px; /* yet another hack for IE5.5 */
  width: 160px;
}

.artmenu ul ul a:hover {
  background: #949E7C;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-width: 0 1px 1px 1px; /* yet another hack for IE5.5 */
  width: 160px;
}

/* style the second level background */
.artmenu ul ul a.drop, .artmenu ul ul a.drop:visited {
  background: #D4D8BD;
}

/* style the second level hover */
.artmenu ul ul a.drop:hover{
  background: #949E7C;
  color: #FFFFFF;
  text-decoration: none;
}

/* position the third level flyout artmenu */
.artmenu ul ul ul{
  left: 173px;
  top: 0;
  width: 175px;
}

/* style the third level background */
.artmenu ul ul ul a, .artmenu ul ul ul a:visited {
  background: #D4D8BD;
}

.artmenu ul ul ul a:hover {
  background: #949E7C;
  color: #FFFFFF;
  text-decoration: none;
}

/* style the third level hover */
/* position the third level flyout artmenu for a left flyout */
.artmenu ul ul.left {
  left: -74px;
}

.artmenu ul ul ul.right {
  left: 172px;
}

.backbottom {
  background: URL("images/bottom_back.jpg");
  background-repeat: repeat-x;
}

.background {
  background: URL("images/side_back2.jpg");
  background-repeat: repeat-y;
  width: 16px;
}

.backtop {
  background: URL("images/top_back.jpg");
  height: 58px;
  margin: 0px;
  padding: 0px;
  background-repeat: repeat-x;
  text-align: center;
  vertical-align: top;
}

.button {
  float: left;
  line-height: 24px;
  margin: 0;
  padding: 20px 0 0 24px;
  vertical-align: bottom;
}

.button2 {
  background: url("http://blueoakmusic.com/images/button.jpg");
  background-repeat: repeat-x;
  border: #003399 1px outset;
  color: #FFFFFF;
  cursor: pointer;
  font: 11px verdana, arial, sans-serif;
  font-weight: bold;
  height: 18px;
  letter-spacing: 0px;
  padding: 0 5px;
  width: auto;
}

.button3 {
  float: left;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 10px;
  vertical-align: bottom;
}

.content {
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}

.copyright {
  font: 10px verdana, arial, sans-serif;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.dropdown {
  color: #333333;
  font: 11px arial, sans-serif;
  width: 180PX;
}

.formshade {
  background: url("images/shadeform.gif");
  background-position: top left;
  border: #000000 1px solid;
  font: 12px arial, sans-serif;
  padding-left: 3px;
  text-align: left;
  width: 180PX;
}

.hover, a:hover {
  background: none;
  color: #CC0000;
  font-weight: normal;
  text-decoration: underline;
}

.leftmenu {
  background: url(images/side_back.jpg) repeat-y 118px 100%;
}

.main {
  border-color: #660033;
  border-style: double;
  border-width: 3px;
  height: 600px;
  margin: 0;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 600px;
}

.menu {
  background: url(images/side_back.jpg) repeat-y;
  color: #FFFFFF;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 118px;
}

.menulocation {
  background: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
  text-align: left;
}

.menutrans 	{

}

.mout, .mover {
  background: #FFFFFF;
  padding: 2px;
  text-decoration: none;
  width: 100%;
}

.name {
  color: #000000;
  font: bold 11px arial, verdana, sans-serif;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  text-decoration: none;
}

.pad {
  padding: 4px 20px;
}

.shadeform {
  background: url("images/shadeform.gif");
  background-position: top left;
  border: #000000 1px solid;
  font: 12px arial, sans-serif;
  padding-left: 3px;
  text-align: left;
  width: 180px;
}

.submitbutton {
  background: url("images/submit.gif") #FFFFFF;
  border: #003399 1px solid;
  color: #003399;
  cursor: pointer;
  font: 12px verdana, arial, sans-serif;
  font-weight: bold;
  height: 20PX;
  letter-spacing: 0px;
  width: 72PX;
}

.submitbuttonon {
  background: url("images/submiton.gif") #FFFFFF;
  border: #225A71 1px solid;
  color: #CC2E2E;
  cursor: pointer;
  font: 12px verdana, arial, sans-serif;
  font-weight: bold;
  height: 20PX;
  letter-spacing: 0px;
  width: 72PX;
}

.subtitle {
  color: #000000;
  font: 12px arial, sans-serif;
  font-weight: bold;
  padding: 20px 0 0 10px;
}

.t0i {
  background: #EEEEEE;
  color: #000000;
  font: 11px Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.t0im {
  border: 10px;
  height: 16px;
  width: 12px;
}

.textarea {
  background: url("picts/shadeform.gif");
  border: #000000 1px solid;
  font: 12px arial, sans-serif;
  padding-left: 3px;
  text-align: left;
  width: 280PX;
}

.title {
  color: #000000;
  font: italic bold 14px arial, sans-serif;
  line-height: 24px;
  padding: 20px 0 0 10px;
}

.tracktext {
  font-size: 12px;
  margin: 1px;
  padding: 2px 15px;
  border-top: 1px solid #EEE;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #EEE;
}

.tracknum {
  font-size: 12px;
  margin: 1px;
  padding: 2px 15px;
  border-top: 1px solid #EEE;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #EEE;  
  text-align: center;
}

#btnplaystop,
#btnnext {
  font-family: verdana;
}

#menu a, #menu a:visited {
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  width: 6em;
}

#menu a:hover {
  color: #133C50; /*   padding:0.3em; 
 border-left:2px solid #666; 
  border-top: 2px solid #666; 
  border-bottom: 3px solid #FFF; 
  border-right: 3px solid #FFF;
  */
}

#songtitle {
  font: 85% verdana;
  margin-top: 0;
  padding-bottom: 1em;
  padding-top: 1em;
}

/*div {
  color: #000000;
  font: 11px verdana, sans-serif;
  margin: 0px;
  text-align: none;
  text-decoration: none;
}
*/