body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-image: url(../imagestheory/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center; /* fixes centering bug in IE -- text reset to left-flush in container DIV */
}

html { overflow: -moz-scrollbars-vertical !important; } /* Firefox scrollbar fix */


/* LINK STYLES */

a { text-decoration: none; }
a:link { color: #4f578c; }
a:visited { color: #4f578c; }
a:hover { color: #e19530; text-decoration: underline; }
a:active { color: #000000; }

a.selected { text-decoration: none; }
a.selected:link { color: #e19530; }
a.selected:visited { color: #e19530; }
a.selected:hover { color: #e19530; text-decoration: underline; }
a.selected:active { color: #000000; }


/* GENERAL TYPE STYLES */

p { margin: 0px; padding-bottom: 11px; }
h1 { margin: 0px; padding: 0px; font-size: 20px; line-height: 20px; font-weight: normal; color: #333333; }
h2 { margin: 4px 0px 0px 0px; padding: 0px; font-size: 12px; line-height: 15px; font-weight: bold; color: #333333; }
h3 { margin: 0px; padding: 0px; font-size: 11px; font-weight: bold; color: #1A3A54; }


#container { text-align: left; width: 756px; margin: 0px auto; }

#pagemenu { width: 175px; float: left; position: relative; left: 45px; top: 10px; }
#pagemenu ul {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 9px;
	padding: 0px;
	list-style-image: url(../imagestheory/bullet.gif);
	line-height: 15px;
}

#pagemenu ul ul { font-weight: normal; margin: 12px 0px 18px 0px; text-transform: none; list-style: none; list-style-image: none; }

#pagemenu ul li { margin: 0px 0px 12px; }

#maincontent { width: 440px; margin: 0px 0px 0px 200px; position: relative; left: 60px; top: 10px; }

#maincontent ul,ol { margin: 0px 18px 12px 18px; }
div.archivespage#maincontent ul,ol { margin: 0px 18px 24px 18px; }
div.archivespage#maincontent h2 { margin: 24px 0px 12px 0px; }
div.archivespage#maincontent ul li { margin: 0px 18px 12px 18px; }
div.archivespage#maincontent ul.normalspace li { margin: 0px 18px 0px 18px; }
/*div.archivespage#maincontent a { text-decoration: underline; } */


#calloutbox { background-color:#e4e6e9; padding: 8px; }

.caption { font-size: 10px; line-height: 15px; padding: 0px; maring: 0px; color: #999999; }

.copyright { font-size: 10px; line-height: 15px; padding: 20px 0px 28px 0px; color: #999999; }
.copyright a { text-decoration: none; }
.copyright a:link { color: #999999; }
.copyright a:visited { color: #999999; }
.copyright a:hover { color: #999999; text-decoration: underline; }
.copyright a:active { color: #333333; }

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
	color: #333333;
	text-indent: -4px;
	margin: 22px 0px 0px 20px;
}
.testimonialattribution {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.horizontalrule {
	background-color: #CCCCCC;
	height: 1px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
}

.author_name { font-weight: bold; }