body, html
{
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}

/*
a:link {
	color: #ffec00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BDD761;
}
a:hover {
	text-decoration: underline;
	color: #FFFA78;
}
a:active {
	text-decoration: none;
	color: #FFEC00;
}
 */

#container
{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c8c8c8;
	vertical-align: top;
	padding: 5px;

}
.footer
{
	position:absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	bottom: 10px;
	width: 770px;
}	

h1
{
	font-size: 16px;
	color: #877868;
}


.leftMenu
{
	padding: 5px;
	background-color: #c1c298;
	vertical-align: top;

}

.leftMenuItem
{
	color:#82a5b8;
	font-size: 12px;
	font-weight:bolder;
	text-align: left;
	vertical-align: top;

}
/*
#82a5b8
*/
.leftMenu a:link {
	color: #666666;
	text-decoration: none;
}
.leftMenu a:visited {
	text-decoration: none;
	color: #666666;
}
.leftMenu a:hover {
	text-decoration: underline;
	color: #666666;

}

.leftMenu a:active {
	text-decoration: none;
	color: #666666;
}
.textContainer
{
	font-size: 12px;
	color:#878164;
	padding: 5px;


}

.textContainer a:link {
	color: #82a5b8;
	text-decoration: none;
	font-weight:bold;
}
.textContainer a:visited {
	text-decoration: none;
	color: #82a5b8;
	font-weight:bold;
}
.textContainer a:hover {
	text-decoration: underline;
	color: #82a5b8;
	font-weight:bold;
}
.textContainer a:active {
	text-decoration: none;
	color: #82a5b8;
	font-weight:bold;
}
.tableborder {
	border: thin solid #CCCCCC;
}
.tableborderbottom {
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;

}
.tablebordertop {

	border-top: thin solid #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
