body {
	background-color: white;
	font-family: helvetica, verdana, sans serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
    color: #c76e14;
}

table {
	font-family: helvetica, verdana, sans serif;
	font-size: 12px;

	
}
#container {
	height: 100%;
	background-color: white;
	background-image: url(img/2_bg.gif);
	background-repeat: repeat-x;
	z-index:1000;
}
#menu {
	background-color: black;
	height: 32px;
	color: white;
	line-height: 36px;
	padding-left: 20px;
	z-index:1;
}
img.side {
	border-bottom: 5px solid white;
}
td.sideb {
}

#sidemenu {
	background-image: url(img/2_side_bg.gif);
	height: 100%;
}
#sidemenu a {
	color: white;
	text-decoration: none;
	font-size: 1.0em;
}
#sidemenu .lnk {
	margin-left: 40px;
	margin-bottom: 12px;
}

#content {
	padding-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 1.5em;
	font-size: 1.0em;
}
#content .hdr {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #e68f1a;
	font-size: 14px;
	font-weight: bold;
}
#content .subhdr {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content .txt {
	margin-bottom: 20px;
}
