/* CSS  */
body { 
background:#F9F7F2;
color: #665531;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 130%;
text-align:left;}
#container{
position:relative;
width:98%;
height:auto;
border:1px solid #F97C00;
margin: auto;}
#top {
background-image:url("Exported_Images/ga_logo_bar.gif");/*url("Exported_Images/ga_logo_bar_800.gif")*/ 
width:900px;
height: 80px; 
margin: 5px auto 10px auto;}
#left{
float: left;
width: 20%;
padding:3px;}
#right{
float: right;
width: 20%;
/*min-height: 1000px; height: auto; height: _1000px;*/ /*How to force height for span */
padding:3px;}
#content{
height: auto;
padding: 3px 5px;
border-right: 1px solid #F97C00;
margin: 0px 22% 10px 22%;}
#footer{
background-image:url("Exported_Images/ga_bottom_logo_bar.gif"); /*url("Exported_Images/ga_bottom_logo_bar_800.gif")*/
width: 900px; 
height: 50px;
margin: 10px auto 25px auto;
clear: both;/*prevents footer div being put out of place by other divs by reserving space*/}
/************************************************************************************************/
#l_nav ul {
margin: 0px; /*removes indent IE and Opera*/
padding: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 14px;}
#l_nav li {
margin: 5px auto;}
#l_nav a {
background: url("Exported_Images/down.jpg");
	color: #665531;
	display: block;
	width: 80%;
	height:20px;
	padding: 5px 2px 2px 40px;
	border: 1px solid #333;
	margin:0px auto;}
#l_nav a:link, #l_nav a:visited {
background:url("Exported_Images/down.jpg");
color: #000;
/*/*/color: #EEE;
text-decoration: none; }
#l_nav a:hover {
border: 1px solid #333;
background: url("Exported_Images/over.jpg");
color: #333;}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
/*/*/border: 1px solid #333;
background: url("Exported_Images/over.jpg");
color: #333; /* */}
/************************************************************************************************/
#r_nav ul {
margin: 0px; /*removes indent IE and Opera*/
padding: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 14px;}
#r_nav li {
margin: 5px auto;}
#r_nav a{
background: url("Exported_Images/homeLinksDown.jpg");
color: #9E744E;
display: block;
width: 70%;
height: 30px; /*height stops overflow on Firefox*/
padding: 1px 2px 1px 40px;
border:1px solid #9e744e;
margin: 0px auto;
text-decoration: none; }
#r_nav a:link, #r_nav a:visited {
background-image:url("Exported_Images/homeLinksDown.gif");
color: #665531;
text-decoration: none; }
#r_nav a:hover{
background-image:url("Exported_Images/homeLinksOver.jpg");
color: #423720;
border:1px solid #665531;}
#r_nav a span {
display: none;}
#r_nav a:hover span {
position: absolute;
display: block;
color: #FF6600;
top: 525px;
right: 32px; 
width: 110px;
text-align:center;}
/**************** content *****************/
.heading{
background:#F9F7F2;
color: #F99000;
margin: 0px 0px 0px 0px;
font: bold 25px Arial, sans-serif; }
.subHeading{
color: #F99000;background:#F9F7F2;
font: 18px Arial, sans-serif; }
.subSubHeading{
color: #665531;background:#F9F7F2;
font: 18px Arial, sans-serif; }
/***********/
.yellow{
color: #ffcc00;background: #F9F7F0;
font: Arial, sans-serif;
text-align: center;
margin: 5px;}
.yellow2{
color: #ffcc00;background: #F9F7F0;
font: bold Arial, sans-serif; }
.orange{
color: #F99000;background: #F9F7F0;
font: Arial, sans-serif; }
.orangeBold{
	color: #F99000;
	background:#F9F7F2;
	font:  bold Arial, sans-serif;}
.brownBold{
color: #665531; background:transparent;
font: bold 16px Arial, sans-serif; }
/***********/
.no_margin{ 		/*this removes the inherent bottom margin on <p>*/
margin:0px;			}
/***********/

a{
text-decoration:none;}
a:link, a:visited{
background:#F9F7F2;
color: #665531;
text-decoration:underline;}
a:hover{
background:#F9F7F2;
color:#F99000;} 
/***********/
#buttons{
background: transparent;
color: #665531;
position: absolute; 
bottom: 0px; 
left: 10px;
font: bold 16px Arial, sans-serif; }
#buttons a:link, #buttons a:visited{
background:#F9F7F2;
color: #665531;
text-decoration: none;}
#buttons a:hover{
background:#F9F7F2;
color:#F97c00;}
#date {
background:#F9F7F2; 
color: #665531;
position: absolute; 
bottom: 0px; 
right: 10px;
font: bold 16px Arial, sans-serif; }
/********************/
.hiddenPic {display:none;}/*used to preload images into cache*/
