﻿body, form, ul, ol, li, h1, h2, h3 { margin: 0; padding: 0; }
body
{
    
    font: 67.85%/1.3em Tahoma, arial, sans-serif;
    background: #515151 url(assets/bg-body.gif) repeat-x;

    color: #000;

}
	#envelope {
		position: relative;
		width: 778px;
		margin: 0 auto;
		
		text-align: left;
        top: 0px;
        left: 0px;
        
        
        font-weight: normal;
        font-size: small;
        color: black;
        font-family: Myriad Pro;
}

a {
	color: #cc6600;
	text-decoration: none;
	}
a:hover { color: #ff9c3d; }
input, select, textarea { font: 1em Tahoma, arial, sans-serif; }

#topBar 
{
    text-align: center;
	width: 778px;
	height: 74px;
	background-color: #ad0000;
	position: relative;
	z-index: 2;
	bottom: -2px;
	font-size: x-small;
	font-family: Arial;
	}
	#logo 
	{
	    background-color: white; 
		position: relative;
			top: 20px;
	}



/* print icon at bottom of each content page */
#print {
	clear: both;
	margin: 20px 0;
	}
#print a {
	display: block;
	width: 100px;
		w\idth: 81px;
	height: 20px;
		he\ight: 17px;
	padding: 0 0 3px 19px;
	background: url(../../img/content-design/bg-print-icon.gif) 0px 0px no-repeat;
	}

#footer {
	clear: both;
	width: 778px;
		w\idth: 763px;
	height: 30px;
		he\ight: 19px;
	padding: 11px 15px 0 0;
	margin-bottom: 8px;
	text-align: right;
	color: #777;
	background: #515151 url(assets/bg-body.gif) repeat-x;
	font-size: x-small;
	font-family: Arial;
	}
	#footer a {
		color: #a8a8a8;
		text-decoration: none;
		}
	#footer a:hover { color: #eeeeee; }
		