﻿body {
	margin: 0pt;
	padding: 0pt;
	background: rgb(139, 139, 139) none repeat scroll 0% 50%;
	color: rgb(0,0,0);
	font-family: Verdana,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	text-align: center;
}
/* navigation at top */
.navigation {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 0.8em Verdana,sans-serif;
	height: 40px; /* margin: 0 auto; */ /* removed 7/19 */;
	padding: 0 25px;
}
.navigation a {
	text-decoration: none;
	padding: 3px 4px;
	margin-left: 12px;
	line-height: 40px;
}
.navigation a:hover {
	background: rgb(245,76,0);
/* jabi red */	color: rgb(0,0,0);
}
/* leftside navigation */
/* new: */
#leftside {
	margin: 0;
	padding: 0 10px 10px;
	width: 165px;
	float: left;
	margin-right: 10px;
}
.sidenav {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 0.9em Verdana,sans-serif;
	color: rgb(0,0,0);
	height: 40px;
	width: 180px;
	padding: 0;
	margin: 0;
}
.sidenav a {
	font: bold 1.0em Verdana,sans-serif;
	display: block;
	text-indent: 5px;
	line-height: 40px;
}
.sidenav a:hover {
	background: rgb(245,76,0);
/* jabi red */	color: rgb(0,0,0);
}
.sidenav ul {
	list-style: none;
	margin-left: 0;
	margin: 0;
	padding: 0;
}
.sidenav li {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 1.0em Verdana,sans-serif;
	margin: 0;
	padding: 0;
}
.sidenav li a {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 1.0em Verdana,sans-serif;
	line-height: 40px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-indent: 20px;
}
.sidenav li a:hover {
}
.clearer {
	clear: both;
}
.graypanel {
	border: solid 1px rgb(0,0,0);
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}
.bodytext {
	font: 0.7em Verdana,sans-serif;
	color: rgb(0,0,0);
}
.titletext {
	font: 0.7em Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CC0000;
}
.whitetitle {
	font: 0.7em Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.smalltitle {
	font: 0.7em Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: rgb(245,76,0);
}
.smallwhitetext {
	font: 0.7em Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallwhitetext a {
	font: 0.7em Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhitetext a:hover {
	text-decoration: underline;
}
.smallgraytext {
	font: 0.7em Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.smallgraytext a {
	font: 0.7em Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,0,0);
	text-decoration: none;
}
.smallgraytext a:hover {
	text-decoration: underline;
}
.smallredtext {
	font: 0.7em Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(245,76,0); /* jabi red */
}
.smallredtext a {
	font: 0.7em Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(245,76,0);
	text-decoration: none;
}
.smallredtext a:hover {
	text-decoration: underline;
}
a {
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: rgb(128, 128, 128);
	text-decoration: underline;
}
p {
	margin: 0pt 0pt 15px;
	line-height: 1.5em;
}
#container {
	margin: 0pt;
	padding: 0pt;
	background: rgb(255,227,162) none repeat scroll 0% 50%;
/* light tan, main background of page */	color: rgb(0,0,0);
	min-width: 770px;
	text-align: left;
}
#sitename {
	margin: 0pt 0px 0px;
	background: rgb(0,0,0);
	color: rgb(255, 69, 0);
	height: 204px;
	text-align: left;
}
#sitename h2 {
	margin: 0pt;
	padding: 0pt;
	font-weight: 400;
	letter-spacing: -2px;
}
#sitename h1 {
	margin: 0pt;
	padding: 0pt;
	font-weight: 400;
	letter-spacing: -2px;
}
#sitename h1 {
	font-size: 2.4em;
	padding-top: 20px;
}
#sitename h2 {
	font-size: 1.6em;
}
#mainmenu {
	float: left;
	margin-bottom: 25px;
}
#mainmenu ul {
	margin: 0pt;
	padding: 0pt;
	font-size: 16px;
}
#mainmenu li {
	margin: 0pt;
	padding: 0pt;
	float: left;
	height: 35px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#mainmenu a {
	border-right: 1px solid rgb(176, 176, 176);
	padding: 11px 10px 10px;
	color: rgb(0,0,0);
	display: block;
	font-size: 0.7em;
	text-transform: uppercase;
}
#mainmenu a:hover {
	background: rgb(240, 240, 240) url(img/menuhover.jpg) repeat-x scroll left top;
	color: rgb(0,0,0);
	text-decoration: none;
}
#mainmenu a.current {
	background: rgb(240, 240, 240) url(img/menuhover.jpg) repeat-x scroll left top;
	color: rgb(0,0,0);
	text-decoration: none;
}
#wrap {
	padding: 0pt;
	clear: both;
	font-size: 0.9em;
}
#leftside {
	margin: 0pt;
	padding: 0pt 10px 10px;
	width: 180px;
}
#leftside_new {
	float: left;
	margin-right: 0px;
}
#rightside {
	float: right;
	padding: 0pt 10px 10px;
	/* border: 1px solid rgb(0,0,0); */
	width: 180px; /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	/* margin: 17px 5px; */
	margin: 10pt 0pt 0pt 0px;
	/* color: rgb(0,0,0); */
	/* background-color: rgb(255, 255, 255); */
}
#rightside h1 {
	margin: 0pt 0pt 12px;
	color: rgb(0,0,0);
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}
#leftside h1 {
	margin: 0pt 0pt 12px;
	color: rgb(0,0,0);
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
}
#leftside h2 {
	margin: 0pt 0pt 20px;
	font-size: 1.0em;
}
#rightside h2 {
	margin: 0pt 0pt 20px;
	font-size: 1.0em;
}
#rightside h3 {
	margin: 0pt 0pt 20px;
	font-size: 0.9em;
}
#rightside h4 {
	margin: 0pt 0pt 20px;
	font-size: 0.85em;
}
#leftside p {
	margin: 0pt 0pt 16px 10px;
	font-size: 1.0em;
	line-height: 1.4em;
}
.linklist {
	margin: 0pt 0pt 16px 10px;
	padding: 0pt;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.linklist li {
	margin-bottom: 0.7em;
}
/* Boxes on the left side: */
.nav {
	border: 1px solid rgb(0,0,0);
/* border of box */	padding: 5px 4px 4px 10px;
	background: rgb(193,166,102) none repeat scroll 0% 50%;
	color: rgb(0,0,0); /* font color */;
	display: block;
	margin-top: 8px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	width: 140px;
}
.active {
	border: 1px solid rgb(0,0,0);
	background: rgb(245,76,0) none repeat scroll 0% 50%;
/* highlighted selection */	color: rgb(0,0,0);
	text-decoration: none;
}
.nav:hover {
	border: 1px solid rgb(0,0,0);
	background: rgb(245,76,0) none repeat scroll 0% 50%;
/* highlighted selection */	color: rgb(0,0,0);
	text-decoration: none;
}
.sub {
	margin: 3px 0pt 2px 10px;
	padding: 4px 2px 2px 8px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: 125px;
}
#content {
	margin: 17px 200px;
	margin-left: 210px;    /* width:auto; */
	border: 1px solid rgb(0,0,0);
	padding: 5px 20px 5px;
	background-color: rgb(255, 255, 255);
	color: rgb(0,0,0);
  /*  float: right; /* xxxxxxxxxxxxxxxxxx check this */
}
#content h1 {
	margin: 0pt 0pt 15px;
	padding: 0pt;
	background-color: inherit;
	color: rgb(245, 76, 0);
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}
#content h2 {
	margin: 0pt 0pt 15px;
	padding: 0pt;
	background-color: inherit;
	color: rgb(0,0,0);
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: -1px;
}
#content h3 {
	font-size: 1.0em;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 0.9em;
	margin-bottom: 10px;
}

