html, body {
	margin:0;
	padding:0;
	background:url("/v3/core/site_layouts/__2009_Spring_Designs/corporate-orange/bckgrd-body.jpg") repeat-x #a90000;
	}


/* patch to get rid of weird js gradient remnant */
.html_container {
	padding:10px 15px;
	width:950px;
	position:absolute;
	top:0;
	left:0;
	}


.main_body {
	width:920px;
	background-color:white;
	font:13px Verdana;
	padding:15px;
	color:black;
	position:relative;
	top:-5px;
	background:url(/v3/core/site_layouts/__2009_Spring_Designs/corporate-orange/shadow-bottom.jpg) top left repeat-x white;
	}
	
	
.share_button {
	padding-bottom:5px;
	}
	

a {
	color:#c36e08;
	text-decoration:none;
	}


a:hover {
	color:#fe9f2d;
	}

      
#grad_header {
	width:940px;
	padding:5px 5px 25px 5px;
	}


.header_content img {
	padding:0;
	margin:0;
	border:0;
	}


.header_content h1 {
	margin:30px;
	padding:0;
	font:bold 36px Verdana;
	color: white;
	}


.time_date {
	width:940px;
	background-color:#eeeeee;
	font:bold 9px Verdana;
	color:#999999;
	text-align:right;
	position:relative;
	top:-5px;
	padding:5px;
	}


#grad_footer {
	clear:both;
	width:950px;
	margin:0;
	height:60px;
	position:relative;
	top:-10px;
	z-index:-100;
	}
	
	
.footer_text {
	clear:both;
	padding:0 15px;
	position:relative;
	top:-50px;
	z-index:500;
	font:11px Verdana;
	color:white;
	}
	
	
.footer_text a {
	color:#f7eab4;
	}
	
	
.footer_text a:hover {
	color:#ca7d05;
	}
      
	
.menu_items {
	position:relative;
	bottom:-13px;
	text-align:right;
	}
	
	
.menu_items ul, .menu_items li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:-4px; /* gets rid of odd gap */
	}
	
	
.menu_items a {
	font:bold 10px Verdana;
	color:#eeeeee;
	line-height:0;
	text-decoration:none;
	padding:5px 6px 15px 6px;
	border-right:1px solid #844d0b;
	border-left:1px solid #cf8a39;
	border-top:1px solid #d49447;
	background-color:#a65d06;
	}


.menu_items a:hover { 
	color:black; 
	background-color:#eee;
	}


