body {
	background: black top left repeat-x;;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	margin: 0;
}

	body * {
	font-size: 100%;
	padding-bottom: 2px;
	margin-bottom: 1px;
}

		.skipnavigation {
		position: absolute; 
		left: -1000px; 
	}

#container_outer {
	position: relative;
	max-width: 96%;
	margin: 10px;
}

	#container {
		position: relative;
		margin: auto;
		padding: 5px 13px 5px;
		max-width: 70em;
		_width: 70em;
	}

		#header {
			margin: 0;
			clear: both;
			padding: 0;
		}
	
		#body {
			width: 100%;
			padding: 0;
			margin: 0;
			clear: both;
		}
		
			#content {
				position: relative;
				width: 69%;
				float: right;
				background: #fff;
				background-color: black;
				text-align: center;
				height: 100%;
			}
		
				#content_inner {
					width: auto;
					position: relative;
					padding: 0;
				}
					#content_inner p {
						text-align: justify;
						color: white;
						margin: 0 10px 10px 10px;
					}
		
				#content_footer {
					margin-top: 20px;
					color: black;
					text-align: center;
				}

			#top_arrow {
				vertical-align: top;
				margin-right: 4px;
			}
		
			#sidebar {
				position: relative;
				padding: 0;
				margin: 0;
				width: 30%;
				float: left;
			}
		
				#sidebar_inner {
					position: relative;
					background: #f6f6f6;
				}
		
					.sidebarbox h4 {
	padding: 8px 15px;
	color: #fff;
	line-height: 1;
	margin: 0;
	background-color: rgb(149, 9, 9);
						
					}
		
					.sidebarbox p {
						padding: 10px;
						margin: 0;
					}
		
					.sidebarbox .sidebar_link_list {
						list-style-type: none;
						padding: 10px;
						margin: 0;
					}
		
						.sidebarbox .sidebar_link_list li {
							padding-left: 12px;
							list-style: none;
							
						}
		
					.sidebarbox form {
						margin: 0;
						padding: 0;
						border: 0;						
					}
		
					.sidebarbox fieldset {
						padding: 0;
						border: 0;						
					}
		
					.sidebarbox fieldset .inputbox {
					}
		
						.sidebarbox #searchform {
							margin: 0;
							padding: 10px;
							border: 0;						
						}
	
		#footer {
	clear: both;
	color: #fff;
	margin: 0;
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	padding-top: 10px;
			}
		
			#footer a {
	color: white;
	border-color: #fff;
	text-decoration: underline;
			}

a {
	color: #880000;
	text-decoration: none;
}

	a:hover {
		color: #0066FF;
	}

h1 {
	font-size: 1.5em;
	color: #880000;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	color: #880000;
	text-transform: uppercase;
	font-weight: normal;
}

img {
	border: 0;
}

	.comment1, .comment2 {
		margin: 0;
		padding: 1em;
	}

	.comment1 {
		border-top: 1px dotted #cece90;
		border-bottom: 1px dotted #cece90;
		background-color: #ffe;
	}
	
	.comment2 {
		background-color: #fff;
	}
	
	.comment1 div, .comment2 div {
		line-height: 16px;
	}
	
	.commenttext {
		padding: 10px;
		padding-left: 42px;
	 }
	
	.innercomment {
		margin: 0;
		padding: 1em 0;
		margin-left: 42px;
	}

	.favatar {
		padding-right: 5px;
		border-right: 1px dotted #999;
		margin-right: 10px;
	}
	
		.favatar img {
			vertical-align: middle;
			padding: 5px;
		}

	ul#navigation {
		position: relative;
		padding: 0;
		border: none;
		list-style: none;
		margin-left: 30%;
		margin-bottom: 50px;
	}

		ul#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.5;
		}

		ul#navigation a, ul#navigation a:visited {
			color: #fff;
			display: block;
			padding: 0px 9px 5px 9px;
			margin: 0;
			text-decoration: none;
			font-weight: normal;
			border: 0;
			background: none;
		}

		ul#navigation a:hover {
	background: url('/images/v4/menu-arrow.png') no-repeat bottom center;
	color: red;
		}

		.imagelink {
			border: 0;
		}

		.style_links {
			margin: 0 10px 10px 0;
			padding: 0;
		}

	.postinfo {
	  clear: left;
	  margin-bottom: 1em;
	}
	
	.articlelink {
	  margin: 1em 0 0 0;
	}
	
		.articlelink img {
		  float: right;
		  margin: 0 0 1em 1em;
		  padding: 3px;
		  border: 1px solid #878787;
		}

	.code {
		display: block;
		margin: 1em;
		border: 1px solid #ccc;
		background: #eee;
		padding: 1em;
		line-height: 1.3;
		font-family: monospace;
		overflow: auto;
	}

	/* Page Specific */
	
	#viewstructure {
		display: block;
		overflow: auto;
	}
	
		#viewstructure ul {
			overflow: normal;
			list-style: none;
			margin: 0;
			margin-left: 10px;
			padding: 0;
		}
		
		#viewstructure ul li, #viewstructure .inactivelist {
			list-style: none;
			color: #000;
			margin: 3px;
			padding: 2px;
			margin-bottom: 2px;
			background-image: none;
			background: none;
			border: 1px solid #fff;
		}
	
		#viewstructure .idhighlight {
			font-weight: bold;
			color: #008800;
		}
	
		#viewstructure .classhighlight {
			font-weight: bold;
			color: #000088;
		}
	
		#viewstructure .tagnamehighlight {
			font-weight: bold;
		}
	
		#viewstructure .savedactivelist, #viewstructure .activelist .savedactivelist {
			border: 1px solid #cece90;
			background: #ffe;
		}
	
		#viewstructure .savedactivelist li, #viewstructure .activelist .savedactivelist li {
			border: 1px solid #e2e2b5;
			background: #fff;
		}
		
		#viewstructure .activelist, #viewstructure .savedactivelist .activelist {
			border: 1px solid #bbb;
			background: #eee;
		}
		
		#viewstructure .activelist li, #viewstructure .savedactivelist .activelist li {
			border: 1px solid #bbb;
			background: #fff;
		}

	#commentform {
		overflow: auto;
	}
	
		#commentform fieldset {
			border: 0;
			padding: 0;
			margin: 0;
		}
		
		#commentform .commentrow {
			overflow: auto;
			padding: 3px;
		}
		
		#commentform label {
			float: left;
			white-space: nowrap;
			display: block;
			width: 30%;
			margin-right: 1%;
			text-align: right;
		}
		
		#commentform .commentinputtextbox, #content textarea {
			float: left;
			width: 65%;
			font-family: Verdana;
		}
		
		#commentform #submit {
			width: auto;
		}
		
		.commentdate {
			padding: 5px;
			float: right;
		}
		
	ul.conversation {
		overflow: auto;
		width: auto;
		display: block;
		margin: 1em;
		border: 1px solid #ccc;
		background: #eee;
		padding: 1em;
		list-style: none;
	}
	
		ul.conversation li {
			padding: 3px;
			overflow: auto;
			width: 99%;
		}
		
			ul.conversation li.altrow {
				background: #f6f6f6;
			}
		
			ul.conversation li.action {
				font-style: italic;
			}
		
			ul.conversation div {
				float: right;
				width: 79%;
			}
		
			ul.conversation span {
				display: block;
				float: left;
				width: 20;
			}
.centeredImage
    {
    text-align:center;
    display:block;
    }

