h1 {
	font-size: 24px;
	text-align: center;
        color: #FFF;
}
h2 {
	color: #FFF;
	font-size: 18px;
}
h3 {
	color: #DF7DBD;
	font-size: 14px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background-image: url(../../images/Header.jpg);
        cursor: pointer;
}
#header  h1 {
        height: 1.5em;
	filter: Shadow(Color=#333333,Direction=135,Strength=5);
	margin-top: 48px;
	font-size: 18px;
}
.ContentPane {
	color: #FFDFF4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 110px;
}
ul {
	list-style-image: url(../../images/Bullet.gif);
	margin-left: 0.5em;
	padding-left: 1em;
}
#menu {
	position: absolute;
	top: 75px;
	left: 1px;
}
#menu a {
	display: block;
	width: 152px;
	border: solid 1px black;
	float: left;
	color: #333;
	text-align: center;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCC;
	position: relative;
	padding: 5px 0px 5px 0px;
}
#menu a:hover {
	background-color: #E0E0E0;
        cursor: pointer;
}
#menu a span {
	color: #FF66CC;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 152px;
	padding: 5px 0px 5px 0px;
}
#one {
	width: 350px;
	float: left;
}
#two {
	width: 350px;
	float: right;
}
#three {
	clear: both;
}
ul.LLMenu {
	border: solid 1px #000;
	position: absolute;
	background-color: #E0E0E0;
	color: #000;
        top: 106px;
        padding: 0px;
	margin: 0px;
	width: 154px;
}
ul.LLMenu li {
	list-style-type: none;
	list-style-image: url();
	margin: 0px;
	position: relative;
}
ul.LLMenu a {
	color: #F09;
	text-decoration: none;
	font-style: normal;
	border: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	display: block;
	padding: 2px;
}
ul.LLMenu a:hover {
	background-color: #FFF;
}
.Normal {
	font-size: 14px;
}