﻿body {background-color: #000000; background-image: url('images/bkg.jpg'); background-position:top center ; background-repeat:repeat-y; margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 80%;}
h1 {font-family: Garamond, "Times New Roman", Times, serif; font-size: 24px;}
#shadow-top { height: 50px; width: 900px; margin: 0 auto 0 auto; }
#wrapper {width: 800px; margin: 0 auto 0 auto; background-color:#FFFFFF; overflow: hidden;  } 
#header {height: 85px; padding: 15px;}
#header-R {float:right; width: 300px; text-align:right;}
#nav-bar {height:30px; background-color:#990000}
#content { }
#flash-movie {float:left; width: 525px; height: 225px; background-color:#FFF;}
#footer-shadow { height: 50px; width: 900px; margin: 0 auto 0 auto;}
#column-L {	float: left; width: 495px; background-repeat:repeat-x; padding:15px; }
#column-R {	float: right; width: 245px; background-color:#EA9D79; background-image:url('images/bkg-col-R.gif'); background-repeat:repeat-x; padding:15px;}
.align-right {text-align: right;}
.center {text-align: center;}
.fontsize14 {font-size: 14px;}
.margin-L20 {margin-left: 20px;}
.redlinks {  }
.redlinks a:link {color: #800000;}
.redlinks a:visited {color: #800000;}
.redlinks a:active {color: #800000;}
.redlinks a:hover {color: #333333;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu :visited {
display:block;
font-size:10px;
width:87px;
padding:7px 0;
color:#FFF;
background: #990000;
text-decoration:none;
margin-right:1px;
text-align:center;
font-family:verdana, sans-serif;
}
.menu a {
display:block;
font-size:10px;
width:87px;
padding:7px 0;
color:#FFF;
background: #990000;
text-decoration:none;
margin-right:1px;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#FFF;
background:#800000;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul a:hover ul{
visibility:visible;
}

.menu ul li:hover ul{
visibility:visible;
}

