body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2A327C;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000033;
	text-decoration: none;
	border: 1px solid #737373;
	background: #FFFFA0;
}
.whiteheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytextblue {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333A81;
	text-decoration: none;
}
td.fieldlabelRight{

	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8.5pt;
	font-weight		: bold;
	color			: #333A81;
	text-align		: right;
}
td.fieldLabelLeft{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8.5pt;
	font-weight		: normal;
	color			: #333A81;
	text-align		: left;
	padding-left	: 5px;
	padding-top		: 2px;
}

.bodytextblue1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333A81;
	text-decoration: none;
}

.heading1 {
	font-family: "Tahoma";
	font-size: 13px;
	font-weight: bold;
	color:#434586;
	text-decoration: none;
}
.bodytextwhite {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.contactfont {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color:#000066;
	text-decoration: none;
}
.heading {
	font-family: Helvetica, Bankgothic, Clarendon, Palatino, Times;
	font-size: 13px;
	font-weight: bold;
	color:#000056;
	text-decoration: none;
}
.headingred {
	font-family: "Tahoma";
	font-size: 15px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}
.secondfont{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#8153D7;
	text-decoration: none;
}
.contactfont1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#000066;
	text-decoration: none;
}

.border {
	border: 1px solid #FFFFFF;
}
.bodytextblack {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #a5abc4;
	text-decoration: none;
}
.footerwhite {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #cc0e0e;
	text-decoration: none;
}


/*category hyperlink effect gets start*/
A.toplinkmenu {
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434586;
	font-weight: bold;
	padding-left:2;
	text-decoration:none;
}
a:hover.toplinkmenu{
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B7BAC;
	font-weight: bold;
	padding-left:2;
text-decoration:none;
}
/*category hyperlink effect gets start*/
A.leftbarmenu {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	padding-left:2;
	text-decoration:none;
	line-height: 20px;
}
a:hover.leftbarmenu{
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e8c2c2;
	font-weight: normal;
	padding-left:2;
text-decoration:none;
}
/*category hyperlink effect gets start*/
A.button {
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0f226f;
	font-weight: bold;
	padding-left:2;
	text-decoration:none;
}
a:hover.button{
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243eab;
	font-weight: bold;
	padding-left:2;
text-decoration:none;
}
/*category hyperlink effect gets start*/
A.redlink {
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0e0e;
	font-weight: bold;
	padding-left:2;
	text-decoration:none;
}
a:hover.redlink{
font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f0d0d;
	font-weight: bold;
	padding-left:2;
text-decoration:none;
}
.norepet {
	background-repeat: repeat-x;
}

/**************
CSS FOR MENU IN HEADER 

STARTS FROM HERE
==============*/

/* ######### Style for Tab Interface itself ######### */


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
line-height:20px;
z-index:100;
background-color: #E1E1EC;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: 434586;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D8DBC8;
}

/**************
CSS FOR MENU IN HEADER 

ENDS HERE
==============*/
/*  css for lightbox effect */

#lightbox{
	position: absolute;
	top: 40px;
	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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/*  css for lightbox effect */

	H1 {font-family: Helvetica, Arial, Geneva;
				text-align: center;
				font-size: 20pt;
        font-style: italic;
				color: #211F68;
				line-height: 30px;
				}
	H2 {font-family: Helvetica, Bankgothic, Clarendon, Palatino, Times;
				font-size: 13pt; 
				text-align: left;
				font-style: bold;
				color: #211F68;
         }
	H3 {font-family: Helvetica, Bankgothic, Helvetica;
				font-size: 10pt; 
				text-align: left;
				font-style: bold;
				color: #FF0000;
         }

	P {font-family: Times, Helvetica, Arial, Geneva;
				font-size: 10pt; 
				text-align: justify;
				font-style: normal;
				color: #333A81; 
				line-height: 16px;
}
	H4 {font -family: Helvetica, Arial, Geneva;
				font-size: 11pt; 
				text-align: justify;
				font-style: normal;
				color: #000000; 
				line-height: 15px;
}
