body{
background-color: #ffffff;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: left;
font-size:100%;
scrollbar-face-color: #990000;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: grey;
scrollbar-darkshadow-color:  grey;
scrollbar-shadow-color: grey;
scrollbar-arrow-color: blue;
scrollbar-track-color: DCDCDC;
background-image:url();
/* Defines the location of the background image (relative or absolute location) */
background-attachment:fixed;
/* Sets the image to be fixed in place and will not scroll with page content*/
background-repeat:no-repeat;
/* The background image is to display one time only */
background-position:top center; 
/* The background image will always be in the top left of the browser*/


}
.table, .table TD, .table TH
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #B22222;
background-color: transparent;
}

.table2, .table TD2, .table TH2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #696969;
background-color: transparent;
}

}

#wrapper{
width: 770px;
background-color: #ffffff;
margin: 10px auto;
border: 0px solid #696969;
text-align: center;
}

#content{
margin-left: 0px;
width: 550px;
text-align: left;
font-size: 14px;
scrollbar-face-color: #B22222;
}

/* CSS to change all headings at once*/
h2,h3,h4,h5,h6 
{
font-size: 90%;
color:#191970;
} 


#list{
font-size: 75%;
}

#content p{
font-size: 75%;
margin: 0px;

}

#content h1{
font-size: 90%;
color: #990000;
padding: 0;
margin: 0px;
text-align: left;
}

#content h2{
font-size: 85%;
color: #990000;
padding: 0;
margin: /*100px 0 0*/ 0px;
text-align: left;
}


.containerright{
width: 99%; 
float:right;
text-align: right;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}

.leftimage{
float: left;
margin-right: 5px;
border: 1px solid #990000;
margin-bottom: 20px;
margin-top: 10px;
}
.rightimage{
margin-bottom: 20px;
margin-top: 10px;
float: right;
margin-left: 15px;
border: 1px solid #990000;
width: 100px;
}


.menu {
z-index:1000;
font-size:90%;
height:235px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
height:182px;
position:relative;
border:1px solid #fff;
}

.menu li {
background:#ddd;
height:26px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border-bottom:1px solid #fff;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#ddd; width:150px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#999;}

.menu :hover > a {
color:#fff; 
background:#999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:150px;
}
* html .menu ul ul {left:150px; lef\t:150px;}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible;
height:235px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:235px;
background:#eee;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
background:#eee;
}
