html,body{
	background:url(../images/bg-img.jpg) repeat-x top; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;	
	height:100%;	
	margin:0;
	padding: 0;
}
img{border:0px;}
a{cursor:pointer; outline:none; text-decoration:none; color:#F28705; font-weight:bold}
a:hover{cursor:pointer; outline:none; text-decoration:none; color:#4b4b4b; }
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
background:url(../images/left-bg.jpg) repeat-y #ffffff;

	min-height:100%; /* real browsers */
}

#header{
	background: url(../images/tp-bg-img.jpg) repeat-x top;
	width:980px;
	height:126px;
	border:1px solid #ffffff;
	border-right:0px;
	border-left:0px;
	
}

#logo{
	margin:20px 0px 26px 0px;
	width:300px;
}
	
#top-links{
	background:url(../images/tp-link-bg.jpg) repeat-x;
	height:26px;
	color: #cccccc;
	padding: 5px 0px 0px 0px;
	white-space: nowrap;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#top-links a {
	font-size: 12px;
	color:#BC4D01;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
	 font-weight:normal 
}
#top-links a:hover {
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}
#content{
	background-color: #fff;
	width:960px;
	padding:0em 1em 5em;
	float:left;
	background:url(../images/left-bg.jpg) repeat-y;

}
#main-content ul, #main-content li{
list-style:circle; margin:0px; padding:0px;
}

#main-content li a:link, #main-content li a:visited,  #main-content li a:active {
   
    text-decoration: none;
	color: #F28705;
	padding: 8px 0 0 0px;
	 font-weight:bold
	}
	
#main-content li a:hover {
	color: #4b4b4b;
	}

#mid-header{
	background-color:#F8F3F2;
	width:960px;
	height:140px;
	color:#000000;
}
#mid-header img{ float:right;}
#mid-header .text {width:550px; margin:8px 0px 0px 10px;   float:left; font-family:"Trebuchet MS";  font-size:20px;}
#mid-header .text h2{margin:0px; padding:0px; float:left; font-weight:normal; font-family:"Trebuchet MS"; font-size:20px; color:#000000; }
#mid-header .text p{margin:0px; padding:10px 0px 0px 0px; font-size:12px; text-align: left;line-height: 1.6;letter-spacing: 0.2pt }

#main-content{
	float:right;
	width:77%;
	padding:1em 1em 2em;
}
#main-content h1{
	margin:0px 0px 10px 0px; 
	display:block; 
	width:100%; 
	height:21px; 
	border-bottom:1px solid #FF8C01; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
} 
#main-content p	{
	font-family: arial,sans-serif;
	font-size: 12px;
	letter-spacing: 0.2pt;
	line-height: 1.6;
	text-align:justify;
	padding:0 1em;
}

#lftbar{
	float:left;
	width:183px;
	background-color:#F9E6D4;
	margin:1px 0px 20px 0px ;
	padding: 15px 0px 10px 15px;
	
}
*{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu4 {
	width: 150px;
	padding-left:10px
	}
	

	
#menu4 li a:link, #menu4 li a:visited,  #menu4 li a:active {
height: 20px;
text-decoration: none;
	color: #000000;
	display: block;
	background: url(../images/link-bg.jpg) left bottom no-repeat;
	padding: 4px 0 0 20px;
	 font-weight:normal
	}
	
#menu4 li a:hover {
	color: #F18605;
	background: url(../images/link-bg-hover.jpg) left bottom no-repeat;
	}
		

.clear{clear:both;}
#footer{
	position: absolute;
	margin:0 auto;
	width:100%;
	bottom:0; /* stick to bottom */
	color: #F6C58A;
	padding: 5px 0px 0px 0px;
	background:#F7ECE0;
	clear:both;
	border-top:1px solid #ffffff

	
}

#footer a{
	font-size: 11px;
	color:#813703;
	text-decoration:none;
	padding: 5px 4px 0px 4px;
	 font-weight:normal
}

#footer a:hover{
	font-size: 11px;
	color:#000000;
	text-decoration:none;
	padding: 5px 4px 0px 4px; 
}

input, select, textarea { font-size:11px;  color:#444444;  font-family:Arial,Verdana,Tahoma; border:1px solid #D6D5D5;  padding:1px;  font-weight:normal; }
.button { color:#ffffff;  cursor:pointer;   font-weight:bold;  padding-left:5px;  padding-right:5px;   background-color:#F47E3D; border:1px solid #BC4E03; 
}