/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
BODY {
	MARGIN: 0px 0px 0px 0px; 
	PADDING: 0px 0px 0px 0px; 
	color: #666666;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	voice-family: inherit;
	background-color:#eeeeee;
}
#pagebg  {
	z-index: 1;
	position:absolute;
	background-color: #ffffff;
}
#topbar, #shader1, #mainContent, #shader2, #secundaryContent, #shader3, #bottombar  {
	z-index: 2;
	position:absolute;
}
#topbar, #bottombar {
	text-align:center;
	background-color: #eeeeee;
}
#topbar img {
	margin: 6px 0px 0px 0px;
}
#mainContentBox {
	z-index: 5;
	position:absolute;
	background-color: #eeeeee;
}
.secundaryContentBox {
	font-size:11px;
	width: 430px;
	float:left;
	height:100px;
	padding:15px 15px 0px 15px;
	overflow:hidden;
}
.secundaryContentBox img{
	float:left;
	padding-right:15px;
}
#titlebar {
	z-index: 3;
	position:absolute;
}
#contentbackground {
	z-index: 3;
	position:absolute;
}
#topfader {
	z-index: 5;
	position:absolute;
}
#bottomfader {
	z-index: 5;
	position:absolute;
}
#bottomnav {
	z-index: 5;
	position:absolute;
	font-size: 11px;
	color: #ffffff;
}
#designby {
	z-index: 5;
	position:absolute;
}
#container	{ 
	position:absolute; 
	overflow:hidden;
	width:0px; 
	height:0px; 
	z-index:4; 
	}
#wn	{ 
	position:relative; 
	left:0px; 
	top:0px; 
	width:0px; 
	height:0px; 
	overflow:hidden;	
	z-index:4; 
	}
.content { 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:4; 
	padding-top:6px;
	}
#bottomcontent { 
	position:absolute; 
	padding: 9px 26px 26px 26px;
	z-index:4; 
	}
img {
	behavior:url('../js/_pngbehavior.htc');
}
H1{
	text-align:left;
	color: #6296cf;
	font-size: 12px;
	line-height:14px;
	font-weight: bold;
	padding: 0px 16px 0px 16px;
}
H2{
	text-align:left;
	color: #6296cf;
	font-size: 20px;
	font-weight: normal;
}
H3{
	text-align:left;
	color: #6296cf;
	font-size: 16px;
	font-weight: bold;
}
H4{
	text-align:left;
	color: #6296cf;
	font-size: 20px;
}
H5{
	text-align:left;
	color: #6296cf;
	font-size: 20px;
}
P{
	color: #6296cf;
	font-size: 11px;
	padding: 0px 16px 0px 16px;
	text-align:justify;
	line-height:15px;
}
li{
	color: #6296cf;
	font-size: 11px;
	padding: 0px 4px 0px 4px;
	text-align:justify;
}
A {
	color: #6296cf;
	TEXT-DECORATION: underline;
}
a:hover, #nav a.active {
	font-size: 11px;
	color: #6296cf;
	TEXT-DECORATION: underline;
}

#bottomnav td {
	font-size: 1px;
	border:none;
	padding: 0px;
	margin:0px;
	line-height:1px;
}
#bottomnav a, #bottomnav a:hover {
	font-size: 1px;
	border:none;
	padding: 0px;
	margin:0px;
	line-height:1px;
}

/* Set small font-size or size/position of div's will be off in some browsers  */
#scrollbar { 
	visibility:hidden;
}
#track { 
	visibility:hidden;
}
#dragBar {
	visibility:hidden;
}  

