body {
	background-color: #648EC3;
	background-image: url(header/AGI_BKG.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link,  a:visited, a:active {
	text-decoration: none;
	color: #003366;
}
a:hover{
	text-decoration: underline;
	color: #B92827;
}
.menBkg {
	background-image: url(header/AGI_header_Lnav_BKG.jpg);
	background-repeat: no-repeat;
}
.menuText {
	font-size: 10px;
	color: #003366;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 8px;
}
.menuText a:link, .menuText a:visited, .menuText a:active {
	text-decoration: none;
	color: #003366;
}
.menuText a:hover {
	text-decoration: none;
	color: #B92827;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.footerMenu {
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	line-height: 1.8em;
}
.footerMenu a:link, .footerMenu a:visited, .footerMenu a:active {
	text-decoration: none;
	color: #003366;
}
.footerMenu a:hover {
	text-decoration: none;
	color: #B92827;
}
.dss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dss a:link, .dss a:visited, .dss a:active {
	text-decoration: none;
	color: #003366;
}
.dss a:hover{
	text-decoration: underline;
	color: #B92827;
}
.R {
	background-image: url(header/AGI_header_R.jpg);
	background-repeat: repeat-y;
}
.L {
	background-image: url(header/AGI_header_L.jpg);
	background-repeat: repeat-y;
}
.leading {
	line-height: 1.3em;
}
.floatR {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
}
.floatL {
	float: left;
	margin: 6px;
}
.floatLStudents {
	float: left;
	margin: 1px 1px 1px 3px;
}
.moduleBlueTop {
	background-image: url(header/AGI_header_moduleBlueTop.jpg);
	background-repeat: no-repeat;
}
.moduleWhiteTop {
	background-image: url(header/AGI_header_moduleTop.jpg);
	background-repeat: no-repeat;
}
.title {
	font-size: 14px;
	color: #2C4870;
	font-weight: bold;
}
.title a:link, .title a:visited, .title a:active {
	text-decoration: none;
	color: #2C4870;
}
.title a:hover{
	text-decoration: none;
	color: #B92827;
}
.titleRed {
	font-size: 14px;
	color: #B92827;
	font-weight: bold;
}
.footerR {
	background-image: url(footer/AGI_footer_R.jpg);
	background-repeat: repeat-y;
}
.footerL {
	background-image: url(footer/AGI_footer_L.jpg);
	background-repeat: repeat-y;
}
.booksFloatL {
	float: left;
}
.legal {
	font-size: 10px;
}
.testimonials {
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}
.text11 {
	font-size: 11px;
}
.text10 {
	font-size: 10px;
}
.womenBkg {
	background-image: url(assets/WomenInPT_sidebar.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.dottedR {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.td_bkgColorBlue {
	background-color: #CCCCCC;
}
/* ----------------------BEGIN LightBox-------------------- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(assets/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */  /* OLD CODE ../images/blank.gif*/
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}                                             /* /agi/assets/lightbox */
#prevLink:hover, #prevLink:visited:hover { background: url(../assets/lightbox/prevlabel.gif) left 15% no-repeat; } 
#nextLink:hover, #nextLink:visited:hover { background: url(../assets/lightbox//nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* ----------------------END LightBox-------------------- */
