body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images2.0/homepage_11.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #d1cbe3;
}
#footer {
	background-image: url(/images2.0/homepage_14.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	background-color: #492f91;
	clear: both;	
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	clear:both;
	border: 1px solid #492f91;
	background-image: url(/images2.0/sidbar_background.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 20px;
}

h1 {
	font-size: 2.5em;
	color: #492f91;
	font-weight: normal;
	letter-spacing: -.05em;
}
.home_4col {
	float: left;
	width: 159px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.home_4col h1  {
	margin-bottom:.25em;
	margin-top: .75em;
	font-size: 1.5em;
	font-weight: bold;
}
.home_4col ul li{
	margin-bottom:.5em;
	margin-top: .25em;
}
p, ul, ol, table {
	font-size: 1.25em;
}
h2 {
	font-size: 1.65em;
}
h3 {
	font-size: 1.4em;
}

#sidebar {
	float: right;
	width: 225px;
	padding-bottom: 20px;
	font-size:.9em;
}
#sidebar a, .home_4col a {
	text-decoration: none;
	color: #6600FF;
}
#sidebar ul, .home_4col ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
	
}
#sidebar ul li{
	margin-left: 45px;
	margin-right:20px;
	margin-bottom:.5em;
	margin-top: .25em;
}
#sidebar h1  {
	margin-left: 45px;
	margin-right:20px;
	margin-bottom:.25em;
	margin-top: .75em;
	font-size: 1.5em;
	font-weight: bold;
}

.text {
	padding:20px;
	float:left;
	width: 520px;
}

.error {
  color: red;
  font-weight: bold;
  line-height: 1.5;
}

