/* CSS Document */
body 
{
	margin:0px;
	margin-top:11px;
	background-color:#F1E2C0;
	background-image:url(../images/page-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:arial;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	text-align:left;
}


#outer
{
	width:850px;
	margin:auto;

}

.left
{
	float:left;
	
}

.right
{
	float:right;
}


.clear
{
	clear:both;
}

.height_10
{
	height:10px;
	font-size:10px;
	border:1px solid red;
	width:20px;
}




/* LOGO CLASS STARTS */
.logo
{
	float:left;
	margin-bottom:5px;
	padding-left:5px;
}



.main
{
	float:left;
	width:828px;
	padding:11px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
}


/* LOGO CLASS ENDS */

/* TOP LINKS CLASS STARTS HERE */

.left_section
{
	float:left;
	width:142px;
	margin-right:11px;
	padding-left:20px;
	padding-right:20px;
	padding-top:44px;
	color: #573E11;
}

.left_content
{
	background-image:url(../images/left-links-top.gif);
	width:210px;
	font-size:0px;
	margin-right:11px;
	padding-left:9px;
	padding-top:10px;
}


.left_links
{

	font-size:15px;
	font-weight:bold;
	color:#573E11;
	line-height:22px;

}


.left_links a:link, .left_links a:visited 
{	
	color:#573E11;
	text-decoration:none;
	font-weight:bold;

		
}

.left_links a:hover, .left_links a:visited:hover
{

	color:#666666;
	text-decoration:none;

}


li.left_links
{

	background-repeat:no-repeat;
	list-style:bullet;
}

.right-sec
{
	float:left;
	width:634px;
}


.right-content
{
	line-height:150%;
	background-color: #F6EDDE;
	margin-top:5px;
	width:614px;
	padding:10px;
	margin-bottom:5px;
}






/* FOOTER STARTS */

.footer
{
	background-image:url(../images/footer-bg.gif);
	height:25px;
	text-align:center;
	font-size:11px;
	color:#666666;
	padding-top:15px;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:5px;

}


.footer a:link, .footer a:visited 
{	
	color:#666666;
	text-decoration:none;
	font-weight:bold;

		
}

.footer a:hover, .footer a:visited:hover
{

	color:#573E11;
	text-decoration:none;

}

/* FOOTER ENDS */

ul
{
	margin:0px;
	padding:0px;
}


li
{
	padding-top:2px;
	margin-left:10px;
	background-repeat:no-repeat;
	list-style:bullet;

}




h1
{
	font-size:22px;
	color:#573E11;
	font-weight:normal;
	padding-bottom:10px;
	margin:0px;
}



h2
{

	font-size:18px;
	color:#DB550C;
	font-weight:normal;
	padding-bottom:5px;
	margin:0px;
}




a, a:link, a:active, a:visited
{
	color: #573E11;
	font-weight:bold;
	text-decoration:underline;
}

a:hover, a:visited:hover
{
	color: #333333;
	text-decoration:none;
}

img
{
	border:0px;
}


