body { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; }

td { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; color: #666633; }

.title { font-size: 16px; font-weight: bold; color: #a4c7dc; }
.subtitle { font-size: 14px; color: #f05700; }
.address { font-size: 10px; color: #8a9aa8; }
.topnav { font-size: 10px; color: #999999; }
.btmNav { color: #bacb7f; }
.lhm { font-size: 11px; color: #7e8a33; }
.redNote { color: #ff3333; }
p.tip { color: #de9b59; margin: 2px 10px 2px 10px }


a:link { font-size: 11px; color: #f05700; text-decoration: underline; }
a:visited { font-size: 11px; color: #f05700; text-decoration: underline; }
a:hover { font-size: 11px; color: #f05700; text-decoration: none; }
a:active { font-size: 11px; color: #f05700; text-decoration: none; }

a.sub:link { font-size: 11px; color: #005194; text-decoration: none; }
a.sub:visited { font-size: 11px; color: #005194; text-decoration: none; }
a.sub:hover { font-size: 11px; color: #005194; text-decoration: underline; }
a.sub:active { font-size: 11px; color: #005194; text-decoration: underline; }

a.btmNav:link { font-size: 10px; color: #bacb7f; text-decoration: none; }
a.btmNav:visited { font-size: 10px; color: #bacb7f; text-decoration: none; }
a.btmNav:hover { font-size: 10px; color: #bacb7f; text-decoration: underline; }
a.btmNav:active { font-size: 10px; color: #bacb7f; text-decoration: underline; }


/*Boxes */

.box {
	display:block;
	margin: 0 auto;
	padding:0;
	width:234px;
	text-align: center	
}

.box .header {
	margin: 0;
	padding:0;
	width:234px;	
}

.box .content {
	text-align: left
	margin: 0;
	padding:0;
	width:234px;
   color: #de9b59;
	background: url(../images/bg-content-box.gif) top left repeat-y;	
}

.box .content p {
	text-align: left;
	margin: 0;
	padding: 0 12px;
}

.box .footer {
	margin: 0;
	padding:0;
	width:234px;
	height: 14px;
	background: url(../images/tips_btm.gif) top left repeat-y;		
}



.box-large {
	display:block;
	margin: 0 auto;
	padding:0;
	width:464px;
   color: #de9b59;
	text-align: center;	
}

.box-large .header {
	margin: 0;
	padding:0;
	width:464px;	
}

.box-large .content {
	margin: 0 auto;
	text-align: center;
	padding:0;
	width:464px;
	background: url(../images/lrg-box-bg.gif) top center repeat-y;	
}

.box-large .content p {
	text-align: left;
	margin: 0;
	padding: 7px 28px;
}

.box-large .footer {
	margin: 0;
	padding:0;
	width:464px;
	height: 12px;
	background: url(../images/tips_btm_lg.gif) top left no-repeat;		
}



h3.tips {
	margin: 0;
	padding: 0;
	width:234px;
	height: 57px;
	text-indent: -3500px;	
	background: url(/images/tips_top.gif) top left no-repeat;
}

h3.announcements {
	margin: 0;
	padding: 0;
	width:234px;
	height: 57px;
	text-indent: -3500px;	
	background: url(../images/announcements.gif) top left no-repeat;
}


h3.tips-large {
	margin: 0;
	padding: 0;
	width:464px;
	height: 48px;
	text-indent: -3500px;	
	background: url(../images/tips_top_lg.gif) top left no-repeat;
}

h3.announcements-large {
	margin: 0;
	padding: 0;
	width:464px;
	height: 48px;
	text-indent: -3500px;	
	background: url(../images/announcements_top_lg.gif) top left no-repeat;
}



