@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: #800000;
	font-size: 32px;
	font-weight: bold;
	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: 185px;
}

#left_nav {
	background-color: #F2CC35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	font-weight: bold;
}

#left_nav a {
	color: #482D8C;
}

#left_nav a:active {
	text-decoration: none;
}


#left_nav p {
	color: #ffffff;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #482D8C;
}

#left_nav ul {
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left_nav ul li {
	color: #482D8C;
	list-style-type:none;
	text-decoration:underline;
	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 180px; /* 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: 10px;
	color: #00609A;
	font-weight: bold;
}

#nextpage a {
	color: #00609A;
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #cc0000;
}

.pic_box {
	color: #F2CC35;
	font-size: 11px;
	background-color:#482D8C;
	padding: 10px;
}

.pic_box img {
	border: 0px;
	display: block;	
}

.pic_table {
	color: #F2CC35;
	font-size: 11px;
	background-color:#482D8C;
}

.pic_table p img {
	border: 3px solid #482D8C;
}

.pic_table p {
	padding: 3px;
}