/*---------------------------------------------------*/
/*---------------overall document styles-------------*/
/*---------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FBF8F0;
}
/*--gives the main table a border--*/
.main_doc {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
/*---------------------------------------------------*/
/*----------------overall body styles----------------*/
/*---------------------------------------------------*/
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
/*---------------------------------------------------*/
/*--------------------nav styles---------------------*/
/*---------------------------------------------------*/
.nav {
	background-image: url(images/menu_yrepeat.jpg);
	background-repeat: repeat-y;
	background-color: #003466;
}
.nav img {
	margin: 0px;
	padding: 0px;
}
/*---------------------------------------------------*/
/*----------------volume/issue styles----------------*/
/*---------------------------------------------------*/
.sub_header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #751516;
	margin: 0px;
	padding: 0px;
}
.sub_header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: .01em;
	text-align: left;
}
.sub_header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	text-align: right;
}
/*---------------------------------------------------*/
/*---------------index specific styles---------------*/
/*---------------------------------------------------*/
.pic {
	margin: 20px 10px 0px 20px;
	border: 1px solid #003466;
	padding: 0px;
}
.section {
}
.section img {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 5px;
	padding: 0px;
	margin-bottom: 0px;
}
.section p {
	margin-left: 30px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #003466;
}
.section a:link {
	color: #550000;
	text-decoration: none;
	letter-spacing: 0.09em;
	margin-right: 3px;
	margin-left: 3px;
}
.section a:visited {
	color: #550000;
	text-decoration: none;
	letter-spacing: 0.09em;
	margin-right: 3px;
	margin-left: 3px;
}
.section a:hover {
	color: #550000;
	letter-spacing: .09em;
	text-decoration: underline;
	margin-right: 3px;
	margin-left: 3px;
}
.section a:active {
	color: #550000;
	letter-spacing: .09em;
	text-decoration: underline;
	margin-right: 3px;
	margin-left: 3px;
}
/*---------------------------------------------------*/
/*---------------------copy styles-------------------*/
/*---------------------------------------------------*/
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 30px;
}
.copy h1 {
	color: #600804;
	font-size: 16px;
}
.copy h2 {
	color: #003466;
	font-size: 14px;
}
.copy table {
	margin: 0px;
	padding: 0px;
}
.copy blockquote {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	border: 1px solid #003366;
	padding: 5px;
}
.copy a:link {
	color: #550000;
	text-decoration: none;
	letter-spacing: 0.09em;
}
.copy a:visited {
	color: #550000;
	text-decoration: none;
	letter-spacing: .09em;
}
.copy a:hover {
	color: #550000;
	text-decoration: underline;
	letter-spacing: .09em;
}
.copy a:active {
	color: #550000;
	text-decoration: underline;
	letter-spacing: .09em;
}
/*---------------------------------------------------*/
/*------------------text links styles----------------*/
/*---------------------------------------------------*/
.text_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #F2F2F2;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.text_links h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #003466;
	letter-spacing: .5em;
}
.text_links a:link {
	color: #550000;
	text-decoration: none;
}
.text_links a:visited {
	color: #550000;
	text-decoration: none;
}
.text_links a:hover {
	color: #550000;
	text-decoration: underline;
}
.text_links a:active {
	color: #550000;
	text-decoration: underline;
}
/*---------------------------------------------------*/
/*-------------------copyright styles----------------*/
/*---------------------------------------------------*/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.4em;
	margin: 0px;
	padding: 0px;
}
.copyright a:link {
	color: #003466;
	text-decoration: none;
}
.copyright a:visited {
	color: #003466;
	text-decoration: none;
}
.copyright a:hover {
	color: #990000;
	text-decoration: underline;
}
.copyright a:active {
	color: #990000;
	text-decoration: underline;
}
/*---------------------------------------------------*/
/*------------archive page specific styles-----------*/
/*---------------------------------------------------*/
.archive_pic {
	margin-bottom: 15px;
	border: 1px solid #003466;
}
/*---------------------------------------------------*/
/*--------ask the experts page specific styles-------*/
/*---------------------------------------------------*/
.ask_experts {
	font-size: 12px;
	border: 1px solid #000000;
}
.articleSource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003466;
	background-color: #F2F2F2;
	padding: 4px;
}
.articleSource h1 {
	color: #600804;
	font-size: 16px;
}