body{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
		background: url("images/bg.jpg") top left repeat-x;
}
#gpf-main{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.gpf-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:41px;
	min-height:41px;
}

.gpf-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 16px;
}

.gpf-Sheet-tr, .gpf-Sheet-tl, .gpf-Sheet-br, .gpf-Sheet-bl, .gpf-Sheet-tc, .gpf-Sheet-bc,.gpf-Sheet-cr, .gpf-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.gpf-Sheet-tr, .gpf-Sheet-tl, .gpf-Sheet-br, .gpf-Sheet-bl
{
	width: 76px;
	height: 76px;
	background-image: url('images/Sheet-s.png');
}

.gpf-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 38px, 38px, auto);
}

.gpf-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 38px, 38px);
}

.gpf-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(38px, 38px, auto, auto);
}

.gpf-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(38px, auto, auto, 38px);
}

.gpf-Sheet-tc, .gpf-Sheet-bc
{
	left: 38px;
	right: 38px;
	height: 76px;
	background-image: url('images/Sheet-h.png');
}

.gpf-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 38px, auto);
}

.gpf-Sheet-bc
{
	bottom: 0;
	clip: rect(38px, auto, auto, auto);
}

.gpf-Sheet-cr, .gpf-Sheet-cl
{
	top: 38px;
	bottom: 38px;
	width: 76px;
	background-image: url('images/Sheet-v.png');
}

.gpf-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 38px);
}

.gpf-Sheet-cl
{
	left:0;
	clip: rect(auto, 38px, auto, auto);
}

.gpf-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 38px;
	left: 38px;
	right: 38px;
	bottom: 38px;
	background-color: #F0EDE0;
}


.gpf-Sheet
{
	margin-top: 15px !important;
}

#gpf-page-background-simple-gradient, #gpf-page-background-gradient, #gpf-page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.gpf-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 100px;
}


div.gpf-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 868px;
	height: 100px;
/* 	background-image: url('images/Header.jpg'); */
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.gpf-Logo{
	display : block;
	position: absolute;
	left: 10px;
	top: 43px;
	width: 214px;
}
h1.gpf-Logo-name{
	display: block;
	text-align: center;
}
h1.gpf-Logo-name, h1.gpf-Logo-name a, h1.gpf-Logo-name a:link, h1.gpf-Logo-name a:visited, h1.gpf-Logo-name a:hover{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 41px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #EEEBDD !important;
}
.gpf-Logo-text{
	display: block;
	text-align: center;
}
.gpf-Logo-text, .gpf-Logo-text a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #D4CCAA !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.gpf-menu a, .gpf-menu a:link, .gpf-menu a:visited, .gpf-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.gpf-menu, .gpf-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.gpf-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.gpf-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.gpf-menu li li
{
	float: none;
}

.gpf-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.gpf-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.gpf-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.gpf-menu:after, .gpf-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.gpf-menu, .gpf-menu ul
{
	min-height: 0;
}

.gpf-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.gpf-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.gpf-menu{
	padding: 0px 0px 0px 0px;
}
.gpf-nav{
	position: relative;
	height: 25px;
	z-index: 100;
}
.gpf-nav .l, .gpf-nav .r{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('images/nav.png');
}
.gpf-nav .l{
	left: 0;
	right:0px;
}
.gpf-nav .r{
	right: 0;
	width: 868px;
	clip: rect(auto, auto, auto, 868px);
}
/* end Menu */

