/*
Fonts:

Basic text font is Georgia
Basic heading font is Tahoma
Max window width is around 1000 pixels

*/

BODY, DIV, SPAN, P, UL, OL, LI, B, I, H1, H2, H3, H4, H5, BLOCKQUOTE, A, TABLE, TR, TH, TD {
	font-size: 11pt;
	font-family: Garamond, Georgia, serif;
	color: black;
}

H1, H2, H3, H4, H5, TH, .menu {
	font-family: Helvetica, Tahoma, AppleGothic, sans-serif;
	margin: 0px;
	padding: 0px;
	/* color: rgb(88, 28, 119); */
	color: rgb(71, 22, 96);
}

TH {
	font-size: 12pt;
	text-align: left;
	border-bottom: dotted 1px #BBB;
}

TD.body {
	padding-right: 50px;
}

P, UL, OL, LI, B, I, BLOCKQUOTE, A, TD {
	line-height: 18pt;
}

.content P {
	padding-right: 100px;
}

B, I, A, TD {
	padding-right: 0px;
}

H1 {
	font-size: 18pt;
	margin-bottom: 20px;
}

H2 {
	font-size: 14pt;
	margin-top: 20px;
	margin-bottom: 10px;
}

H3 {
	font-size: 12pt;
	margin-bottom: 4px;
}

H4 {
	font-size: 10pt;
	margin-bottom: 2px;
}

A:active, A:visited, A:link, A:visited {
	text-decoration: none;
	color: rgb(135, 33, 28);
	border-bottom: 1px dotted rgb(135, 33, 28);
}

a[class ="offsite"] {
   padding-right: 18px;
   border-bottom-width: 0px;
   background: transparent url('../images/icon_external.gif') no-repeat center right;
}

A.newsletter:active, A.newsletter:visited, A.newsletter:link, A.news:active, A.news:link, A.news:visited {
	text-decoration: none;
	color: rgb(135, 33, 28);
	color: rgb(71, 22, 96);
	border-bottom: 1px dotted rgb(135, 33, 28);
}

#newsletters, #news {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 8;
	padding: 10px;
	width: 180px;
}

#newsletters H3, #news H3 {
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #BBB;
}

#newsletters P, #newsletters P A {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	line-height: 14pt;
}

#news P.article, #news P.byline, #newsletters P.article, #newsletters P.byline {
	margin: 0px;
	padding: 0px;
	line-height: 14pt;
}

#news P.byline, #newsletters P.byline {
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 14pt;
}



.signature {
	font-family: 'Zapfino', 'Brush Script', 'Brush Script MT', 'Brush Script Std', 'Handwriting - Dakota', 'French Script', 'Bradley Hand ITC', 'Monotype Corsiva', cursive;
}

.rightphoto {
	float: right;
	margin: 6px;
	margin-right: 0px;
}

.leftphoto {
	float: left;
	margin: 6px;
	margin-left: 0px;
}

.centrephoto {
	width: 100%;
	text-align: center;
}