body {
	background-image: url(../images/bckgnd.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2em;
}
a:link {
	text-decoration: none;
	color: #FF9933;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: underline;
	color: #FF9933;
}
#outer {
	position: static;
	height: 100%;
	width: 100%;
}
#inner {
	margin: auto ;
	position: relative;
	height: 460px;
	width: 780px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#page {
	width: 780px;
	height: 460px;
}
#pg_bk {
	background-image: url(../images/pg_bk.gif);
	background-repeat: repeat-y;
	height: 420px;
}
#pg_det {
	width: 700px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
}
#menu {
	background-color: #FFFFFF;
	vertical-align: bottom;
	width: 490px;
}
#menuw, #menup, #menub, #menuho, #menua, #menucs {
	position: absolute;
	z-index: 1;
	top: 109px;
	width: 115px;
	visibility: hidden;
	background-color: rgb(169,162,141);
}
#menuw {left: 40px}
#menup {left: 94px;}
#menub {left: 166px;}
#menuho {left: 214px;}
#menua {left: 299px;}
#menucs {left: 386px;}

#menuw p, #menup p, #menub p, #menuho p, #menua p, #menucs p {
margin: 0;
}

#menuw a:link, #menup a:link, #menub a:link, #menuho a:link, #menua a:link, #menucs a:link, #menuw a:visited, #menup a:visited, #menub a:visited, #menuho a:visited, #menua a:visited, #menucs a:visited{
	color: white;
	text-decoration: none;
	width: 115px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid rgb(195,190,175);
	border-left: none;
	display: block;
	background-color: rgb(169,162,141);
}
#menuw a:hover, #menup a:hover, #menub a:hover, #menuho a:hover, #menua a:hover, #menucs a:hover, #menuw a:active, #menup a:active, #menub a:active, #menuho a:active, #menua a:active, #menucs a:active {
	color: rgb(101,82,64);
	text-decoration: none;
}
#menubot {
	vertical-align: top;
	margin: 0px;
	width: 106px;
}
#content {
	margin: 0px;
	height: 212px;
	width: 700px;
	vertical-align: top;
}
#footer {
	height: 114px;
	width: 594px;
	vertical-align: top;
	padding-top: 2px;
}
/* this is used to fix a layout problem in tables with NN6 */
.nn6_fix {
	vertical-align: bottom;
}
.txt {
	width: 594px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #b2b2b2;
	margin-top: 10px;
}
.img_foot {
	float: left;
	margin-top: -10px;
}
.bck_grey {
	background-color: rgb(220,216,204);
}
.bck_white{
	background-color: white;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.small_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
