body{
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-size: small;
	background-color: #efefef;
}

p{
	color: #666;
	font-size: small;
}

td{
   color: #666;
   font-size: small;
}

p.whatis{
	color: #666;
	font-size: small;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#header{
	margin:15px 0 0 0;
	background-color: #76839A; 
	height:130px;
	width:100%;
	text-align:right;
	vertical-align:middle;
}

#header img{
	float:left;
}

#footer{
	position: absolute;
	bottom: 0px;
}

.address {
	float:right;
	width:50%;
	vertical-align:middle;
	margin:5px 5px 0 0;
}

#imagestrip {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 80px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;

}

ul.leftCol {
	list-style: none;
	margin-top: 0;
}

li {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	color: #666;
	font-size: x-small;
}

h2 {
	font-size: medium;
	font-weight: bold;
	background-color: #76839A;
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{
	font-size: small;
	font-weight: bold;
	background-color: #76839A;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0 0 1px 0;
}

h4
{
	font-size: small;
	font-weight: bold;
	color: #76839A;
	margin:5px 0 5px 10px;
}

h5
{
   font-size: x-small;
   font-weight: bold;
   background-color: #76839A;
   padding-left: 15px;
   padding-right: 10px;
   margin: 0 0 1px 0;
}

dt
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: x-small;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}

.bandname
{
	font-weight: bold;
	font-size: larger;
}

img.storyImage
{
	float:left;
	margin: 10px 0 0 0;
	padding-right: 10px;
	
}

.footer {
	background-color: #76839A;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	text-align: right;
	font-size: xx-small;
}

.footer a{
	color: #fff;
	text-decoration: underline;
}

a{
	color:#000;
}

ul.leftCol li a{
	color:#333;
	text-decoration:none;
}
ul.leftCol li a:hover{
	color:#000;
	text-decoration:underline;
}

h3.leftCol a{
	color:#fff;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:#333;
	text-decoration:none;
}

.username {
  color : #000000;
  background-color : #F0F0F0;
  width: 80px;
  background-image: url(../images/user_green.gif);
/*  background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size : 12px;
  font-family : Arial, Verdana;
  border : solid 1px #999999;
}

.password {
  color : #000000;
  background-color : #F0F0F0;
  width: 80px;
  background-image: url(../images/key.gif);
/*  background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size : 12px;
  font-family : Arial, Verdana;
  border : solid 1px #999999;
}

.submit {
  color : #FFFFFF;
  width: 50px;
  height: 19px;
  background-color : #76839a;
  font-size : 12px;
  border : solid .5px #000000;
}

.submitInput {
  color : #FFFFFF;
  background-color : #76839a;
  font-size : 12px;
  border : solid .5px #000000;
}


#navigationList 
{
	position: relative;
	left: 7px;
	top: 2px;
	width: 145px;
}

#navigationList ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10pt;
}

#navigationList li {margin: 0;}

#navigationList a 
{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #76839a;
	background-image:  url(../images/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#navigationList a:link, #navigationList a:visited 
{
	color: #eee;
	text-decoration: none;
}

#navigationList a:hover, #navigationList a:active 
{
	background-color: #76839a;
	background-image:  url(../images/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000033;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active 
{
	background-color: #76839a;
	background-image:  url(../images/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000033;
}

