@charset "utf-8";
/* CSS Document */

body{
	color: #333;
	font: .9em Verdana, arial, helvetica;
	text-align:left;
	background-color:#fff;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;	
}
h1 {
	font-size: 24px;
	font-weight: 400;
	margin: 1px;
	padding: 1px;	
	color: #a54399;
}

h2 {
	font-size: 16px;
	font-weight:400;
	line-height: 17px;
	margin: 15px 0px 1px 0px;
	padding: 1px;
}
a {
	color: #a54399;
	text-decoration: none;
}
a:hover {
	color: #8bb4d0;
	text-decoration: none;
}
.sideleft {
	width: 150px;
	background-image:url(../images/bg_left.jpg);
	background-repeat:repeat-y;
}
.sideright {
	width: 150px;
	background-image:url(../images/bg_right.jpg);
	background-repeat:repeat-y;
}
.centercol {
	margin: 40px 10px 10px 10px;
	padding: 10px;
	text-align:center;
}
#homepage_welcome {
	margin: 20px 50px 50px 50px;
	padding: 20px;
	border-top: 2px solid #a54399;
	border-bottom: 2px solid #a54399;
	font-style:italic;
}


