html,
body  {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffdd;
	color: #010101;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;	
}

h3 {
	font: bold 15px "Trebuchet MS", Tahoma, Arial;
	color: #101010;
}

h4 {
	font-size: 9pt;
	color: #003399;
	font-style: normal;
	font-weight: normal;
}

a  {
	text-decoration: none;
	color: #0066CC;
	cursor: pointer;
}

a img  {
	border: 0px;
}

a:hover  {
	text-decoration: underline;
}

.main {
	overflow: hidden;
	width: 800px;
	margin: auto;
}

.hidden { display: none; }

.footer {
	overflow: hidden;
	width: 800px;
	margin: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.sitenav {
	overflow: hidden;
	text-align:center;
	width: 800px;
	margin: auto;
	padding: 3px;
	background-color:#134204;
	color: #FFFFFF;
}

.sitenav a  {
	text-decoration: none;
	color: #FFFFFF;
}

.sitenav a:hover  {
	text-decoration: none;
	color: #33CC99;
}

.footer h2 {
	text-transform:uppercase;
	font-size:10px;
	text-align: center;
}

.main .heading {
	width: 800px;
	float: left;
	display: inline;
	overflow: hidden;
	background-image: url(/images/header.gif);
	margin-bottom: 10px;
	height: 210px;
}

.heading a  {
	text-decoration: none;
	color: #FFFFFF;
}

.heading a:hover  {
	text-decoration: none;
	color: #33CC99;
}

.heading .logo {
	cursor: pointer;
	height: 117px;
	width: 154px;
	position: relative;
	left: 22px;
	top: 17px;
	float: left;
}

.heading .titles {
	float: right;
	width: 440px;
	height: 130px;
	top: 17px;
	overflow: hidden;
	position: relative;
}

.heading h1 {
	width: 440px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	text-align: left
}

.heading h2 {
	width: 440px;
	height: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #CCFFFF;
	margin: 0px;
	text-align: left;
}

.heading h3 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	float: left;
	line-height: 20px;
	display: block;
	vertical-align: middle;
	height: 20px;
}

.heading .menu {
	float: left;
	width: 800px;
	height: 40px;
	margin-top: 40px;
}

.menu ul#leftmenu {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0px;
	display:block;
}

.menu ul#rightmenu {
	float: right;
	width: 215px;
	padding: 0;
	margin: 0px;
	display:block;
}

.menu ul li {
	width: 59px;
	display: inline;
	padding: 0px 0px 0px 10px;
	height: 40px;
	overflow: hidden;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

.main .leftcol {
	float: left;
	width: 584px;
	overflow: hidden;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
}

.main .onecol {
	float: left;
	width: 780px;
	overflow: hidden;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
	

.main .rightcol {
	float: right;
	width: 200px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.sideblock {
	width: 188px;
	overflow: hidden;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;
	font: normal 11px Tahoma, Arial, sans-serif;
}

.main .onecol img {
	float: right;
	border: 1px solid #CCCCCC;
}

.main .leftcol img {
	float: right;
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.sideblock  ol{
	width: 180px;
}
.sideblock ol li {
	width: 175px;
	list-style-type: none;
	background: url('/images/arrow.gif') no-repeat;
	background-position: 0px 4px;
    padding-left: 15px;
}
.sideblock ol {
  margin: 0;
  padding: 0;
}

.sideblock H5 {
	font: bold 11px Tahoma, Arial, sans-serif;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #000066;
}

/*sidebar title (h2) */
.sideblock h2, #sidebar .sidebartitle{
	color: #000066;
	margin: 10px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
/*sidebar text styles */
.sideblock a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
.sideblock a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
.sideblock ul {
	margin: 0;
	padding: 0;
}
.sideblock ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
.sideblock ul li ul {
	padding: 0;
	margin: 0;
}
.sideblock ul li ul li{
	padding: 0px 0px 0px 15px;
	border-bottom: 1px solid #dceeb7;
	background-image: url('/images/arrow.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	list-style: none;
}
/*sidebar list level3 */
.sideblock ul li ul li ul li{
	padding: 0px 0 0px 11px;
	border: none;
}


