/* CSS Document */

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
.fontsize12 {
	font-size: 12px;
}


#navlist li
{
padding-left: 30px;
background-image:url(../../images/melinda/chev-bullet.gif);
background-repeat: no-repeat;
background-position: 1.0em 0.2em;
}
.paddingleft30 {
	padding-left: 30px;
}

.info {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bolder;
	color: #50BAEA;
	text-decoration: none;
	margin-left: 32px;
	;
}

.info:link{
	color: #50BAEA;
	text-decoration: none;

}


.info:visited{
	color: #50BAEA;
	text-decoration: none;

}

.info:hover{
	color: #178EC1;
	text-decoration: underline;

}


a.events:link{
	color: #DE382C;
	text-decoration: none;
	font-size: 1.2em;

}


a.events:visited{
	color: blue;
	text-decoration: none;

}

a.events:hover{
	color: green;
	text-decoration: underline;

}

a.events:active{
	color: brown;
	text-decoration: underline;

}


#text-area {
	background-repeat: no-repeat;
	background-position: 100%100%;
	height: auto;
}

