	*{
		font-family:"Gill Sans MT",Verdana,sans-serif;
		box-sizing:border-box; -moz-box-sizing:border-box /* Use IE's box model method to avoid browser specific hacks */
	}
pre{
background-color:#ffffff !important;
width:auto;
overflow-x:scroll;
padding:0.2em;
}
blockquote {
display: block;
padding-left: 0px;
color:#a4a4c4;
}
blockquote:before, blockquote:after {
color: #69c;
display: block;
font-family:"Gill Sans MT","Century Gothic",arial;
font-size: 700%;
width: 50px;
}
blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}
blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;   
margin-left: 340px;
}

	body{
		margin:0px;
		padding:0px;
	}
	#header{
		background-color:#000000;
	}
	#stripesLeft, #stripesRight{
		background-image:url('images/stripes.gif');
		background-repeat:repeat-x;
		height:478px;
		width:auto;
	}
	#stripesLeft{
		text-align:right;
		background-position:right;
	}
	#stripesRight{
		text-align:left;
		background-position:17px 0px;
	}
	#backgroundLeft, #backgroundRight{
		background-color:#000000;
		background-repeat:repeat-y;
		width:auto;
		vertical-align:top;
	}
	#backgroundLeft{
		background-image:url('images/worldpress19---Copy_07.gif');
		background-position:right;
	}
	#backgroundRight{
		background-image:url('images/worldpress19---Copy_08.gif');
		background-position:left;
	}
	#mainTable{
		width:100%;
		height:1000px;
	}
	#mainContent, #leftPanel, #rightPanel{
		background-color:#000000;
		vertical-align:top;
		color:#919191;
		font-size:10pt;
	}
	a, a:visited{
		color:#009CF3;
		font-weight:bold;
		text-decoration:none;
	}
	
	#mainContent{
		background-color:#020a24;
		border-right:#2a2a2a 1px dashed;
		border-left:#2a2a2a 1px dashed;
	}
	
	
	.entryDate{
		color:#ffffff;
		font-size:11pt;
		margin-left:-8px;
	}
	.entryTitle, .entryTitle a, .entryTitle a:visited{
		color:#a37c21;
		text-transform:uppercase;
		font-weight:bold;
		margin-bottom:0px;
		text-decoration:none;
	}
	.entryAuthor{
		color:#ffffff;
		margin:0px;
		padding:0px;
	}
	.entry{
		border-bottom:#2a2a2a 3px solid;
		border-top:#006fef 3px solid;
		padding-bottom:20px;
		padding-top:5px;
		margin-bottom:5px;
	}
.entry div p{
font-size:12pt;
/*line-height:18px;*/
}
	#leftPanel{
		width:158px;
		overflow:hidden;
	}
	#leftPanel div{
		overflow-x:hidden;
	}
	#rightPanel{
		width:138px;
		overflow:hidden;
	}
	#rightPanel div{
		overflow-x:hidden;
	}
	
	.panelItem{
		margin-left:8px;
		margin-right:2px;
		border-bottom:#2a2a2a 1px dotted;
		padding-bottom:10px;
		padding-top:10px;
	}
	.panelItem h2{
		color:#ffffff;
		font-size:11pt;
	}
	a img{
		border:none;
	}
	.panelItem ul{
		list-style-image:url('images/bullet.gif');
		list-style-position:outside;
		padding:0px;
		margin:0px;
		margin-left:2px;
	}
	.panelItem ul li{
		margin-bottom:5px;
margin-left:10px;

		color:#a37c21;
	}
	.panelItem ul li a{
		color:#999999;
		font-weight:normal;
		text-decoration:none;
	}