body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #fa720a;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #fa720a;
}



.spacer
{
	clear: both;
	padding-bottom: 5px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	font-variant: normal;
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}
a img {
	border: none;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	width: 0;
	overflow: hidden;
	display: block;
}
html {
	overflow-Y: scroll;
	margin: 0 0 0 -1px;
}
body {
	width: 100%;
	display: table;
	background-image: url('themes/bg.jpg');	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#top {
	position: relative;
	height: 0px;
	width: 100%;
	background-color: #FACF3C;
}
#top .overlay {
	background-image: none;
}
#wrapper {
	width: 100%;
	background-color: transparent;
	background-position: center top;
	background-repeat: repeat;
	background-image: url('themes/texture.jpg');
}
#wrapper .overlay {
	position: absolute;
	height: 500px;
	background-color: transparent;
	margin-left: -700.0px;
	left: 50%;
	background-repeat: no-repeat;
	background-image: url('themes/wrapper-img.png');
	background-position: center top;
}
#wrapper .border-top {
	position: absolute;
	height: 25px;
	width: 100%;
	background-color: transparent;
	background-repeat: repeat-x;
	background-image: url('themes/wrapper-borderTop.png');
	background-position: center top;
}
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#container .hd {
	height: 260px;
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
	background-image: url('themes/container-hd.png');
	background-position: center top;
}
#container-top {
	position: relative;
	height: 20px;
	width: 950px;
}
#banner {
	position: relative;
	height: 200px;
	width: 950px;
	margin: 0 auto;
}
#hmenu-wpr {
	height: 40px;
	width: 950px;
	margin: 0 auto;
}
ul#hmenu {
	list-style-type: none;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
ul#hmenu li a, ul#hmenu li a:visited {
	line-height: 24px;
	color: #000000;
		text-decoration: none;
}
ul#hmenu li a.toplvl, ul#hmenu li a.toplvl:visited, ul#hmenu li.current a.toplvl {
	line-height: 40px;
	color: #000000;
	font-weight: bold;
	padding: 0 43px;
		text-decoration: none;
}
ul#hmenu li a.toplvl:hover {
	color: #000000;
	background-color: transparent;
	background-image: url('themes/hmenu-sel.png');
	background-position: left top;
	background-repeat: repeat-x;
		text-decoration: underline;
}
.sf-menu, .sf-menu * {
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	margin-bottom: 1em;
	float: left;
}
.sf-menu ul {
	position: absolute;
	width: 150px;
	top: -999em;
}
#hmenu .sf-menu ul {
	height: 40px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	position: relative;
	background-color: transparent;
	float: left;
}
.sf-menu a {
	position: relative;
	display: block;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	z-index: 99;
	top: 40px;
}
#hmenu .sf-menu li:hover ul, #hmenu .sf-menu li.sfHover ul {
	top: 40px;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
/* match ul width */
	top: 0;
	left: 150px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
/* match ul width */
	top: 0;
	left: 150px;
}
.sf-menu ul li a {
	padding: .75em 1em;
}
.sf-menu li li {
	background: #ffb508;
}
.sf-menu li li li {
	background: #ffb508;
}
.sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:active {
	background: #f5ab00;
	outline: 0;
		text-decoration: none;
}
.sf-menu li:hover, .sf-menu a:hover, {
	background: #f5ab00;
	outline: 0;
		text-decoration: none;
}
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
}
.sf-sub-indicator {
	position: absolute;
	text-indent: -999em;
	height: 10px;
/* IE6 only */
	width: 10px;
	background: url('themes/hmenu-arrows.png') no-repeat 0px 0px;
	overflow: hidden;
	display: block;
	right: .75em;
	top: 1.05em;
}
a > .sf-sub-indicator {
	top: 12px;
}
a.toplvl > .sf-sub-indicator {
/* give all except IE6 the correct values */
	top: 17.0px;
	background-position: 0 -10px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -100px;
}
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-shadow ul {
	-wwebkit-border-top-right-radius: 17px;
	box-shadow: 5px 5px 5px #CCC;
	-wwebkit-border-bottom-left-radius: 17px;
	-mmoz-border-radius-topright: 17px;
	-webkit-box-shadow: 5px 5px 5px #CCC;
	background: url('../images/shadow.png') no-repeat bottom right;
	border: 1px solid #AAA;
	ppadding: 0 8px 9px 0;
	-mmoz-border-radius-bottomleft: 17px;
	-moz-box-shadow: 5px 5px 10px #AAA;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#container .bd {
	position: relative;
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url('themes/container-bd.png');
}
#page {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#main {
	position: relative;
	line-height: 1.7em;
	letter-spacing: normal;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	width: 530px;
	margin-left: 0px;
	font-weight: normal;
	float: left;
}
#main .content {
	position: relative;
	margin: 0px 0px;
}
#main a:link, #main a:visited {
	color: #fa720a;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	text-decoration: underline;
	font-style: bold;
}

