/* layout */
body {
	background-color: #d2d3c5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bkgFrameShadow {
	background-image: url(images/bkgFrameShadow.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* sub menu */
#navcontainer { margin-left: 10px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family:"trebuchet MS";
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
color: #333;
background-color: transparent;
width: 140px;
padding: 2px 10px;
text-decoration: none;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
font-size: 12px;
}

#navcontainer a:hover
{
background-color: #ddd;
color: #333;
border-right: 10px solid #aaa;
padding: 2px 1px 2px 10px;
}

#navcontainer ul ul
{
margin-left: 30px;
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
display: block;
color: #333;
background-color: transparent;
width: 110px;
padding: 2px 10px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #aaa;
text-decoration: none;
font-size: 12px;
}

/* text */
.txtBlack {
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.txtBlack:link {
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.txtBlack:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.txtBlack:visited {
	font-family: "trebuchet MS";
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

.txtFooter {
	font-family: "trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.txtFooter:link {
	font-family: "trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.txtFooter:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.txtFooter:visited {
	font-family: "trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

