/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background-image: url(/img/background.gif); 
	background-repeat:repeat;
	background-attachment:fixed;
	}
.new {
	background-image: url(/img/background2.gif); 
	background-repeat:repeat;
	background-attachment:fixed; 
	}
p,td {
	font: .85em "Helvetica Neue Light Extended", Helvetica, Arial, Verdana, sans-serif; 
	line-height: 1.2; 
	color: #333; 
	}

a {text-decoration: none; }
a:link, a:visited {color: #229; }

html body a:hover {color: #500; background-color: #A7E2D4; }
a:hover.nobackground { background:none; }
.nobackground {} /* for dreamweaver */



a img {
	border: none;
	border-color: #FFFFFF;
}

ul, ol {list-style: none;}


#masthead {
	background: #f2f1ff ;
	/* margin-top:15px; */
	padding-left: 15px;
	padding-right: 15px;
	height:115px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #59A;
}
#masthead2 {
	background: #f2f1ff ;
	/*background-image: url(/img/dropLeft_top.gif); 
	background-repeat:repeat-y;
	margin-top:15px; 
	padding-left: 15px;
	padding-right: 15px;*/
	height:95px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #59A;
}
#mastcontent {
	width:800px;
	padding-left: 10px;
}
#masthead a:hover { color:#EEE; background-color:#EEE; }

#channel {
	background: #fff ;
	/* background-image: url(/img/dropLeft_mid.gif); 
	background-repeat:repeat-y; */
	padding-left: 0px;
	padding-right: 15px;
	border-bottom: 1px solid #999;
}

#main {
	background: #FFF ;
	/* background-image: url(/img/dropLeft_bottom.gif); 
	background-repeat:repeat-y; */
	padding-left: 17px;
	padding-right: 15px;
	padding-top:5px;
	/* padding-bottom:5px; */
}

#footer {
	background: #DDE ;
	/* background-image: url(/img/dropLeft_bottom2.gif); 
	background-repeat:repeat-y; */
	border-bottom: 1px solid #999;
	border-top: 1px solid #59A;
	
	padding-right: 15px;
}
#footercontent {
	width:760px;
	padding-left: 15px;
}

#dropshadowTop {
	background-image: url(/img/dropshadow_top.gif); 
	background-repeat:repeat-x;
	height:7px;
	margin-top:15px;
}
#dropshadowBottom {
	background-image: url(/img/dropshadow_bottom.gif); 
	background-repeat:repeat-x;
	height:12px;
	margin-bottom: 65px;
}

/* helpers */

.imgspace { margin: 5px;
			padding: 5px; 
			
			}

/* text styles */


.title {
	font: 1.3em "ITC Slimbach", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	text-transform: none; 
	letter-spacing: 2.1px;
}

.subtitle {
	font: 1.1em "Helvetica Neue Light Extended", Helvetica, Arial, Verdana, sans-serif;
	/*font-weight:bold; 
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	text-transform: none; */
	letter-spacing: 1.1px;
}

.emailtitle {
	font: 1em "ITC Slimbach", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	text-transform: none; s
	letter-spacing: 2.1px;
}

.emailtext {
	font: "Helvetica Neue Light Extended", Helvetica, Arial, Verdana, sans-serif;
}

.emailsubtitle {
	font: "Helvetica Neue Light Extended", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
}

.footer {font-size: 9px}