body {
    background: #3f6890;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bodybg.gif);
	}

a:link {color: #0448af; }
a:visited {color: #0448af; }
a:hover {color: #0448af; }

img.left {float: left; padding-right: 5px; padding-bottom: 5px;}


#mainContainer {
	width:768px;
	height: 471px;
	margin: auto; /* funny little bug requires this */
    margin-top: 50px; 
	padding: 0;
	text-align:left;
	background-image: url(images/mainBg.gif); 
	border: 2px solid black;

	}
	

/* Below begins the left container */	
	
#leftContainer {
	width:470px;
	padding: 0;
	margin: 0;
	float:left;

	}
	
#leftHeader {
   width:470px;
   }
   
#leftHeader h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:18px;
   padding-left: 5px; 
   padding-top: 5px;
   padding-bottom: 2px;
   margin-left: 5px;
   margin-top: 5px;
   background: #ebf4fd;
   border: 1px solid #8cb3d9;
   }  

#leftContent {
   width: 472px;

   }

#leftContent p {
   padding-left: 10px;
   }
   

/* Below begins the right container */   	

#rightContainer {	
    width: 273px; /*Subtracted 16 from actual for padding to work properly */
	height: 455px; /* Same as above */
	padding: 8px;
	margin: 0;
	float:right; 
	background-image: url(images/verticalBg.gif);
	background-repeat:repeat-x; 
	}
	
	
#rightTopContent {
    height: 180px;
	margin: 0;
	background: url(images/logo.jpg) no-repeat;
	padding-left: 130px;

	}

#rightBottomContainer {
    height: 264px; /* Subtracted 16 here too */
	}

#rightNavBox { 
    height: 252px; /* And here */
	
	}
	
	
	
/* Below is our DHTML Nav Box */
	
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 1px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 2px;
		}

.shadetabs li.selected a{ 
background-color: #d9ebfd;

}

.shadetabs li.selected a:hover{ 
	text-decoration: none;
	}

.navContent {
	margin-bottom: 1em;
	padding: 10px;
	padding-top: 20px;
	}

.navContent li {list-style-image:url(images/arrow.gif); }	

.navContent a:hover {left: 1px; position: relative; font-weight: bold;}		

.tabcontent{
	display:none;
	}


#rightFooter { 
    height: 12px; 
	padding-left: 5px;
    padding-top: 5px;
	text-align: right;
	color: white;	
	font-weight: bold;
	font-size: 11px;
	}
	
#rightFooter a:link { color: white;	text-decoration: none; }
#rightFooter a:visited { color: white; text-decoration: none; }		
#rightFooter a:active { color: white; text-decoration: none; }
#rightFooter a:hover { color: white; text-decoration: underline; }		
		
			


/* Ready for some fun? The Google Images ad box styles begin below */

#googleBox {
  width: 768px;
  border: 2px dashed black;
  background: #FEF9CF;
  margin: 30px auto -30px auto;
  text-align: left;
  }
  
#googleBox p { margin: 10px;  }
#googleBox li { margin: 5px 0; }
