body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}

img {
	border: 0px;
}

p {
	font-size: 1.1em;
}

h1 {
	font-size: 1.2em;
	color: #BD1A9F;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
}

.larger {
    font-size: 1.5em;   
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.openingpara {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BD1A9F;
	font-weight: bold;
}

#sidebar {list-style-type:none;}

.supp{
border: 1px solid #E8159C;
padding: 8px;
}

.pictu{
	float: right;
}



.home_article img {
	border: none;	
}

.home_article{
	margin-right: 10px;	
}

#left{
	float: left;
	width: 65%;
	display: inline;
	overflow: hidden;
	padding: 0 10px 0 5px;
}

#left p{
	color: #333333;	
	margin: 5px 10px 5px 10px;
}

#lead {
	padding: 3px 5px 3px 10px;
	color: #444444;
}

#lead h1{
	font-size: 1.2em;
	color: #BD1A9F;
}

#lead p{
	font-size: 1.1em;
	color: #666666;
}

#lead ul{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	margin: 20px 22px 20px 3px;
}

#lead ul li {
	/* background-image: url(pictures/bullet.gif); */
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 60px;
}

#lead ul li.orange {
	background-image: url(pictures/finger-orange.gif);
}
#lead ul li.orange h2 {
	color: orange;
}

#lead ul li.yellow {
	background-image: url(pictures/finger-yellow.gif);
}
#lead ul li.yellow h2 {
	color: gold;
}

#lead ul li.purple {
	background-image: url(pictures/finger-purple.gif);
}
#lead ul li.purple h2 {
	color: #BD1A9F;
}

#lead ul li.green {
	background-image: url(pictures/finger-green.gif);
}
#lead ul li.green h2 {
	color: #A5D319;
}

#lead ul li.blue {
	background-image: url(pictures/finger-blue.gif);
}
#lead ul li.blue h2 {
	color: #1F99E6;
}
 
 .other_article{
	width: 48%;	
	float: left;
	height: 100px;
	display: inline;
	padding: 10px 0px 5px 5px;
}

#left .other_article p{
	margin-left: 0px; 
}

#footer {
	 background: #BD1A9F; background-position: right; padding: 5px 0px 5px 0px;
}

input.err,
textarea.err,
select.err{
	border: 1px solid  #f00 !important;
}

label.err, p.err {
	color: #f00 !important;
}
p.err {
    font-weight:bold;
}
p.reduced {
	color: black !important;	
}

