/* begin Page */

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFAD7;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#page-background-gradient {
	position: absolute;	
	top:0;
	width:100%;
	height: 356px;
}

.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 */
.Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 905px;
	min-width:23px;
	min-height:23px;
}
.Sheet-body {
	position: relative;
	z-index: 1;
	padding: 1px;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc, .Sheet-cr, .Sheet-cl {
	position:absolute;
	z-index:-1;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
	width: 22px;
	height: 22px;
	background-image: url('images/Sheet-s.png');
}
.Sheet-tl {
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}
.Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}
.Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}
.Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}
.Sheet-tc, .Sheet-bc {
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('images/Sheet-h.png');
}
.Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}
.Sheet-bc {
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}
.Sheet-cr, .Sheet-cl {
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('images/Sheet-v.png');
}
.Sheet-cr {
	right:0;
	clip: rect(auto, auto, auto, 11px);
}
.Sheet-cl {
	left:0;
	clip: rect(auto, 11px, auto, auto);
}
.Sheet-cc {
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #FFFFFF;
}
.Sheet {
	margin-top: 50px !important;
}
#page-background-simple-gradient, #page-background-gradient, #page-background-glare {
	min-width:905px;
}
/* end Box, Sheet */

/* begin Header */
div.Header {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 903px;
	height: 305px;
}
div.Header-png {
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 903px;
	height: 305px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}
div.Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 903px;
	height: 305px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.Logo {
	display : block;
	position: absolute;
	left: 400px;
	top: 6px;
	width: 504px;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.nav {
	position: relative;
	height: 52px;
	z-index: 100;
}
.nav .l, .nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 52px;	
}
.nav .l {
	left: 0;
	right:0px;
}
.nav .r {
	right: 0;
	width: 903px;	
}
/* end Menu */


