html {
  overflow-x: hide;
  overflow-y: scroll;
}


* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(img/bg.jpg);
	color: #444;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
}
.contactus {
	display: inline;
	top: 5px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

p,blockquote,ul {
	margin-bottom: 1em;

}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 2em;
}

.left {float: left;}
.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}

/* structure */
.container {
	background: url(img/bgcontainer2.jpg) repeat-y center top;
	margin: 0 auto;
	width: 950px;
}

.gfx {
	background: url(img/gfx.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(img/bgcontent.gif_non) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 846px;
}

.header {
	background: #56644A url(img/header2.png) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 180px;
	padding-right: 490px;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {
	margin: 0 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navigation a {
	color: #556149;
	line-height: 50px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.navigation a:hover {
	color: #F07800;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navigation #selected {
	color: #F07800;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A6B689;
}

/* content */
.content {
	background: url(img/bgcontent.gif_non) no-repeat;
	clear: both;
	font-size: 1.4em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 10px;
}
/* content item */
.table {
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-decoration: none;
}
/* content item */
.table p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
	padding: 5px;
	margin-bottom: 0em;
}

/* content item */
.item {clear: both;}

/*.item img {border: 1px dashed #8A6;}
*/
.item .title {
	color: #F07800;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	display: block;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}
*/
.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px;
	margin: 0 auto;
	text-align: right;
	width: 846px;
}
.footer .left {padding-left: 40px;}
.footer .right {padding-right: 40px;}

.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
.footer .right, .footer .right a {
}
