/* CSS Document */

a:link {color:#fa6900;text-decoration:none; font-weight:bold}
a:visited {color:#fa6900;text-decoration:none; font-weight:bold}
a:active {color:#fa6900;text-decoration:none; font-weight:bold}
a:hover {color:#fa6900;text-decoration:underline; font-weight:bold}

ul {
	margin:0 18px;
	list-style:URL('../images/orange_bullet.gif');
	list-style-position:outside;
	color:#303030;
	font-weight:bold;
	line-height:130%;
}

h1 {color:#fa6900; font-size:130%; font-weight: bold;margin:10px 0 }
h2 {color:#fa6900; font-size:130%; font-weight: bold;margin:3px 0 }
h3 {color:#383838; font-size:130%; font-weight: normal;margin:3px 0 }


.left_nav_bg {background-image: URL('../images/marketing_menu_bg.gif');}

.left_nav {background-color:#fb6e00;}

