
/* set up link attributes here */
A:link {text-decoration: none}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

table#custom {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;  
}	

body {
   margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 20px;
	background: #cdbe70;
	text-align:center;	
	}

.titleHead {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 15px; 
    font-weight: bold;
    color: #2A7F2A;
}
	
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }	

.boxHeadText { 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold;
    color: #2A7F2A;
    padding-left: 5px;    
    }	
    
.msgHeader { 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 12px; 
    font-weight: bold;
    color: red; 
    padding-left: 50px   
    }
        
.boxContainer {
    padding-left: 50px;
    padding-right: 50px;
}    
ul {_padding-top: 12pt}

.clear { clear: both; }
h3 {
	font-size: 130%;
	}

h4 {
	font-size: 100%;
	color: #999;
	margin: 0;
	}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
}
	
#contentEvents { 
	padding: 15px 15px 30px 15px; 
	font-size: 15px;
	font-weight: bold;}
	
#wrapper { 
   overflow:auto;
	_overflow:none;
	width: 784px;
	margin-left: auto;
   margin-right: auto;
	background-image: url(../images/bkg_border.gif);
	background-repeat: repeat-y; 
	min-height: 500px;/* set here min height  */   
   height: auto !important;/* overwrite the height */   
   _height: 500px;
}

#bottomWrapper { 
   overflow:auto;
	_overflow:none;
   width: 784px;
   padding-top:0px;
	background-image: url(../images/bkg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: auto;
   margin-right: auto;
	min-height: 72px;/* set here min height  */   
   _height: 72px;   
}
		
.container {
	overflow:auto;
	_overflow:none;
	width: 699px;	
	min-height: 500px;/* set here min height  */   
   height: auto !important;/* overwrite the height */   
   _height: 500px;	
	margin-left: 42px;
	_margin-left: auto;
   margin-right: auto;   
   text-align:left;   
	background: #fff;		
	background-image: url('../images/nav_header.jpg');	
	background-repeat: no-repeat;
	background-position: top;	
}

#nav {
	margin-bottom: 0px;
	height: 30px;
	_height: 50px;	
	margin-left: -30px;
	_margin-left: 0px;
	border-bottom: 2px solid #FE0000;
	text-align:left;
	/*display:inline-block;*/	
	}

li#indent { padding-left: 20px;}
li#indent2 { padding-left: 110px; _padding-left: 70px; }

#nav li {
	margin-top: 0px; 
	margin-left: 0px; 
	_margin-left: 9px;
	display: inline;	
	list-style-type: none;
	position:relative;
   top:5px;
   }
	
#nav a:link, #nav a:visited {
	float: bottom;
	font-size: 15px;
	line-height: 0px;
	font-weight: bold;
	padding: 0px 12px 0px 12px;	
	text-decoration: none;
	color: #708491;	
	}	
	
#nav a:link.active, #nav a:visited.active {
	color: #000000;	
	background-image: url('../images/full_player.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 1.7em;	
	padding-top: 3.5em;
	_padding-top: 3.3em;
	text-decoration: none;	
	}
	
#nav a:hover {
	color: #FE0000;	
	background-image: url('../images/full_player.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 1.7em;	
	padding-top: 3.5em; /*move pic with padding*/
	_padding-top: 3.3em;	
	}
td.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}	

td.smallText  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.leftContent{
   float:left;
   width:50%;
	_width:40%;
}

.rightContent{   
}

#overlay{ 
    background-image: url('../images/overlay.png');
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="../images/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
