/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Tahoma, Arial,Verdana,  Helvetica, sans-serif;
	background:#FFFFFF;

	
}



#wrapper
{
	position:relative;
	width:1050px;
	margin:0 auto;
	border:0px solid #000;
	min-height:300px;
	background-color:#efe6d2

}


#header
{
	height:118px; 
	position:relative;
  background:url(../images/header_bg.jpg) repeat-x center;
}

#content
{
	margin:15px 0px 10px 5px;
	min-height:400px;
} 

#logo
{
	position:absolute;
	left:0;
	 top:2px;
}

.bottom_border
{
	border-bottom:2px solid #ffffff;
}
.heading1
{
	font-size:16px;
	font-weight:bold;
	color:#000;
	
}

.heading2
{
	font-size:24px;
	color:#fff;
}

.text1
{
	
	color:#000000;
	font-size:12px;
	text-align:justify;
	font-family:Tahoma, Arial, Verdana;
}


.text2
{
	font-size:12px;
	color:#000000;
}

.blue
{
	color:#22a1cb;
}

.left_nav a

{
	color:#692121;
	text-decoration:none;
	
}
.left_nav
{

	width:167px; 
	background:url(../images/left_nav_bg.png) repeat-y center top; 
}

.left_nav a:link,a:active,a:visited
{
	color:#692121;
	text-decoration:none;
	
}

.left_nav a:hover
{
	text-decoration:underline;
	
}	