﻿body {
}
.ScrollDiv 
{
	
	position:relative;
    overflow:hidden;
    width:900px;
    height:53px;
}

.leftTable
{
WIDTH: 220px; 
BACKGROUND-COLOR:#dd3a40;
color:Black;
}
.leftTable tr td a
{
color:whitesmoke;
}
.leftTable tr td a:hover
{
color:black;
}

.rightTable
{
WIDTH: 220px; 
BACKGROUND-COLOR:#afafaf;
color:Black;
}


#header
{
     background-image: url(Images/pic1.jpg);
}
a
{
	text-decoration:none;
	color:Black;
}
a:hover
{
	text-decoration:none;
	color:red;
}

.outlinemenu{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 180px; /*default width of menu*/
border: 1px solid black;
overflow-x: hidden;
}

.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}
ul
{
	
margin: 0;
padding: 0;
}
.outlinemenu ul li a{
background: black;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
filter:alpha(opacity=65);
-moz-opacity:.65;
-khtml-opacity:.65;
opacity:.65;
background-color:black;
font-family:Tahoma,Verdana, Arial, sans-serif;
font-size: 11px;
font-weight:bold;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

.outlinemenu ul li a:visited, .outlinemenu ul li a:active{
color: white;
}

.outlinemenu ul li a:hover{
color: white;
background: red;
}

/* Holly Hack for IE \*/
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
/* End */


/*Classes for Round Edges Div without images
.divcontainer {background:#ccc; color:#fff; margin:0 15px;}
 .rtop, .rbottom{
display:block;
background:#fff;
}
 .rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#white;
}
 .r1{margin: 0 5px}
 .r2{margin: 0 3px}
 .r3{margin: 0 2px}
 .r4{
margin: 0 1px;
height: 2px
}*/