/* begin MenuItem */
.gpf-menu ul li{
	clear: both;
}
.gpf-menu a{	
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
*>.gpf-menu a{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.gpf-menu a .r, .gpf-menu a .l{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}
.gpf-menu a .l{
	left:0;
	right:0px;
}
.gpf-menu a .r{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.gpf-menu a .t {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D2D6D1;
	padding: 0 8px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}
.gpf-menu a:hover .l, .gpf-menu a:hover .r{
	top:-25px;
}
.gpf-menu li:hover>a .l, .gpf-menu li:hover>a .r{
	top:-25px;
}
.gpf-menu li:hover a .l, .gpf-menu li:hover a .r{
	top:-25px;
}
.gpf-menu a:hover .t{
	color: #232622;
}
.gpf-menu li:hover a .t{
	color: #232622;
}
.gpf-menu li:hover>a .t{
	color: #232622;
}
/* end MenuItem */

/* begin MenuSeparator */
.gpf-nav .gpf-menu-separator{
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('images/MenuSeparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.gpf-menu ul a{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 38px;
	width: 180px;
	overflow:hidden;
	line-height: 38px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #E4C144;
}

.gpf-nav ul.gpf-menu ul span, .gpf-nav ul.gpf-menu ul span span{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.gpf-menu ul a, .gpf-menu ul a:link, .gpf-menu ul a:visited, .gpf-menu ul a:hover, .gpf-menu ul a:active, .gpf-nav ul.gpf-menu ul span, .gpf-nav ul.gpf-menu ul span span{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 38px;
	color: #474024;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.gpf-menu ul ul a{
	margin-left: auto;
}
.gpf-menu ul li a:hover{
	color: #F8F7F1;
	border-color: #8E988B;
	background-position: 0 -38px;
}
.gpf-menu ul li:hover>a{
	color: #F8F7F1;
	border-color: #8E988B;
	background-position: 0 -38px;
}
.gpf-nav .gpf-menu ul li a:hover span, .gpf-nav .gpf-menu ul li a:hover span span{
	color: #F8F7F1;
}
.gpf-nav .gpf-menu ul li:hover>a span, .gpf-nav .gpf-menu ul li:hover>a span span{
	color: #F8F7F1;
}
/* end MenuSubItem */






















/* begin Menu 2 */
/* menu structure 2 */

.gpf-menu2 a, .gpf-menu2 a:link, .gpf-menu2 a:visited, .gpf-menu2 a:hover{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.gpf-menu2, .gpf-menu2 ul{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.gpf-menu2 li{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
	position: relative;
	z-index: 5;
	background:none;
}
.gpf-menu2 li:hover{
	z-index: 10000;
	white-space: normal;
}
.gpf-menu2 li li{
	float: none;
}
.gpf-menu2 ul{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	background:none;
}
.gpf-menu2 li:hover>ul{
	visibility: visible;
	top: 100%;
}
.gpf-menu2 li li:hover>ul{
	top: 0;
	right: 100%;
}
.gpf-menu2:after, .gpf-menu2 ul:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.gpf-menu2, .gpf-menu2 ul{
	min-height: 0;
}
.gpf-menu2 ul{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.gpf-menu2 ul ul{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* menu structure */
.gpf-menu2{
	padding: 0px 0px 0px 0px;
}
.gpf-nav2{
	position: relative;
	height: 25px;
	z-index: 100;
}
.gpf-nav2 .l, .gpf-nav2 .r{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('images/nav.png');
}
.gpf-nav2 .l{
	left: 0;
	right:0px;
}
.gpf-nav2 .r{
	right: 0;
	width: 868px;
	clip: rect(auto, auto, auto, 868px);
}
/* end Menu */
/* begin MenuItem */
.gpf-menu2 ul li{
	clear: both;
}
.gpf-menu2 a{	
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
*>.gpf-menu2 a{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.gpf-menu2 a .r, .gpf-menu2 a .l{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}
.gpf-menu2 a .l{
	left:0;
	right:0px;
}
.gpf-menu2 a .r{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.gpf-menu2 a .t {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D2D6D1;
	padding: 0 8px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}
.gpf-menu2 a:hover .l, .gpf-menu2 a:hover .r{
	top:-25px;
}
.gpf-menu2 li:hover>a .l, .gpf-menu2 li:hover>a .r{
	top:-25px;
}
.gpf-menu2 li:hover a .l, .gpf-menu2 li:hover a .r{
	top:-25px;
}
.gpf-menu2 a:hover .t{
	color: #232622;
}
.gpf-menu2 li:hover a .t{
	color: #232622;
}
.gpf-menu2 li:hover>a .t{
	color: #232622;
}
/* end MenuItem */
/* begin MenuSeparator */
.gpf-nav2 .gpf-menu2-separator{
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('images/MenuSeparator.png');
}
/* end MenuSeparator */
/* begin MenuSubItem */
.gpf-menu2 ul a{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 38px;
	width: 180px;
	overflow:hidden;
	line-height: 38px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: right top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #E4C144;
}
.gpf-nav2 ul.gpf-menu2 ul span, .gpf-nav2 ul.gpf-menu2 ul span span{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.gpf-menu2 ul a, .gpf-menu2 ul a:link, .gpf-menu2 ul a:visited, .gpf-menu2 ul a:hover, .gpf-menu2 ul a:active, .gpf-nav2 ul.gpf-menu2 ul span, .gpf-nav2 ul.gpf-menu2 ul span span{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 38px;
	color: #474024;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.gpf-menu2 ul ul a{
	margin-right: auto;
}
.gpf-menu2 ul li a:hover{
	color: #F8F7F1;
	border-color: #8E988B;
	background-position: 0 -38px;
}
.gpf-menu2 ul li:hover>a{
	color: #F8F7F1;
	border-color: #8E988B;
	background-position: 0 -38px;
}
.gpf-nav2 .gpf-menu2 ul li a:hover span, .gpf-nav2 .gpf-menu2 ul li a:hover span span{
	color: #F8F7F1;
}
.gpf-nav2 .gpf-menu2 ul li:hover>a span, .gpf-nav2 .gpf-menu2 ul li:hover>a span span{
	color: #F8F7F1;
}

/* end MenuSubItem */


















/* begin ContentLayout */
.gpf-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 868px;
}
/* end ContentLayout */

/* begin Box, Block */
.gpf-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.gpf-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}



.gpf-Block
{
	margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.gpf-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.gpf-BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}





.gpf-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 15px;
	background-repeat: no-repeat;
	min-height: 15px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.gpf-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}

.gpf-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.gpf-BlockContent-tr, .gpf-BlockContent-tl, .gpf-BlockContent-br, .gpf-BlockContent-bl, .gpf-BlockContent-tc, .gpf-BlockContent-bc,.gpf-BlockContent-cr, .gpf-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.gpf-BlockContent-tr, .gpf-BlockContent-tl, .gpf-BlockContent-br, .gpf-BlockContent-bl
{
	width: 10px;
	height: 10px;
	background-image: url('images/BlockContent-s.png');
}

.gpf-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}

.gpf-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.gpf-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.gpf-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.gpf-BlockContent-tc, .gpf-BlockContent-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('images/BlockContent-h.png');
}

.gpf-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.gpf-BlockContent-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.gpf-BlockContent-cr, .gpf-BlockContent-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('images/BlockContent-v.png');
}

.gpf-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.gpf-BlockContent-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}

.gpf-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #EEEBDD;
}


.gpf-BlockContent-body
{
	color:#575F54;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.gpf-BlockContent-body a:link
{
	color: #695F35;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.gpf-BlockContent-body a:visited, .gpf-BlockContent-body a.visited
{
	color: #7F8A7B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.gpf-BlockContent-body a:hover, .gpf-BlockContent-body a.hover
{
	color: #B7951A;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.gpf-BlockContent-body ul
{
	list-style-type: none;
	color: #232622;
	margin:0;
	padding:0;
}

.gpf-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.gpf-BlockContent-body ul li
{
	padding:0px 0 0px 11px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.gpf-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.gpf-Post-body
{
	position: relative;
	z-index:1;
	padding: 12px;
}



.gpf-Post
{
	margin: 7px;
}

/* Start images */
a img
{
	border: 0;
}

.gpf-article img, img.gpf-article
{
	margin: 1em;
}

.gpf-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.gpf-article table, table.gpf-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.gpf-article table, table.gpf-article .gpf-article tr, .gpf-article th, .gpf-article td{
	background-color:Transparent;
}

.gpf-article th, .gpf-article td{
	padding: 2px;
	border: solid 0px #C7BC8F;
	vertical-align: top;
	text-align:left;
}

.gpf-article th{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.gpf-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #343932;
}

.gpf-PostHeaderIcon-wrapper, .gpf-PostHeaderIcon-wrapper a, .gpf-PostHeaderIcon-wrapper a:link, .gpf-PostHeaderIcon-wrapper a:visited, .gpf-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #343932;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.gpf-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #584F2C;
}

.gpf-PostHeader a:visited, .gpf-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #575F54;
}

.gpf-PostHeader a:hover, .gpf-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #B7951A;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #454C43;
}

.gpf-PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
/*   text-align: justify; */
  color: #454C43;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #8B7D46;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #8B7D46;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #323630;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #B7951A;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #4D544A;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666F62;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #8B7D46;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #575F54;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #575F54;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #575F54;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #343932;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.gpf-Post li
{
	padding:0px 0 0px 11px;
	line-height:1.2em;
}

.gpf-Post ol li, .gpf-Post ul ol li
{
	background: none;
	padding-left:0;
}

.gpf-Post ul li, .gpf-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:11px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E9E4D3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.gpf-button-wrapper .gpf-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.gpf-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.gpf-button-wrapper .gpf-button
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.gpf-button-wrapper.hover .gpf-button, .gpf-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.gpf-button-wrapper.active .gpf-button
{
	color: #FCF9ED !important;
}

.gpf-button-wrapper .l, .gpf-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.gpf-button-wrapper .l
{
	left:0;
	right:11px;
}

.gpf-button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.gpf-button-wrapper.hover .l, .gpf-button-wrapper.hover .r
{
	top: -34px;
}

.gpf-button-wrapper.active .l, .gpf-button-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.gpf-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 868px;
	margin: 5px auto 0px auto;
}

.gpf-Footer .gpf-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
}

.gpf-Footer .gpf-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 868px;
	height: 150px;
	bottom:0;
	left:0;
}


.gpf-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 16px;
	width: 16px;
}




.gpf-Footer .gpf-Footer-text p
{
	margin: 0;
}

.gpf-Footer .gpf-Footer-text
{
	display:inline-block;
	color:#221F11;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.gpf-Footer .gpf-Footer-text a:link
{
	text-decoration: none;
	color: #665C33;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.gpf-Footer .gpf-Footer-text a:visited
{
	text-decoration: none;
	color: #191B18;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.gpf-Footer .gpf-Footer-text a:hover
{
	text-decoration: none;
	color: #866D13;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.gpf-page-footer, .gpf-page-footer a, .gpf-page-footer a:link, .gpf-page-footer a:visited, .gpf-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#B3911A;
}

.gpf-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#887A44;
}
/* end PageFooter */

/* begin LayoutCell */
.gpf-contentLayout .gpf-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 607px;
}
.gpf-contentLayout .gpf-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 867px;
}
/* end LayoutCell */

/* begin LayoutCell */
.gpf-contentLayout .gpf-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 260px;
}
/* end LayoutCell */
