
@media all {

	body {
		padding: 0px;
		margin: 0px;
		background-color: #FFFFCC;
		font-family: Arial, Tahoma, Verdana;
		font-size: 14px;
		color: #001543;
		}
		
	img { border: 0px; }
	
	table { border-collapse: collapse; }
	
	th,td,tbody {
		padding: 0px;
		vertical-align: top;
		}
		
	form {
		margin: 0px;
		padding: 0px;
		}
		
	.text-left { text-align: left; }
	.text-center { text-align: center; }
	.text-right { text-align: right; }
	.pull-left { float: left; }
	.pull-right { float: right; }
		
	body > div.pg-cntnr {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
		}

	div.pg-cntnr > div.pg-header {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		}
		
	div.pg-header > img {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		box-shadow: 2px 2px 4px #666666;
		}
		
	div.pg-cntnr > div.link-column {
		float: left;
		width: 130px;
		text-align: center;
		}
		
	div.pg-cntnr > div.link-column.widget-links {
		display: none;
		}
		
	div.pg-cntnr > div.content-column {
		float: left;
		width: 680px;
		min-height: 400px;
		padding-bottom: 20px;
		text-align: center;
		overflow: hidden;
		}
		
	div.content-column > p {
		text-align: left;
		margin-left: 20px;
		margin-right: 20px;
		line-height: 120%;
		}
		
	div.link-column > a, a.btn  {
		background-color: #4f81bd;
		color: #ffffff;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 120px;
		height: 70px;
		line-height: 70px;
		overflow: hidden;
		font-weight: bold;
		border: 3px solid #ffff00;
		border-radius: 14px;
		box-shadow: 2px 2px 4px #666666;
		font-family: Arial, Tahoma, Helvetica;
		font-size: 16px;
		text-decoration: none;
		}

	div.link-column > a + a { margin-top: 20px; }

	div.link-column > a:hover, div.link-column > a.active, a.btn:hover { background-color: #205991; }

	div.link-column > a > span {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
		}
		
	div.pg-cntnr > div.pg-footer {
		float: left;
		width: 100%;
		line-height: 130%;
		text-align: center;
		}
		
	div.entry-door img { cursor: pointer; }

	div.reap-widget { display: none; }
	
	span.new {
		font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
		color: #FF0000;
		letter-spacing: 1px;
		font-weight: bold;
		}
		
	div.pg-footer > p > img {
		vertical-align: middle;
		margin-left: 4px;
		margin-right: 4px;
		}

	}