/* CSS Document */

@charset "utf-8";
/* CSS Document */
/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color: transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */body {
	font-size: 1em;
	line-height: 1.2em;
	background-color: #ece9d8;
	font-family: Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
}

h1 {
	color:#754C78;
	font-size:1.5em;
	font-weight:bold;
	margin-left:15px;
}

h2 {
	color:#754C78;
	font-size:1.3em;
	font-weight:bold;
	margin-left:15px;
}

h3 {
	color:#754C78;
	font-size:1.1em;
	font-weight:bold;
	margin-left:15px;
}

h4 {
	color:#754C78;
	font-size:1em;
	font-weight:bold;
	margin-left:15px;
}

h5
 {
 font-size:1em;
  color: #9900FF;
  font-weight: bold;
  margin-left:15px;
}

h6
 {
 font-size:1em;
  color: #9900FF;
  font-weight: bold;
  text-decoration:underline;
  margin-left:15px;
}



#container {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 27px;
	padding-left: 28px;
	font-size: 87%;
}
#main-body {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/main-body-bg.jpg);
	background-repeat: repeat-x;
	background-position: 8px 0px;
	margin: 0px;
	font-size: 90%;
}
#banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom /**/: /**/-5px;
	margin-left: 0px;
	}
#nav-bar #top-menu {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#top-menu li {
	float: left;
}
a:link, a:visited {
	color: #754C78;
	text-decoration: none;
}

#footer {
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
	text-align: center;
	line-height: 30px;
	background-image: url(../images/footer.gif);
	background-position: 0px 0px;
	margin-right: -27px;
	margin-left: -28px;
	width: 778px;
}
#header {
	background-color: #949466;
	background-image: url(../images/header.gif);
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	height: 85px;
}
.logo {
	float: left;
	margin: 10px 0 0 15px;
}
.lotus {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main-body img {
	margin: 3px;
	padding: 0px;
}
.inner-right-img {
	float: right;
	clear: both;
}
.special {
	color: #754C78;
	font-weight: bold;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}


#nav-bar {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 26px;
}
a:hover, a:active {
	color: #89895C;
	text-decoration: none;
}
#top-menu li a:link, #top-menu li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 26px;
	display: block;
	padding-right: 8px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AE96B0;
	font-size: 12px;
}
#top-menu li a:hover, #top-menu li a:active {
	color: #BBB879;
	font-weight: bold;
	line-height: 26px;
	display: block;
}
