/* CSS Document */

body,td,th {
  font:100% Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:1.2;
  color: #FFFFFF;
}

body
{ margin:0px;
  padding:0px;
  color:#FFFFFF;
  height: 100%; 
  background:transparent url(images/background.jpg) no-repeat fixed bottom left;
  background-color:#000000;
   }

/* LINK EFFECTS */

a {
  text-decoration:none;
  font-weight:bold;
  cursor:pointer;
 }

a:link,a:visited {
  color:#FF0000;
  cursor:pointer;
 }

a:hover,a:active {
  color:#FFFFFF;
  cursor:pointer;
 }
    
/* POSITIONING CONTAINERS */
   
#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height:470px;
	margin:0px;
	padding:0px;
	background:transparent url(images/header.gif) no-repeat scroll top left;
	z-index:1;
}
   
#container {
	position: absolute;
	left: 0px;
	top: 208px;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background:transparent url(images/trunk.jpg) repeat-y scroll top left;
	z-index:5;
}

#content {
	position: absolute;
	top:0px;
	left:0px;
	width: 985px;
	height: auto;
	margin:0px;
	padding:0px;
	background:transparent url(images/trunk.jpg) repeat-y scroll top left;
}
   
#contentLeft {
  float:left; 
    overflow: visible !important; 
    overflow:hidden;
    width:165px;	
    padding:0;
    margin:0;
}
   
#contentRight {
	float:right; 
    overflow: visible !important; 
    overflow:hidden;
    width:800px;	
    padding:0 0 0 20px;
    margin:0;
	z-index:10;
}
   
#contentLinksLeft {
  float:left; 
    overflow: visible !important; 
    overflow:hidden;
    width:275px;	
    padding:0;
    margin:0;
}
   
#contentLinksRight {
	float:right; 
    overflow: visible !important; 
    overflow:hidden;
    width:502px;	
    padding:0;
    margin:0;
}

#footer {
width:auto!important;
clear:both;
position:relative;
text-align:center;
padding:0;
z-index:8;
}
			
#tertiary {
position:relative;
text-align:center;
z-index:1;
clear:both;
margin:0 0 0 0;
padding:3px;
}

/* Overall Styles */

p {
  font-size:14px;
  line-height:1.25;
  color:#FFFFFF;
  margin:10px 20px 0px 20px;
  padding:0px;
   }
   
.bigger {
  font-size:18px;
}
   
h1 {
  color:#FFCC00;
  font-size:18px;
  font-weight:bold;
  margin:5px;
  line-height:1.25;
   }
   
h2 {
  color:#66FF00;
  font-size:16px;
  font-weight:bold;
  margin:5px;
  line-height:1.25;
  }
   
h3 {
  font-size:16px;
  font-weight:bold;
  margin:5px;
  line-height:1.25;
  }

.copyright {
  font-size:10px;
  line-height:1;
  color:#FFFFFF;
  text-align:center;
  margin:0px;
  padding:0px;
}
   
li {
  margin-left:0px;
  margin-right:0px;
  margin-top:5px;
  margin-bottom:0px;
  padding:0px;
   }
  
ul {
  font-size:14px;
  line-height:1.25;
  color:#FFFFFF;
  margin:5px 14px 0 40px;
  padding:0em;
  text-align:left;
   }
   
ol {
  font-size:14px;
  line-height:1.25;
  color:#FFFFFF;
  margin:5px 14px 0 40px;
  padding:0em;
  text-align:left;
   }  
   
form {
  display:inline;
  }
  
.marginless {
  margin:0px;
  padding:0px;
  }
  
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #FFFFFF;
font-size:12px;
color:#FFF;
visibility: hidden;
z-index: 100;
font-weight:bold;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#calendar {
  width:350px;
  height:261px;
  text-align:center;
  margin:0 auto;
  padding:0;
  background:transparent url(images/calendar3.jpg) no-repeat scroll top center;
  }

#calendar2007 {
  width:350px;
  height:300px;
  text-align:center;
  margin:0 auto;
  padding:0;
  background:transparent url(images/calendarBack2007.jpg) no-repeat scroll top center;
  }
  
/* 2008 */

.calendar1 {
  font-size:10px;
  line-height:1.2;
  margin:0px;
   } 
   
.calendarDate {
	font-size:20px;
/*	font-weight:bold;
	color:#FFF; */
}
   
.calendarHead {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}