#main h2 a:link, #main h2 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#main h2 a:hover {
	text-decoration: underline;
	font-style: bold;
}


#main h1 {
	letter-spacing: 1px;
	font-style: normal;
	background-color: transparent;
	font-weight: bold;
	padding: 0px;
	color: #000000;
	text-transform: none;
	font-size: 30px;
	margin: 15px 0 15px 0;
	border: 0;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
}
DELETE
#main1 h2 {
	letter-spacing: 1px;
	font-style: normal;
	background-color: transparent;
	font-weight: bold;
	padding: 0px;
	color: #000000;
	text-transform: none;
	font-size: 18px;
	margin: 10px 0 10px 0;
	border: 0;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
}
#main h3 {
	letter-spacing: 1px;
	font-style: normal;
	background-color: transparent;
	font-weight: bold;
	padding: 0px;
	color: #000000;
	text-transform: none;
	font-size: 14px;
	margin: 5px 0;
	border: 0;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
}
#main .content p {
	text-align: justify;
	padding-bottom: 10px;
}
#main h1:first-child {
	margin: 0px 0 15px 0;
}
#sidebar {
	position: relative;
	width: 210px;
	float: left;
}
#sidebar .content {
	position: relative;
	margin: 0 10px;
}
#sidebar2 {
	position: relative;
	width: 210px;
	margin-left: 0px;
	float: right;
}
#sidebar2 .content {
	position: relative;
	margin: 0 10px;
}
#container .ft {
	position: relative;
	height: 180px;
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url('themes/container-ft.png');
}
#footer {
	position: relative;
	width: 950px;
	font-style: normal;
	background-color: transparent;
	font-weight: normal;
	line-height: 1.8em;
	height: 100px;
	color: #000000;
	font-size: 12px;
	margin: 0 auto;
	background-image: none;
}
#footer .content {
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	float: left;
}
#footer a:link, #footer a:visited {
	color: #fa720a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#container-bottom {
	position: relative;
	height: 20px;
	width: 950px;
	margin: 0 auto;
}



.sidebox-nav {
	letter-spacing: normal;
	font-style: normal;
	background-color: transparent;
	font-weight: normal;
	padding: 10px;
	line-height: 1.7em;
	color: #404040;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #000000;
	background-position: center top;
	background-image: url('themes/sidebox1-bg.png');
	background-repeat: repeat-x;
}

.sidebox-nav h2 {
	letter-spacing: 1px;
	font-style: normal;
	background-color: transparent;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 0px;
	line-height: 10px;
	color: #000000;
	text-transform: none;
	font-size: 13px;
	border: 0;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
}

#main .sidebox-nav p {
	text-align: justify;
	padding-bottom: 0px;
}


.sidebox {
	letter-spacing: normal;
	font-style: normal;
	background-color: transparent;
	font-weight: normal;
	padding: 10px;
	line-height: 1.7em;
	color: #404040;
	font-size: 13px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #000000;
	background-position: center top;
	background-image: url('themes/sidebox1-bg.png');
	background-repeat: repeat-x;
}
.sidebox a:link, .sidebox a:visited {
	color: #000000;
	text-decoration: none;
}
.sidebox a:hover {
	text-decoration: underline;
}
.sidebox h2 {
	letter-spacing: 1px;
	font-style: normal;
	background-color: transparent;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 0px;
	line-height: 10px;
	color: #000000;
	text-transform: none;
	font-size: 13px;
	border: 0;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
}

