
/* side menu */
.submenu{
	background-color: #E4CDA1; 
	display: block;
	height: 19px;
	/*margin-left: 38px;
	padding-top: 2px;
	padding-left: 7px;*/
	color: #333333;
	padding-left: 0.5cm;
}
.menu1
{
	background-color: #E4CDA1;
	display: block;
	height: 19px;
	color: #333333;
}
.hide{
display: none; 
}

/* side menu */


/* CSS Document */
body, td, html{
font-family: "verdana", arial, san serif;
color:Gray;
font-size: 11px;
margin:0px;
/*color: #4B4B4B;*/
}
h1{
	font-family: serif;
	font-size: 22px;
	color: black;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

a, a:link,a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	/*text-decoration: underline; */
}
a:hover	{
	color: black;
	
}
#footer a, #footer a:link,#footer a:visited {
	
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover	{
	color: black;
	text-decoration: underline;
}
p{
padding: 0 0 0 10px;
}
hr{
border: .02em dashed #E3CDA1;
}
hr.solid{
border: .01em solid #D8B189;
}

img#pad20{
margin: 0 0 20px 20px;
}

#noJS {
		background-image: url(/media/images/home.jpg);
	background-repeat: no-repeat;
}


		/* button styles */
a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(/media/images/buttonBackground.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 41px;
	margin: 5px auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
		a.button:link, a.button:visited {
	color: Black;
}
		a.button:hover, a.button:active {
	background-position: 0 -52px;
	color: White;
}
		a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -72px;
		color: #5F5F5F;
		cursor: default;
		}
		.icon {
		background-repeat: no-repeat;
		padding: 0 0 5px 18px;
		}
		a.button:hover .icon, a.button:active .icon {
		background-position: 0 -28px;
		}
		a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
		background-position: 0 -56px;
		}
		/* list of button icons */
		#buttonOK .icon {
		background-image: url(/media/images/ok.gif);
		}
