@charset "UTF-8";
/* TAG STYLE */
		body{
            background-color:#636;
			margin:10px;
			font-size:11px;
			font-family:Verdana, Geneva, sans-serif;
			color:#636;
			text-align:center; 
		    }
		div{display:block;position:relative;}
		a{color:#C63;text-decoration:none;cursor:pointer;} 
		a:hover{color:#306;}
		
/* ID STYLE */	
		#dPageHolder{
            background-color:#FFF;
			width:1000px;
			height:auto;
			margin-left:auto;
			margin-right:auto;
			text-align:left;
		    }
		
		#dHeader{
            width:1000px;
			background-color:#FFF;
			background-image:url(Images/Header_image_1000x250.jpg);
			height:250px;
            }

		#dSubHeader{
            width:1000px;
			height:50px;
			background-color:#f7ae45;
			background-image:url(Images/Subheader_1000x50.gif);
            }
		#dTorso{
            width:1000px;
			height:auto;
			background-color:#FFF;
			overflow:hidden;
		    }
					
			#dLeft{
                float:left;
				height:auto;
				width:190px;
				background-color:#FFF;
				overflow:hidden;
				z-index:10;
		    }
			
			#dLeftInset{
                width:160px;
				height:auto;
				float:left;
				margin-left:10px;
				background-color:#FFF;
   				
             }	 

			#dMiddle{
                width:600px;
				height:auto;
				left:0px;
				top:0px;
				float:left;
				margin-left:10px;
				background-color:#FFF;
				overflow:hidden;
				z-index:12;
			    }
				
			#dMiddleAd{width:300px;
				height:300px;
				right:0px;
				top:10px;
				float:right;
				background-color:#FFF;}

			#dRight{
                width:190px;
				height:auto;
				float:right;
				background-color:#FFF;
   				overflow:hidden;
				z-index:11;
             }
				#dRightInset{
                width:160px;
				height:auto;
				float:left;
				margin-right:10px;
				background-color:#FFF;
   				
             }	 
		#dFooter{
            width:1000px;
			height:50px;
			background-color:#FFF;
			text-align:center;
			clear:all;
		    }
					
		#dSubFooter{
            width:1000px;
			height:50px;
			background-color:#666;
		    background-image:url(Images/Subheader_1000x50.gif);}
	
				
/* CLASS STYLE */
	.cMenuBtns{padding:0px;padding-top:10px;padding-bottom:10px;display:block;font-size:12px;text-align:left;width:180px;height:15px;color:#036;margin-bottom:5px;background-image:url(Images/leftBtn_180x35.jpg)}
	.cMenuBtnsActive{padding:0px;padding-top:10px;padding-bottom:10px;display:block;font-size:12px;text-align:left;width:180px;height:15px;color:#036;margin-bottom:5px;background-image:url(Images/leftBtn_active_180x35.jpg)}
	.cMenuBtns:hover{background-image:url(Images/leftBtn_hover_180x35.jpg);}
	.ch1{font-size:20px;font-family:"Verdana", Geneva, sans-serif;color:#636;}
	.ch2{font-size:16px;font-family:"Verdana", Geneva, sans-serif;color:#636;}
	.ch3{font-size:12px;font-family:"Verdana", Geneva, sans-serif;color:#636;}
	.cp1{font-size:11px;color:#666;}
	.cp2{font-size:11px;color:#666;font-weight: bold;}
	hr{border:1px dotted;border-color:#99C;}
