/* CSS Document */
	body {
		margin:0px;
		padding: 0px;
		font-family:"Arial";
		color: #000;
		word-spacing: .1em;
		background-color: #a674cd;   			/* New background color 		*/
		}
	#topheader {
	width: 758px;
	height:150px;
	margin: 0px auto;
	background-color: #fbfbfb;
	border: 1px solid #333;
		}
		.sitetitle {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size:210%;
	text-align:center;
	text-decoration: none;
		}	
		.sitesubtitle {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size:100%;
	text-align:center;
		}		
		#menu {
	width: 758px;
	height:25px;
	background-color: #d5d3bf;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-right-color: #333;
	border-left-color: #333;
		}
		
		#menulist {
	font-size: 80%;
	padding: 5px;
		}
		
	#headerimg {
		float:right;
		width:256px;
		height:150px;
		}
		
	#main_panel {
		width: 758px;
		margin: 0px auto;
		background-color: #fff;
		background-repeat: repeat-y;
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-bottom-color: #333;
		border-right-color: #333;
		border-left-color: #333;             /* 	Page border 				*/
		border-color: #fff #333 #333 #333;  /*  No top on border 			*/
		}	
	#sidebar {
		float:left;
		width:200px;
		height:1300px;
		background-image:  url(images/sidebar.jpg);
		}
	#sidebarp { 
		font-size: 80%;
		margin:1em .5em;
		}
	#sidecontent {
		cursor:pointer;
		color:#00c;
		text-decoration: underline;
		}	.sidebarlist { 
		font-size: 80%;
		margin:.5em;
		}
	#contentpnl {
		width:558px;
		}
	#content {
		float:left;
		width:558px;
		background-color: #fff;
		}
	#content p { 
		font-size: 90%;
		}
	#listbg {
		line-height:110%;
		margin: 15px 15px 0px 15px;
		}
	#listbg ul {
		line-height:110%;
		list-style-type: disc;
		font-size: 90%;
		}
	#listbg ol {
		line-height:110%;
		list-style-type: decimal;
		font-size: 90%;
		}
	#nextarticle {
		text-align:center;
		margin:10px auto 10px auto;
		}	#footer {
		clear:both;
		width:756px;
		margin:0px auto;
		background:#fff; 
		border-width:1px;
		border-style:solid; 
		border-color: #333 #fff #fff #fff;   /* Top only border */
		}
	#footer p {
		text-align:center;
		font-size:80%;
		padding:0px;
		margin:0px;
		}
	h1 {
		font-size:140%;
		text-align:center;
		padding:10px 20px 0 20px;
		}
	h2 {
		font-size:110%;
		padding:0px;
		margin:0px;
		}
	h3 {
		font-size:80%;
		padding:0px;
		margin:.5em;
		}
	img {
		border:0px;
		}
	a:link {color: #00c}
	a:visited {color: #55c}
	#index_page {
		width:758px;
		padding:5;
		}
	#index_content {
		line-height:110%;
		margin: 0px 20px 0px 20px;
		}
