@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	width:850px;
	text-align: center;
	color: #000000;
	font-size: 32px;
	font-weight: normal;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#iip {
	width: 100%;
	font-size: 12px;
	padding: 10px;
}

#left {
	float: left;
	width: 165px;
}

#left_nav {
	background-color: #73132E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 160px;
	font-weight: bold;
}

#left_nav a {
	color: #FFFFFF;
}

#left_nav a:active {
	text-decoration: none;
}

#left_nav a:hover {
	color: #c0c0c0;
}


#left_nav p {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #6666FF;
}

#left_nav ul {
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left_nav ul li {
	color: #000000;
	list-style-type:none;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#authors {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	width: 170px;
	background-color: #ffffff;
	font-size: 11px;
}

#maincontent {
	width: 640px;
	font-size: 13px;
	padding: 20px;
	margin: 0 0 0 165px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#nextpage {
	text-align: right;
	padding: 11px;
	color: #009966;
	font-weight: bold;
}

#nextpage a {
	color: #6666FF;
}

#maincontent h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

#maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #8C1D28;
	margin: 0px;
	padding: 0px;
}

#maincontent h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#maincontent h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pic_table, .pic_table a {
	color: #8C1D28;
	font-size: 12px;
	background-color:#F5F5DC;
}

.pic_table p img {
	border: 1px solid #ebe7e4;
}

.pic_table p {
	padding: 2px;
}

.frstltr {font-family : georgia, times;
	font-size : 28px;
	font-weight: bold;
	line-height: 25px;
	color: #8C1D28;}


/*
BODY {color: #000000; background-COLOR: #ffffff } 



	
	
textarea {font-family : Arial;
	font-size : 9px;
	font-style : normal;
	color: #666666; 
	font-weight: bold}
	

P  {
	font : normal 10pt Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-left: 10px;
	margin-right: 10px;
	text-align : left;
}


H1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 21px;
	font-style : normal;
	font-weight: bold;
	color: #8C1D28; 
	margin-left: 8px;
}

H2 {
	font-family : georgia, times;
	font-size : 28px;
	font-style : normal;
	font-weight: bold;
	color: #8C1D28; 
	margin-left: 8px;
}
*/