/*
  #content img { border: 1px solid rgb(176, 176, 176);
    margin: 5px 15px 6px;
    padding: 5px;
    float: left;
    }
*/
#footer {
	margin: 0pt;
	padding: 20px 0pt;
	background: rgb(0,0,0);
/* url(img/footerbg.jpg) repeat-x scroll left top; */	clear: both;
	color: rgb(245,76,0);
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	width: 100%;

}
#footer a {
	color: rgb(245,76,0);
	font-weight: bold;
}
.thumbnail {
	border: 1px solid rgb(176, 176, 176);
	margin: 0pt 0pt 10px 10px;
	padding: 5px;
	background: rgb(250, 251, 252) none repeat scroll 0% 50%;
}
.searchform {
	margin: 0pt;
}
.searchbox {
	border: 1px solid rgb(176, 176, 176);
	margin: 0pt 4px 0pt 0pt;
	background: rgb(240, 240, 240) none repeat scroll 0% 50%;
	width: 100px;
}
.searchbutton {
	border: 1px solid rgb(176, 176, 176);
	background: rgb(240, 240, 240) none repeat scroll 0% 50%;
}
.clearingdiv {
	clear: both;
	height: 30px;
	width: 1px;
}
.hide {
	display: none;
}
.intro {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}
.small {
	font-size: 0.8em;
}
.large {
	font-size: 1.4em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
