body {
	margin: 0;
	padding: 0;
	background-color: #bac8de;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
color: #000000;
text-align:left;
	
            }
			
content#{
	
}


h2 {
	
	color: #3d5b89;
	margin:0;
	font-size:21px;

}			

h3 {
	
	color: #3d5b89;
	margin:0;
	font-weight:bold;

}	

h4 {
	
	color: #FFF;
	margin:0;
	font-weight:bold;

}

h5 {
	
	color: #3d5b89;
	margin:0;
	font-size:18px;

}

#switch{
	position:relative;
	left:376px;
	top:177px;
	z-index:500;	
}

#sidebar_1  {
	color:#FFF;
	height:17px;
	padding:10px;
	background-image:url(gfx/sidebar.gif)   ;
	position:relative;
	top:20px;
    }
		
#sidebar_2  {
	color:#FFF;
	height:17px;
	padding:10px;
	background-image:url(gfx/sidebar.gif)   ;
	position:relative;
	top:120px;
    }	
	
#sidebar_3  {
	color:#FFF;
	height:17px;
	padding:10px;
	background-image:url(gfx/sidebar.gif)   ;
	position:relative;
	top:300px;
    }	
			


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




#root {
	width:1099px;
	z-index:1;
	border-top: solid 1px #88a1c6;
	border-left: solid 1px #88a1c6;
	border-right: solid 1px #88a1c6;

}


#menu {
	width:1097px;
	height:40px;
	z-index:1;
	background-color: #3d5b89;
	border-top: solid 1px #bac8de;
	border-bottom: solid 1px #bac8de;

}


#content {
	width:1097px;
	overflow: hidden;
	z-index:1;
	background-color: #bac8de;
	border-left: solid 1px #d2dbe9;
	border-right: solid 1px #d2dbe9;
	border-top: solid 1px #88a1c6;

}

#contentleft {
	float: left;
	width:806px;
	z-index:1;
	min-height:580px;
	background-color: #bac8de;
	border-right: solid 1px #d2dbe9;
	text-align:left;

}

#column_right{
	padding:20px 20px 20px;
	width:50%;
	color:#000;
	float: right;
}

#column_left{
	float:left;
	
	padding:20px;
	
	
}

#contentleftborder {
	float: left;
	width:807px;
	z-index:1;
	background-color: #bac8de;
	border-right: solid 1px #88a1c6;

}

#contentright {
	float: right;
	width:287px;
	z-index:1;
	background-color: #bac8de;
	border: solid 0px #88a1c6;

}


#menubottomframe {
	width:1099px;
	height:41px;
	z-index:1;
	background-color: #88a1c6;
	border-right: solid 1px #88a1c6;
	border-left: solid 1px #88a1c6;
	border-bottom: solid 1px #88a1c6;

}



#menubottom {
	width:1097px;
	height:40px;
	z-index:1;
	background-color: #88a1c6;
	border-right: solid 1px #d2dbe9;
	border-left: solid 1px #d2dbe9;
	border-bottom: solid 1px #d2dbe9;
	text-align:right;
	padding; 20px;
}


img
{  border-style: none;
}



/* toggle text box  */

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(gfx/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 18px;
	font-weight: normal;
	/*float: left;*/
}
h2.trigger a {
	color: #3d5b89;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #5c6a81; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	position:relative;
	left:50px;
	border:#88a1c6 solid 1px;
	background: #cfd9e8 ;
	overflow: hidden;
	font-size: 1em;
	width: 700px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	
}

/* toggle text box  */





a:link { color:#3d5b89; text-decoration:underline;  }
a:visited { color:#3d5b89; text-decoration:underline; }
a:hover { color:#3d5b89; text-decoration:underline; font-weight: bold; }
a:active { color:#3d5b89; text-decoration:underline; }



a.white:link { font-size: 10px; color:#555555; text-decoration:none; }
a.white:visited { font-size: 10px; color:#555555; text-decoration:none; }
a.white:hover { font-size: 10px; color:#555555; text-decoration:none; }
a.white:active{ font-size: 10px; color:#555555; text-decoration:none; }
