* {
	padding: 0;
	margin: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#000000;
	text-align:center;
}

* html body{
	font-size:x-small; /* for IE 5 */
	f/ont-size:small; /* for other IE ver. */
}
a{
	color:#0066FF;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#000000;
}
#wrapper{
	width:800px;
	height:auto;
	background:#dfdddd;
	margin:0 auto;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#stylechanged{
	background:#000000;
	color:#ffffff;
}
/* ################ Header ########### */
#header{
	width:800px;
	height:396px;
}
#headerLeft{
	width:400px;
	height:396px;
	background:url(../images/body/leftHead.jpg) no-repeat;
	float:left;
	text-align:left;
	font-size:12px;
}
#headerRight{
	background:url(../images/body/rightHead3.jpg) no-repeat;
	float:right;
	width:400px;
	height:396px;
}
#styleSwitch{
	float:right;
	padding-right:15px;
	display:inline;
}
#navBar  {
	width:90px;
	height:auto;
	float:right;
	margin-top:-105px;
	padding-right:10px;
}
#navBar ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:12px;
}

#navBar ul li { 
	background:none;
	list-style-type: none;
	font-size:12px;
	border-bottom:#000000 1px solid;
	text-align:right;
}

#navBar ul li  a {
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	width:160px;
}

#navBar ul li a:hover{
	color:#FFFFFF;
	background:none;
}
#content{
	width:800px;
	height:auto;
	color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contentLeft{
	width:555px;
	height:auto;
	float:left;
	padding-left: 20px;
	text-align:justify;
	text-decoration:none;
	text-wrap:suppress;
}
object.floatLeft{
	float:left;
	margin:4px;
}
img.popRight{
	float:right;
	margin:4px;
}
img.floatLeft{
	float:left;
	margin:4px;
}
#container{
	float:left;
	margin:4px;
}
#contentLeft2{
	width:705px;
	height:auto;
	float:left;
	padding-left: 20px;
	text-align:justify;
	text-decoration:none;
}

#contentRight{
	background:#CCCCCC;
	float:right;
	width:180px;
	padding-right: 20px;
	padding-top: 15px;
	margin-top:15px;
	padding-left: 5px;
}

#footer{
	clear:both;
	height:50px;
	width:800px;
	text-align: center;
	padding-top:80px;
	background:#000000 url(../images/body/footer.jpg) no-repeat;
	 color:#666666;
}
#footer a{
	color:#ffffff;
} 
.titles{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.dateGTM{
	color:#999999;
	font-size:10px;
}
.bar{
background:#FFFFFF;
}
.dateright{
text-align:right;
}
.style1 {color: #FFFFFF}

/* Light Box */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}

.headers{
	font-size:14px;
	font-weight:bold;
}/* CSS Document */