@charset "UTF-8";
/* CSS Document */
#sidebar_container{
	position: static;
	float: left;
	height: auto;
	width: 250px;

}
#sidebar_title{
	position: static;
	float: left;
	background: url(../images/sidebartitlebg.png) repeat-x;
	height: 25px;
	width: 250px;
	margin: 5px 5px 0px 5px;
	padding: 10px 0px 0px 0px;
	
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px 10px 0px 0px;
}
#sidebar_content{
	position: static;
	float: left;
	background: url(../images/sidebarbg.png) repeat-x;
	height: auto;
	width: 250px;
	margin: 0px 5px 5px 5px;	
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius:0px 0px 10px 10px;
}
.lrg_shares{
	position: static;
	float: left;
	height: 50px;
	width: 250px;
	margin: 7px 0px 12px 7px;
}
	.lrg_shares img{
		float: left;
		margin: 0px 12px 0px 0px; 
		border: none;
		text-decoration: none;
	}
.section{
	position: static;
	float: left;
	padding:7px 7px 10px 7px;
}
.frontpage_image{
	position:static;
	float: left;
	background: url(../images/banner.png) no-repeat top left;
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0px 0px 10px 0px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius:0px 0px 10px 10px;
}
.block_container{
	position:static;
	float: left;
	width:348px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
}
	#block_title{
	position: static;
	float: left;
	background: url(../images/sidebartitlebg.png) repeat-x;
	height: 25px;
	width: 348px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px 10px 0px 0px;
	}
	#block_content{
	position: static;
	float: left;
	background: url(../images/sidebarbg.png) repeat-x;
	height: auto;
	width: 348px;
	margin: 0px;
	padding: 0px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius:0px 0px 10px 10px;
	color: #555555;	
	}

#sidebar_content{
	position: static;
	float: left;
	background: url(../images/sidebarbg.png) repeat-x;
	height: auto;
	width: 250px;
	margin: 0px 5px 5px 5px;	
}

#page_content{
	position:static;
	float: right;
	width: 717px;
	margin: 5px 10px 5px 0px;
	padding: 0px 0px 0px 8px;
	height: auto;
	border-left: 1px #eeeeee solid; 
}

.title_container{
	position:static;
	float:left;
	background: url(../images/sidebartitlebg.png) repeat-x;
	border: #cccccc 0px solid;
	width:714px;
	height:auto;
	padding: 5px 3px 5px 3px;
	margin: 0px 0px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px 10px 0px 0px;
}
#tutorial_content{
	position: static;
	float: left;
	background: url(../images/sidebarbg.png) repeat-x;
	height: auto;
	width: 720px;
	margin: 0px;
	padding:0px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius:0px 0px 10px 10px;
	}
	
.closing_container{
	position:static;
	float:left;
	width:712px;
	height:auto;
	padding: 5px 3px 5px 3px;
	margin: 0px 0px 10px 0px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	
	color: #04558a;
	font-size: 12px;
	font-weight: bold;
}
		.closing_container img{
			height: 30px;
			width: 30px;
		}
		
.content{
	position: static;
	float: left;
	width:719px;
	height:auto;
	padding: 0px 0px 0px 0px;
}
	.content .post{
	position: static;
	float: left;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	width: 712px;
	height:auto;
	padding: 20px 3px 5px 3px;
	}
	 
.date{
	position:static;
	float:right;
	width:auto;
	height: auto;
	margin:0px 5px -20px 0px;
	padding: 2px;	
	background: #eeeeee;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	
	color:#555555;
	font-weight:normal;
	font-size:14px;
	text-align: center;
}


/*Page Numerator*/
.pagenuml{
	position: static;
	float:left;
	background: #eeeeee;
	border: #cccccc 1px solid;
	height:auto;
	width: auto;
	padding: 2px;
	margin: 0px 0px 10px 0px; 
}

.pagenum{
	position: static;
	float:left;
	background: #eeeeee;
	border: #cccccc 1px solid;
	height:16px;
	width:16px;
	padding: 2px;
	margin: 0px 0px 10px 2px; 
	text-align: center;
}

.pagenumr{
	position: static;
	float:right;
	background: #eeeeee;
	border: #cccccc 1px solid;
	height:auto;
	width:auto;
	padding: 2px;
	margin: 0px 0px 10px 0px; 
	
}


/*Tables*/
table{
	position: static;
	float: left;
	width:100%;
	height:auto;
	margin: 10px;
}
th{
	color: #000000;
	font-weight: bold;
	text-align: left;
	
}
td li{
	list-style: circle inside;
		font-size:10pt;
		line-height: 14pt;
		font-weight: normal;
		text-indent: 3em; 
}