body {
	font-family: tahoma, trebuchet ms, verdana, sans-serif;
	color: black;
	background-color: #0072cf;
	font-size: 12pt;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

A:link {text-decoration: none; color: black;
	font-family: tahoma, trebuchet ms, verdana, sans-serif;
	font-size: 10pt;	
}
A:visited {text-decoration: none; color: black;
	font-family: tahoma, trebuchet ms, verdana, sans-serif;
	font-size: 10pt;	
}
A:active {text-decoration: none; color: black;
	font-family: tahoma, trebuchet ms, verdana, sans-serif;
	font-size: 10pt;	
}
A:hover {text-decoration: underline; color: black;
	font-family: tahoma, trebuchet ms, verdana, sans-serif;
	font-size: 10pt;	
}


h1 {
	font-size: 18pt;
	text-align: left;
}
h2 {font-size: 18pt;
	text-align: center;
}
h3 {font-size: 14pt;
	text-align: center;
}

.topnav {
	text-align: center;
	height: 30px;
	width: 100%;
	color: white;
	margin-left: auto;
	margin-right: auto;
	background-image:url(img/TopNavBG.png);
	background-repeat: repeat-x;
}

.topnavcontent {
	text-align: left;
	height: 30px;
	width: 950px;
	font-size: 10pt;
	color: white;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

.mast {
	text-align: center;
	height: 160px;
	width: 100%;
	color: white;
	margin-left: auto;
	margin-right: auto;
	background-image:url(img/MastBG.jpg);
	background-repeat: repeat-x;
}

.mastcontent {
	text-align: left;
	height: 160px;
	width: 950px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}
.columns {
	text-align: center;
	min-height: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color:#f4f4f4;
	
}	
.columnspostfull {
	text-align: center;
	height: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color:#f4f4f4;

}
.columnscontent {
	text-align: center;
	height: 100%;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f4f4f4;


}

.columnleft{
	text-align: left;
	height: 100%;
	width: 600px;
	margin-left: auto;
	margin-right: 50px;
	float: left;
	background-color:#f4f4f4;
		
		
}

.post {
	text-align: left;
	height: 280px;
	width: 540px;
	padding-top: -10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: white;
	border: thin solid #e2e2e2;
	
}
.postfull {
	text-align: left;
	height: 800px;
	width: 540px;
	padding-top: -10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: white;
	border: thin solid #e2e2e2;
	
}	
.postdate {
	text-align: left;
	font-size: 9pt;
	padding-bottom: 20px;


}
.postcomment {
	text-align: left;
	height: 160px;
	width: 500px;
	font-size: 11pt;
	padding: 20px;
	background-color:#f4f4f4;
	border: thin solid #e2e2e2;
}
.continue {
	text-align: left;
	font-size: 11pt;
	height: 40px;
	width: 200px;
	padding-top: 10px;
	padding-left: 26px;
	color: #0072cf;
	background-image:url(img/ContinueBG.png);
	background-repeat:no-repeat;

	}	
.columnright{
	text-align: left;
	height: 100%;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color:#f4f4f4;
}


.recentposthdr{
	text-align: left;
	font-size: 14pt;
	padding-bottom: 10px;
}

.recentpostbox{
	text-align: left;
	height: 330px;
	width: 280px;
	padding: 10px;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: white;
	border: thin solid #e2e2e2;
}

.recentpostlink{
	text-align: left;
	height: 30px;
	width: 240px;
	font-size: 10pt;
	padding-top: 6px;
	padding-left: 24px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/RecentPostLinkBG.png);
	background-repeat: no-repeat;
}


.footer {
	text-align: center;
	height: 100px;
	width: 100%;
	color: white;
	margin-left: auto;
	margin-right: auto;
	background-color: #0072cf;
}

.footercontent {
	text-align: center;
	padding-top: 20px;
	height: 100px;
	width: 950px;
	font-size: 10pt;
	color: white;
	margin-left: auto;
	margin-right: auto;
}
