/* *********** TAG STYLES ************** 
   2010-02-26   Start new style sheet for new organization
   ************************************* 
   
   Logo Green is #42b529
   Logo Blue is  #293984 
  
*/  
/*  DYNAMIC CHANGED STYLES */
.esp { display:none;
    visibility: hidden;
	}
.eng { display:block;
    visibility: visible;
	}
.ACblue {
	  color:#293984;
	}
.ACGreen {
	  color:#42b529;
	}	
/* PAGE LAYOUT STYLES */
html { 
	 height: 101%; 
	 margin-bottom: 1px; 
	 }
body {
   background-color: #FFFFFF;
   text-align: center;  /* centers main content for old IE */
   font-family:Verdana,Arial,Sans-serif;
   color:#293984;
   font-size:12px;
   margin:0;
   padding:0;
}
#bodyWrapper {
	width:790px;
	margin: auto;
	background-color: #FFFFFF;
	text-align:left;
	position:relative;
}
#logo {
	margin-top:6px;
	width:150px;
	border-width:0;
	height:130px;
}
#headingarea {
	padding:0;
	margin:0;
	text-align:center;
	position:absolute;
	top:0px;
	right:0px;
	font-size:14px;
}
.menuItemActive {
	float:right;
	width:150px;
	height:35px;
	padding-top:10px;
 	border-style:solid;
	border-color:#FFFFFF;
	border-width: 0 0 2px 2px;
	color:#42b529;
	font-weight:bold;
	background-color:#293984;
}
.menuItemInactive {
	float:right;
	width:150px;
	height:35px;
	padding-top:10px;
 	border-style:solid;
	border-color:#FFFFFF;
	border-width: 0 0 2px 2px;
	color:#FFFFFF;
	background-color:#293984;
}
.menuItemHighlight {
	float:right;
	width:150px;
	height:35px;
	padding-top:10px;
 	border-style:solid;
	border-color:#FFFFFF;
	border-width: 0 0 2px 2px;
	color:#FFFFFF;
	background-color:#293984;
	font-weight:bold;
}
#heading {
	float:left;
	margin-top:15px;
	text-align:left;
	font-size:24px;
	font-weight:bold;
}
#swap {
	float:right;
	margin-top:50px;
}
#footer {
	font-size:10px;
	text-align:center;
	margin-top:20px;
}
.clearBoth {
	clear:both;
}
/* Used for DIV hide and show */	
.pageHide { display:none;
    visibility: hidden;
	}
.pageShow { display:block;
    visibility: visible;
    margin-top:20px;
	}
/* Used for double columns */
.leftCol {
	 float:left;
	 width:48%;
}
.rightCol {
	 float:right;
	 width:48%;	
}	
	
/* Better than embedded tags... */  
.titles {
	 font-size:16px;
   font-weight: bold; 
   color: #42b529;
   margin-bottom:8px;
   }
.bold {
   font-weight: bold;
   }
.italics {
   font-style: italic;
   }   
.error {
   font-weight: bold;
   color: red;
   }
.top {
   vertical-align: top;
   }
.left {
   text-align: left;
   }
.right {
   text-align: right;
   }
.justify {
	 text-align:justify
}
.centered {
	 text-align:center;
 }  
.center {
   margin: auto;
   }
   
   
.banner {
   height: 40px; 
   vertical-align: middle;
   text-align: center;
   }

.content {
   font-family: Verdana; 
   font-style: normal; 
   font-variant: normal; 
   font-weight: normal;
   font-size: 13px; 
   line-height: 17px; 
   color: rgb(80, 80, 80); 
   background-color: White;
   }


/* ********************** END OF CSS *************** */

