html {
    height: 100%;
}
body {
    height: 100%;
	margin: 0;
	background-color: #bad9fc;
	background-repeat: repeat-x;
	background-image: url(../images/bg_bottom.jpg);
	background-attachment: fixed;
	background-position: bottom;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: small;
}
#container {
	background-repeat: repeat-x;
	background-image: url(../images/bg_top.jpg);
}
a:link {
	color:#000099;
	text-decoration: underline;
}
a:visited {
    color:#000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
    color:#0000CC;
	text-decoration: underline;
}
#Layer1 {
	position: absolute;
	top: 166px;
	margin-left: 90px;
	width: 146px;
	visibility: hidden;
}
hr {
	border-bottom: 1px solid #FFFFCC;
	height: 2px;
	color: #948230;
	background-color: #F1DB5F;
	border-right: none;
	border-left: none;
}
td {
   background-color: #F7E99E;
}

/*List menu*/

#Layer1 ul {
	list-style-type: none;
	height: auto;
	width: 143px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #394B9F;
	border: 2px solid #000066;
	padding-left: 0px;
	margin-bottom: 0px;
}
#Layer1 a {
	display: block;
	width: 130px;
	padding-top: 5px;
	text-decoration: none;
	color: #000066;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #FDEE39;
	border-top: 2px solid #F9F391;
	border-left: 2px solid #F9F391;
	border-right: 2px solid #D7C702;
	border-bottom: 2px solid #D7C702;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 0px;
}
#Layer1 a:hover {
	background: #394B9F;
	color: #fff;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #5868C2;
	border-left: 2px solid #000066;
	border-right: 2px solid #5868C2;
	text-indent: 5px;
}
/*List menu end!*/
