body{
background-color:#333333;

}

#main {
position:relative;
top:0px;
width:1000px;
background-image: url(../pics/back/1.jpg);
background-repeat: no-repeat;

}

.pics{
margin-left:10px;
margin-bottom:10px;
border: 1px solid #555555;

}

.pics2{
margin-left:10px;
margin-bottom:10px;
border: 1px solid #666666;

}

#menubar{
position:relative;
top:0px;
width:1000px;
height:28px;
background-image: url(../pics/menu1.gif);
}

#splash{
position:relative;
top:0px;
width:800px;
height:202px;
background:#0055A5;
}

.cnt{
font family: arial;
color: #333333;
font-size: 10px;
background-color:#fde1a0;

}

#drop{
position:absolute;
width:200px;
top:5px;
right:0px;
color:#eeeeee;
font-family:arial;
font-size:12px;
}




#data {
position:absolute;
top:0px;
left:28px;
width: 503px;
height: 202px; 
/* border: 5px solid #aaaaaa; */
overflow: hidden;
background-color:#ffffff;
}


#column-1 {
position:relative;
top:200px;
left:50px;
width:860px;
height:auto;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
padding-top:20px;
border: 1px solid #444444;
font-family: arial;
font-size:10pt;;
color: #dddddd;
z-index:1;
}

#column-1.content{
width: 500px;
padding:20px;
}

/* Lets use the * html hack so only IE6 reads the rule */
* html #column-1 .overlay {
  height: expression(document.getElementById("column-1").offsetHeight);
}

.content{
position:relative;
}

#bottom{
position:relative;
top:200px;
height:50px;
left:0px;
width:100%;
font-family: arial;
font-size:8pt;;
color: #ffffff;
}

.overlay{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 900px;
  background: #333;
  opacity: 0.50;
  -moz-opacity: 0.50; /* older Gecko-based browsers */
  filter:alpha(opacity=50); /* For IE6&7 */
}



#column-2 {
position:absolute;
top:0px;
right:10px;
width:240px;
height:auto;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:0px;
font-family: arial;
font-size:10pt;
color: #dddddd;
border:1px solid #444444;
z-index:1;
}


.overlay2{
  position: absolute;
  top: 0px; /* These positions makes sure that the overlay */
  bottom: 0px;;  /* will cover the entire parent */
  left: 0px;
  width: 260px;
  height:auto; 
  background: #333333;
  opacity: 0.50;
  -moz-opacity: 0.50; /* older Gecko-based browsers */
  filter:alpha(opacity=50); /* For IE6&7 */
}



#column-2.content{
width: 160px;
height:auto;
padding:20px;
}

.content2{
position:relative;
top:10px;
}

/* Lets use the * html hack so only IE6 reads the rule */
* html #column-2 .overlay2 {
  height: expression(document.getElementById("column-2").offsetHeight);
}

ul.custom {
padding-left: 0px;
margin-left: 15px;
}


#address{
position:absolute;
bottom:40px;
right:27px;
width:223px;
height:80px;
font-family: verdana;
color:#ffffff;
font-size:12px;

}



h1 {
font-family:"century gothic";
font-size: 20px;
color: #fde1a0;
font-weight: lighter;
}

h2 {
font-family:"century gothic";
font-size: 15px;
color: #ffffff;
font-weight: 500;
}

h3 {
font-family:"century gothic";
font-size: 20px;
color: #ffffff;
font-weight: 500;
}


td.rowstyle a{
display: block; 
margin: 0px;
color:#eeeeee;
height:15px;
}

td.rowstyle a:link,a:visited, a:active{
color: #eeeeee;
text-decoration:none;
}

td.rowstyle a:hover{
color: #fde1a0;
background-color:#999999;
text-decoration:none;
}







a.sub:link,a.sub:visited,a.sub:active {
	color: #fde1a0;
	text-decoration:none;	
	font-weight: normal;
}

a.sub:hover {
	color: #fde1a0;
	text-decoration:underline;
	font-weight: normal;
	background-color:#999999;
}



	text-decoration:underline;
	font-weight: normal;
}






