/*Top header section*/

.top
{
	margin-top: 0px;
 	width:950px;
	background-color:#FFFFFF;
}

.top_left
{
    height: 70px;
}

.top_right
{
	height: 70px;
}

/*End of top header section */

BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom:0px;
	/*background-image:url(../images/bgpic.png);*/
	/*background-color:#A7DF71;*/
	background-color:#8b0000;
	/*background-color:#CCFF9A;
	background-repeat:repeat-x ;*/
}

a{font-size: 11px; color: #999999; text-decoration: none; font-family:Verdana;}


/*middle section*/

.middle
{
	padding-top: 5px;
	width:950px;
	margin: 0px auto;
}

.box_border
{
	border:#D8D8D8 1px solid;
}

.middle_middle
{
	background-color:#FFFFFF;
	float:left;
	
	margin-left:5px;
}

.middle_inner
{
	margin:33px;
	/*background-color:#F8F8EB;  #e1e1e1*/
	background-color:#f5deb3
}

.middle_left
{
	background-color:#FFFFFF;
	width:180px;
	float: left;
}

.left_inner
{
	padding:10px;
}

.box_l_d
{
	border-left:#D8D8D8 1px solid;
}

.box_r_d
{
	border-right:#D8D8D8 1px solid;
}

.box_b_d
{
	border-bottom:#D8D8D8 1px solid;
}

.box_f_d
{
	border:#D8D8D8 1px solid;
}

.box_w_b
{
	width:180px;
	border: #D8D8D8 1px solid;
}

.box_w
{
	width:180px;
}

/*End Middle Section*/

/*Text Middle Section*/

.heading
{
	color:#8b0000;
	/*color:#FF6600;*/
	/*color:#D75601;*/
	font: bold 20px Tahoma;
}

.heading_small
{
	color:#8b0000;
	font: bold 16px Tahoma;
}

.menulink_b {color:#FFFFFF;font-size:11px;font-weight:bold; cursor:pointer; text-decoration:none; }

.text{color:#333333;font: normal 13px Verdana;}

.quest{font-family:Verdana;font-size:13px;color: #333333;}

.bottom_links{color:#ffffff; text-decoration:none font-size: 8px; font-weight:bold; margin:8px; text-align:left}

/*End Text Middle Section    */

/*start of bootttom section */

.bottom
{
	font-family: Tahoma;
	/*width:990px;*/
	margin-top:5px;	
}

/*end of bottom section */
