/* Background color of top block */

#d_header {

	background-color:#FFE7A7;

}



/* Side Navigation Link Color and Hover */

.s_col li {

	margin-bottom:16px;

	width:150px;

	background:#DC620D;

	color:#fff;

}



#d_main .s_col a:hover {

	background:#F4C8AB;

	color:#18258D;

}



/* header text colors */

#m_logo {

	color:#D18314;

}

#m_top_title, #m_top_title_nav_and_pics {

	color:#D18314;

}

#d_logo_body_nav_and_pics h4 {

	color:#D18314;

}



li.standardbullet {

	font-size:14px;

	color:black;

	background:none;

	margin-left:15px;

	margin-bottom:0px;

	width:800px;

}