/* begin ContentLayout */
.contentLayout {
	position: relative;
	margin-bottom: 0px;
	width: 903px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:17px;
	min-height:17px;
}
.Block-body {
	position: relative;
	z-index: 1;
	padding: 2px;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc, .Block-cr, .Block-cl {
	position:absolute;
	z-index:-1;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl {
	width: 16px;
	height: 16px;
	background-image: url('images/Block-s.png');
}
.Block-br, .Block-bl {
	width: 16px;
	height: 16px;
	background-image: url('images/Block-s2.png');
}
.Block-tl {
	top:0;
	left:0;
	clip: rect(auto, 8px, 8px, auto);
}
.Block-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 8px, 8px);
}
.Block-bl {
	bottom: 0;
	left: 0;
	clip: rect(8px, 8px, auto, auto);
}
.Block-br {
	bottom: 0;
	right: 0;
	clip: rect(8px, auto, auto, 8px);
}
.Block-tc {
	left: 8px;
	right: 8px;
	height: 16px;
	background-image: url('images/Block-h.png');
}
.Block-bc {
	left: 8px;
	right: 8px;
	height: 9px;
	background-image: url('images/Block-h2.png');
}
.Block-tc {
	top: 0;
	clip: rect(auto, auto, 8px, auto);
}
.Block-bc {
	bottom: 0;
	clip: rect(8px, auto, auto, auto);
}
.Block-cr, .Block-cl {
	top: 8px;
	bottom: 8px;
	width: 16px;
	background-image: url('images/Block-v.png');
}
.Block-cr {
	right:0;
	clip: rect(auto, auto, auto, 8px);
}
.Block-cl {
	left:0;
	clip: rect(auto, 8px, auto, auto);
}
.Block-cc {
	position:absolute;
	z-index:-1;
	top: 8px;
	left: 1px;
	right: 1px;
	bottom: 8px;
	background-image: url(images/Block-c.jpg);
}
.Block-cc2 {
	position:absolute;
	z-index:-1;
	top: 8px;
	left: 1px;
	right: 1px;
	bottom: 8px;
	background-image: url(images/Block-c2.jpg);
}
.Block {
	margin: 40px 0 40px 40px;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader {
	position:relative;
	z-index:0;
	height: 7px;
	padding: 0 11px;
	margin-bottom: 0px;
}
.t {
	color: #0b529a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0;
	line-height: 10px;
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.BlockContent-body {
	position: relative;
	z-index: 1;
	padding: 5px;
}
.BlockContent-body {
	color:#657061;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}
.BlockContent-body a:link {
	color: #0C559E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
	color: #0A4A8B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #A47002;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.BlockContent-body ul {
	list-style-type: none;	
	margin:0;
	padding:0;
}
.BlockContent-body ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 125%;
	line-height: 1.25em;
	padding: 7px 0 7px 5px;
	background-image: url(images/B_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-position: inside;
	list-style-type: disc;
	color: #0b529a;
	font-weight: bold;
}
/* end Box, BlockContent */

/* begin Box, Post */
.Post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:17px;
	min-height:17px;
}
.Post-body {
	position: relative;
	z-index: 1;
	padding: 16px;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc, .Post-cr, .Post-cl {
	position:absolute;
	z-index:-1;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl {
	width: 16px;
	height: 16px;
	background-image: url('images/Post-s.png');
}
.Post-tl {
	top:0;
	left:0;
	clip: rect(auto, 8px, 8px, auto);
}
.Post-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 8px, 8px);
}
.Post-bl {
	bottom: 0;
	left: 0;
	clip: rect(8px, 8px, auto, auto);
}
.Post-br {
	bottom: 0;
	right: 0;
	clip: rect(8px, auto, auto, 8px);
}
.Post-tc, .Post-bc {
	left: 8px;
	right: 8px;
	height: 16px;
	background-image: url('images/Post-h.png');
}
.Post-tc {
	top: 0;
	clip: rect(auto, auto, 8px, auto);
}
.Post-bc {
	bottom: 0;
	clip: rect(8px, auto, auto, auto);
}
.Post-cr, .Post-cl {
	top: 8px;
	bottom: 8px;
	width: 16px;
	background-image: url('images/Post-v.png');
}
.Post-cr {
	right:0;
	clip: rect(auto, auto, auto, 8px);
}
.Post-cl {
	left:0;
	clip: rect(auto, 8px, auto, auto);
}
.Post-cc {
	position:absolute;
	z-index:-1;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #FFFAD7;
}
.Post {
	margin: 40px 40px -25px 40px;
}
/*---*/

.Post2 {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:17px;
	min-height:17px;
}
.Post2-body {
	position: relative;
	z-index: 1;
	padding: 16px;
}
.Post2-tr, .Post2-tl, .Post2-br, .Post2-bl, .Post2-tc, .Post2-bc, .Post2-cr, .Post2-cl {
	position:absolute;
	z-index:-1;
}
.Post2-tr, .Post2-tl, .Post2-br, .Post2-bl {
	width: 16px;
	height: 16px;
	background-image: url('images/Post-s.png');
}
.Post2-tl {
	top:0;
	left:0;
	clip: rect(auto, 8px, 8px, auto);
}
.Post2-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 8px, 8px);
}
.Post2-bl {
	bottom: 0;
	left: 0;
	clip: rect(8px, 8px, auto, auto);
}
.Post2-br {
	bottom: 0;
	right: 0;
	clip: rect(8px, auto, auto, 8px);
}
.Post2-tc, .Post2-bc {
	left: 8px;
	right: 8px;
	height: 16px;
	background-image: url('images/Post-h.png');
}
.Post2-tc {
	top: 0;
	clip: rect(auto, auto, 8px, auto);
}
.Post2-bc {
	bottom: 0;
	clip: rect(8px, auto, auto, auto);
}
.Post2-cr, .Post2-cl {
	top: 8px;
	bottom: 8px;
	width: 16px;
	background-image: url('images/Post-v.png');
}
.Post2-cr {
	right:0;
	clip: rect(auto, auto, auto, 8px);
}
.Post2-cl {
	left:0;
	clip: rect(auto, 8px, auto, auto);
}
.Post2-cc {
	position:absolute;
	z-index:-1;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #FFFAD7;
}
.Post2 {
	margin: 40px 0px 15px 40px;
}
/* Start images */
a img {
	border: 0;
}
.article img, img.article {
	margin: 1em;
}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
}
.article th, .article td {
	padding: 2px;
	border: solid 1px #CEC18D;
	vertical-align: top;
	text-align:left;
}
.article th {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
/* Finish tables */

pre {
	overflow: auto;
	padding: 0.1em;
}
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeader {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0 0 7px 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: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #06519A;
	background-image: url(images/H_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.PostHeader2 {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0 0 7px 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: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #06519A;
	background-image: url(images/W_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.PostHeader a, .PostHeader a:link, .PostHeader a:visited, .PostHeader a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin:0;
	color: #06519A;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #5D5228;
}
.PostHeader a:visited, .PostHeader a.visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #565F53;
}
.PostHeader a:hover, .PostHeader a.hovered {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #CBA20B;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */

.PostContent p {
	margin: 0.5em 0;
}
.PostContent, .PostContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000;
}
.PostContent {
	margin:0;
}
/* Start Content link style */

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #968540;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #968540;
}

a:visited, a.visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #343932;
}

a:hover, a.hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CBA20B;
}
/* Finish Content link style */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul {
	color: #000;
	margin:0;
	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: disc;
	list-style-position: inside;
}
ol {
	list-style-position:inside;
}
.Post li {
	padding:0;
	line-height:1.2em;
}
.Post ol li, .Post ul ol li {
	background: none;
	padding-left:0;
}
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote, blockquote p, .PostContent blockquote p {
	color:#0F100E;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
blockquote, .PostContent blockquote {
	border:solid 1px #DAD0A9;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#EBE6D1;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote */

/* begin Footer */
.Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 903px;
	margin: 5px auto 0px auto;
}
.Footer .Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
}
.Footer .Footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 903px;
	height: 150px;
	bottom:0;
	left:0;
}
.Footer .Footer-text p {
	margin: 0;
}
.Footer .Footer-text {
	display:inline-block;
	color:#393318;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Footer .Footer-text a:link {
	text-decoration: none;
	color: #7D6F36;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.Footer .Footer-text a:visited {
	text-decoration: none;
	color: #1B1E1A;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.Footer .Footer-text a:hover {
	text-decoration: none;
	color: #AA8709;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .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:#C29A0A;
}
.page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#8F7E3D;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 270px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 631px;
}
.contentLayout .content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 901px;
}
/* end LayoutCell */
