html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
margin:			 			0;
padding:		  	 		0px;
background-color:	 		#ffeeb9;
}
.clear
	{
	clear:	 			 	both;
	height:		 			0px;
	
	}
/*-------------::::::::::Start main:::::::::::::::*/
#main
	{
	width:		 			958px;
	margin:					0 auto;
	background-color:		#FFFFFF;
	border-top:				5px solid #715200;
	}
/*----------logo-----*/
.logo
	{
	width:					525px;
	padding:				0px 0px 2px 0px; 
	margin:					0 auto;
	}
.menu
	{
	background-image:		url(../images/nav_bg.jpg);
	width:					958px;
	height:					38px;	
	}
.menu ul
	{
	margin:					0px;
	padding:				0px;
	}
.menu li
	{
	display:				inline;
	line-height:			32px;
	padding-left:			18.2px;
	}
	
.menu a
	{
	color:					#F0B200;
	font-family:			Tahoma;
	font-size:				12px;
	font-weight:			bold;
	text-align:				center;
	text-decoration:		none;
	}
.menu a:hover 
	{
	color:					#FFF2CD;
	font-family:			Tahoma;
	font-size:				12px;
	font-weight:			bold;
	text-align:				center;
	text-decoration:		none;
	}



.menu-inner
	{
	background-image:		url(../images/nav_bg-inner.jpg);
	width:					958px;
	height:					38px;	
	}
.menu-inner ul
	{
	margin:					0px;
	padding:				0px;
	}
.menu-inner li
	{
	display:				inline;
	line-height:			32px;
	text-align:				center;
	padding-left:			21px;
	}
	
.menu-inner a
	{
	color:					#F0B200;
	font-family:			Tahoma;
	font-size:				12px;
	font-weight:			bold;
	text-align:				center;
	text-decoration:		none;
	}
.menu-inner a:hover 
	{
	color:					#FFF2CD;
	font-family:			Tahoma;
	font-size:				12px;
	font-weight:			bold;
	text-align:				center;
	text-decoration:		none;
	}

/*--------------content------------*/
#content
	{
	font-family:	  	 		Arial, Helvetica, sans-serif;
	font-size:	  	 			12px;
	color:	  	 			  	#000;
	padding: 			  	    12px;
	}
/*---------content-left--------*/
.content-left
	{
	float:left;
	width:						73%;
	height:						auto;
	}
/*-------------paddinng-----------*/
.paddinng
	{
	padding:                    4px 0px;
	
	}
/*----------content-right-----------*/	
.content-right
	{
	float:						left;
	width:						23%;
	height:						auto;
	margin-left:				1%;
	}
/*---------------:::::::::head:::::::::::::*/
.head
	{
	color:						#626262;
	font-weight:				bold;
	padding:					2px 0px;
	font-size:					15px;
	}
/*-----head-black------*/
.head-black
	{
	color:						#000;
	font-weight:				bold;
	padding:					2px 0px;
	font-size:					14px;
	border-bottom:				2px solid #D5D5D5;
	padding:                    8px 0px; 
	border-top:					2px solid #D5D5D5;	
	}
.sheet
	{
	text-align:					center;
	}
/*------text-content--------*/
.text-content
	{
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					13px;
	color:						#5e5858;
	text-align:					justify;
	}
/*--------head-logo--------*/
.head-logo
	{
	color:						#fe4000;
	font-family:				"Lucida Sans Unic...";
	font-weight:				bold;
	font-size:					25px;
	position:					relative;
	top:						-8px;
	text-transform:				capitalize;
	}
