body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}

/**************************************/	
/* section styles */

#container {
	width: 800px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	text-align: center;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#header_logo {
	margin-bottom: 2px;
	}

#header_links {
	margin-bottom: 0px;
	}

#leftside {
	float: left;
	width: 188px;
	margin-right: 4px;
	margin-top:22px;
	text-align: left;
	color: #898989;
	}

#center {
	float: left;
	width: 416px;
	vertical-align:	top;
	text-align: left;
	color: #666666;
	}

#rightside {
	float: right;
	width: 188px;
	margin-left: 4px;
	margin-top:22px;
	text-align: left;
	color: #898989;
	}

#footer {
	text-align: center;
	width: 800px;
	height: 166px;
	clear: both;
	}

/* end section styles */
/**************************************/


/* classes */

.post {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	}

.post_header {
	color: #FFFFFF;
	height: 22px;
	width: 416px;
	font-size: 12px;
	vertical-align: middle;
	line-height: 22px;
	}
	
.post_body {
	background-color: #C3C3C3;
	border: 1px solid #FF9933;
	margin-top: 0px;
	padding: 10px;
	text-align: justify;
	}
	
.post_body img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.postmetadata {
	clear: left;
	border-top: 1px solid #999999;
	font-size: 9px;
	margin-bottom: 0px;
	}

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */

	
/* hidden text */

h1, h2, h3 {
	font-size: 12px;
	margin:0;
	background-repeat:no-repeat;
	background-position:left top;
	}

h1 span, h2 span, h3 span {
	display:none;
	}

/* text */


#fp:first-letter {
	font-size : 300%;
	font-weight : bold;
	float : left;
	margin-right: 3px;
 }

.dropcap {
	font-size: 3em;
	position: relative; 
	top: -.16em;
	margin: 0px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}

table {
	text-align: center;
	}

p {
	}

p.no_marg {
	margin: 0px;
	padding: 0px;
	}

a {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {
	text-decoration: underline;
	color: #FF9933;
	}

#rightside a {
	text-decoration: none;
	color: #444444;
	}

#rightside a:hover {
	text-decoration: underline;
	color: #FF9933;
	}

#leftside a {
	text-decoration: none;
	color: #444444;
	}
    
#leftside a:hover {
	text-decoration: underline;
	color: #FF9933;
	}

.post_header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

blockquote {
	}

img.alignceter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.aligncenter {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

	ul, li {
		list-style-type: none;
		list-style-image: url('none');
	}

	html>body .post_body ul {
                margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		list-style-type: none;
		list-style-image: url('none');
	}

	html>body .post_body li {
		margin: 0 10px 0 10px;
	}

	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: url('none');
	}

	#rightside ul ul li:before {
		
	}

	#rightside ul, #rightside ul ol {
		margin: 0 0 0 0;
		padding: 0;
	}

	#rightside ul li {
		list-style-type: none;
		list-style-image: url('none');
		margin-bottom: 10px
	}

	#rightside ul p, #rightside ul select {
		margin: 5px 0 8px;
	}

	#rightside ul ul, #rightside ul ol {
		margin: 5px 0 0 10px;
	}

	#rightside ul ul ul, #rightside ul ol {
		margin: 0 0 0 10px;
	}

	ol li, #rightside ul ol li {
		list-style: decimal outside;
	}

	#rightside ul ul li, #rightside ul ol li {
		margin: 3px 0 0;
		padding: 0;
	}

	#leftside ul ul li:before {
		
	}

	#leftside ul, #leftside ul ol {
		margin: 0 0 0 0;
		padding: 0;
	}

	#leftside ul li {
		list-style-type: none;
		list-style-image: url('none');
		margin-bottom: 15px
	}


	#leftside ul p, #leftside ul select {
		margin: 5px 0 8px;
	}

	#leftside ul ul, #leftside ul ol {
		margin: 5px 10px 0 0;
	}

	#leftside ul ul ul, #leftside ul ol {
		margin: 0 10px 0 0;
	}

	#leftside ul ol li {
		list-style: decimal outside;
	}

	#leftside ul ul li, #rightside ul ol li {
		margin: 3px 0 0;
		padding: 0;
	}


/* End Entry Lists */