#text {
		margin: 20px 0px 20px 0px;
		padding: 5px 10px 5px 10px;
		clear: both;
		text-align: justify;
		line-height: 1.5em;
		color: #666666;
		font-size:11px;
		}

#text a {
		text-decoration:none;
		padding:1px;
		border-bottom:#333333 solid 1px;
		}

#text a:hover {
		text-decoration:none;
		padding:1px;
		border-bottom:#333333 solid 1px;
		background:#EEEEEE;
		color:#333333;
		}

			
hr{
	visibility:hidden; 
	display:none;
	}
	
.skiplink{
	visibility:hidden; 
	display:none;
	}	

#container{
	width:860px; 
	margin:10px 0 0 0; 
	padding:0; 
	text-align:left;
	}

.nav{
	margin:10px 10px 0px 0px;
	float:right;  
	}
	
#left{
	float:left; 
	width:300px; 
	margin-top:20px; 
	text-align:left;  
	border-right:1px solid #333333;
	margin-bottom:20px;
	}

h3.left{
	height:25px; 
	padding:7px 0 0 20px;
	font-size:10pt; 
	color:#333333; 
	}

.block{
	width:300px;
	padding-bottom:20px;
	}
	
.block ul{
	margin:0; 
	padding:0 20px 0 20px; 
	list-style-type:none;
	}
	
.block ul li{
	padding:10px 0 10px 0; 
	display:block; 
	border-bottom:1px dashed #333333; 
	font-size:11px; 
	color:#333333; 
	line-height:1.6em; 
	}
	
#right{
	float:right; 
	width:537px;
	max-width:537px;
	text-align:justify; 
	}

h2{
	font-size:13pt; 
	color:#333333; 
	font-weight:normal;
	}
	
#right blockquote{
	padding-left:11px ;
	border-left:1px solid #333333; 
	margin:10px 80px 11px 40px ;
	}
	
h2.main{
	font-size:16pt; 
	color:#333333; 
	font-weight:normal; 
	line-height:1.6em; 
	border-bottom:1px solid #333333;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
.content h3{
	font-size:7pt; 
	color:#333333; 
	font-weight:normal; 
	text-transform:uppercase;
	margin-bottom:15px;
	}

.content ul li{
	list-style:square;
	}

.content{
	padding:0px 0px 20px 0px;
	font-size:11px; 
	line-height:1.8em; 
	color:#333333;
	margin:20px 0px 0px 0px;
	vertical-align:text-top;
	}

img.photo{ 
	padding:5px; 
	border:1px solid #CCCCCC;
	float:right;
	margin:0px 0px 20px 10px;
	}

/* see line 529 of includes/markdown/markdown.php for added .link class */
a.link {
	text-decoration:none;
	padding:1px;
	border-bottom:#333333 solid 1px;
	}

a:hover.link {
	text-decoration:none;
	padding:1px;
	border-bottom:#333333 solid 1px;
	background:#EEEEEE;
	color:#333333;
	}
	
/********** only use heading 4 in posts ***********/
h4{
	padding:0px;
	font-size:16pt; 
	font-weight:normal; 
	line-height:1.6em; 
	color:#BBBBBB;
	margin-bottom:10px;
	}