.sidebox .vmenu ul {
	text-align: left;
	text-decoration: none;
	margin: 6px 0px 7px 0px;
	list-style: none;
	border-top: 0px solid #E0E0E0;
	padding: 0;
}
.sidebox .vmenu ul li {
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
	list-style: none;
	padding: 5px 0 5px 4px;
}
.sidebox .vmenu ul li a:link, .sidebox .vmenu ul li a:visited {
	letter-spacing: normal;
	color: #333333;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
		text-decoration: none;
}
.sidebox .vmenu ul li a:hover {
	text-decoration: underline;
}
.sidebox p {
	text-align: justify;
}




.sidebox1 {
	letter-spacing: normal;
	font-style: normal;
	background-color: transparent;
	font-weight: normal;
	padding: 10px;
	line-height: 1.7em;
	color: #404040;
	font-size: 13px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #000000;
	background-position: center top;
	background-image: url('themes/sidebox1-bg.png');
	background-repeat: repeat-x;
}
.sidebox1 a:link, .sidebox1 a:visited {
	color: #0000EE;
	text-decoration: none;
}
.sidebox1 a:hover {
	text-decoration: underline;
}
.sidebox1 h2 {
	letter-spacing: 1px;
	font-style: normal;
	background-color: transparent;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 0px;
	line-height: 10px;
	color: #000000;
	text-transform: none;
	font-size: 13px;
	border: 0;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
}
.sidebox1 .vmenu ul {
	text-align: left;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	list-style: none;
	border-top: 0px solid #E0E0E0;
	padding: 0;
}
.sidebox1 .vmenu ul li {
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
	list-style: none;
	padding: 2px 0 2px 1px;
}
.sidebox1 .vmenu ul li a:link, .sidebox1 .vmenu ul li a:visited {
	letter-spacing: normal;
	color: #333333;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}
.sidebox1 .vmenu ul li a:hover {
	text-decoration: underline;
}
.sidebox1 p {
	text-align: justify;
}
.sidebox2 {
	letter-spacing: normal;
	font-style: normal;
	background-color: transparent;
	font-weight: normal;
	padding: 10px;
	line-height: 1.7em;
	color: #404040;
	font-size: 13px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #000000;
	background-position: center top;
	background-image: url('themes/sidebox2-bg.png');
	background-repeat: repeat-x;
}
.sidebox2 a:link, .sidebox2 a:visited {
	color: #0000EE;
	text-decoration: none;
}
.sidebox2 a:hover {
	text-decoration: underline;
}
.sidebox2 h2 {
	letter-spacing: 1px;
	font-style: normal;
	background-color: transparent;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 0px;
	line-height: 10px;
	color: #000000;
	text-transform: none;
	font-size: 13px;
	border: 0;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
}
.sidebox2 .vmenu ul {
	text-align: left;
	text-decoration: none;
	margin: 7px 0px 8px 0px;
	list-style: none;
	border-top: 1px solid #E0E0E0;
	padding: 0;
}
.sidebox2 .vmenu ul li {
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
	list-style: none;
	padding: 6px 0 6px 5px;
}
.sidebox2 .vmenu ul li a:link, .sidebox2 .vmenu ul li a:visited {
	letter-spacing: normal;
	color: #333333;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}
.sidebox2 .vmenu ul li a:hover {
	text-decoration: underline;
}
.sidebox2 p {
	text-align: justify;
}



/* Form */

legend {
display: none;
}

fieldset {
	padding:1em 1em 0.5em;
	border:0px solid #d1cfcb;
	margin-top:0em;
	background:#ffffff;
}

label {
	font:1.0em ;
	font-weight:bold;
}

input, textarea {
	border:1px solid #ffbf29;
	padding:2px;
	width:20em;
}

textarea {
	width:28em;
	height:5em;

}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	width:auto;
	background:#ffffff;
}

input#submit:hover {
	border-color:#fa720a;
}


pre {
	margin: 1.5em 0;
	white-space: pre;
	color: #9a968d;
}
pre, code, tt {
	font: 0em 'andale mono', 'lucida console', monospace;
	line-height: 0;
}


/* pagination */

ul.pagination {
	display:inline;
	height:22px;
	line-height:21px;
	clear:both;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
ul.pagination li {
    display:inline;
    margin:5px;
    padding:5px;
    border:1px solid #CCC;
}
.unlinked { font-weight: bold }   /*  for the current page that is not a link */