* {
	border:none;
}
a {
	color:#711C80;
}
a:hover {
	color:#711C80;
	text-decoration:none;
}
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(images/bg.jpg) top center repeat #808080;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#pagewidth {
	width:849px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	height:214px;
	width:100%;
}
#leftcol {
	width:175px;
	text-align:right;
}
#leftcol img {
	margin-bottom:1px;
}
#maincol {
	background:url(images/bg2.gif) bottom right no-repeat;
	padding:15px 30px;
}
#footer {
	clear:both;
	text-align:center;
}
td {
	text-align:left;
	vertical-align:top;
}
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}
* html .png {
width: expression(this.firstChild.width);
filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ this.firstChild.src+"', sizingMethod='image')");
background: expression("transparent url("+ this.firstChild.src.replace(".png", ".gif")+") no-repeat");
	backgr\ound: none !important;
}
* html .png img {
behavior: expression(this.style.visibility="hidden");
}
.line1 {
	width:849px;
	height:36px;
}
.line2 {
	width:849px;
	height:21px;
}
.line3 {
	width:849px;
	height:19px;
}
.line4 {
	width:849px;
	height:32px;
}
.header {
	width:849px;
	height:157px;
}
#wrapper {
	width:849px;
	background:url(images/bg.png) top left;
	filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.png', sizingMethod='scale')");
}
.footer {
	width:849px;
	background:url(images/bg_footer.png) top left;
	text-align:center;
	line-height:150%;
	padding-bottom:5px;
	font-size:10px;
	color:#7F7F7F;
}
.footer p {
	padding:0 0 10px 0;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
.footer p a {
	font-weight:bold;
	color:#7F7F7F;
	text-decoration:none;
}
.footer p a:hover {
	font-weight:bold;
	color:#711C80;
	text-decoration:none;
}
.bg1 {
	background:url(images/bg1.png) bottom left no-repeat;
}
.bg2 {
	background:url(images/bg2.gif) bottom right no-repeat;
}
.welcome {
	text-align:center;
	line-height:150%;
	margin:97px 0 235px 0;
}
.lilac {
	color:#711C80;
}
