html, body {
	width: 100%;
	height: 100%;
}



body {
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	background: #003366 url(images/background.jpg) repeat-x top;
}

/* ====================================================================

  SHADOWS - PNG HACKS

-------------------------------------------------------------------- */



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowLeft {

	width: 5px;

	/* works for IE5+ win */

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-left.png', sizingMethod='scale');



	/* hides from everything but IE5mac */

	/*\*//*/

	background: url(shadow-left.png) repeat-y right;

	/**/

}

/* FF/Moz see this [class]fine and render it fine */

#shadowLeft[class] {

	background: url(images/shadow-left.png) repeat-y right;

}



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowRight {

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-right.png', sizingMethod='scale');

	/*\*//*/

	background: url(shadow-left.png) repeat-y right;

	/**/

}

/* FF/Moz see this fine and render it fine */

#shadowRight[class] {

	background: url(images/shadow-right.png) repeat-y left;

}



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowTop {

	height: 5px;

	/* works for IE5+ win */

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-top.png', sizingMethod='scale');

	/* hides from everything but IE5mac */

	/*\*//*/

	background: url(shadow-top.png) no-repeat;

	/**/

}

/* FF/Moz see this fine and render it fine */

#shadowTop[class] {

	background: url(images/shadow-top.png) no-repeat;

}



/* works for IE5+ win and IE5mac, but FF/moz ignore */

#shadowBottom {

	height: 5px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/shadow-bottom.png', sizingMethod='scale');

	/*\*//*/

	background: url(shadow-bottom.png) no-repeat;

	/**/

}

/* FF/Moz see this fine and render it fine */

#shadowBottom[class] {

	background: url(images/shadow-bottom.png) no-repeat;

}

/**********Body content**********/

.content {
	margin: auto;
	clear: both;
	padding: 2px;
	height: auto;
	width: 700px;
	background: #003366;
}

.header {
	margin: auto;
	height: auto;
	width: 690px;
}

.logo {
	float: left;
	height: 110px;
	width: 310px;
	margin-top: 20px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.intro{
	margin: auto;
	clear: both;
	height: auto;
	width: 695px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66FFFF;	

}
.picHolder{
	float: left;
	height: auto;
	width: 350px;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-align: right;
	margin: auto;
	clear: both;
	height: 30px;
	width: 696px;
	padding-top: 10px;
}

/*****For ddaccordion*****/
.menuBarHldr {
	padding: 5px;
	margin-left: 360px;
	height: auto;
	width: 300px;
	color: #FFFFFF;
	text-align: justify;	
}

.technology{
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #003366;
}

.openlanguage{
	color: #66FFFF;	
}

.closedlanguage{ 
	color: #FFFFFF;
}

/*****For thumbnailviewer*****/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

.clear {
	margin: auto;
	clear: both;
	height: 5px;
	width: auto;
}

#thelangid {
	border: 1px solid #0099FF;
	background-color: #000000;
	background-image: url(images/thelanguagebg.jpg);
	background-repeat: repeat;
	background-position: left bottom; 
	padding: 2px;
}

/**********For form elements**********/
.input {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #333333;background-color: #E1FAFB;padding: 2px;margin: 1px;}

.label {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #FFFFFF;}

.postbttn {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: bold; }

/**********For Links**********/

.normalLinks a:link {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.normalLinks a:visited {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.normalLinks a:hover {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#FFFFFF; text-decoration: underline;}
.normalLinks a:active {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
