html {
	font-size: 100.01%;
}
strong{font-weight:bold;}
em{font-style:italic;}
noscript {
	font-size: 16px;
	color: #fff;
	position: relative;
	top: 40px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,a,a img,a:link, a:visited,a:hover {
	margin: 0;
	padding: 0;
	text-decoration:none;
	border:none;
}
img, a img, span, div {
	behavior: url(scripts/iepngfix.htc);
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #666;
	text-align: center;
	line-height:1.7em;
	font-size:0.8em;
	background:url(../images/background.png) repeat #f3e9f0;
}
a,a:link, a:visited {
	color: #8e6b8b;
}
a:hover, a:active {
	color: #5c2357;
}
h1 {
	font-size: 2em;
	font-weight:normal;
	line-height:normal;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	font-weight:normal;
}
h4 {
	font-size: 0.75em;
}
#wrapper
{
	background:url(../images/flower3.png) no-repeat center left;
	width:1300px;
	margin: 0 auto;
}

#page 
{
	width:900px;
	text-align: left;
	margin: 0 auto;
	margin-top:40px;
	
}
#TopContainer {
	float: left;
	text-align: left;
	width: 850px;
}
.Logo 
{
	float: left;
	position:relative;
	top:10px;
}
.NavDiv {
	float: left;
	margin: 40px 0 0 15px;
}
.NavDiv li {
	display: inline;
	list-style: none;
	margin-right:10px;	
}
.NavDiv a, .NavDiv a:link, .NavDiv a:visited {
	color: #8e6b8b;
	font-weight:bold;
}
.NavDiv a:hover, .NavDiv a:active {
	color: #5c2357;
	font-weight:bold;
}
#MainContainer {
	border:thin solid #eee;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	background-color: #FFFFFF;
	width: 850px;
	float: left;
	padding:20px;
	min-height:500px;
	height: auto !important;
	height:500px;
}

#Content {
	width:100%;
}
#Footer {
	width:100%;
	float:left;
}
.helpbar {
	width: 170px;
	float: right;
	font-weight:bold;
}
.helpbar li {
	display: inline;
}
.clear {
	clear: both;
}
.center {
	margin:0 auto;
	text-align:center;
	width:100%;
	float:left;
}
.copyright
{
	font-size:10px;
}
