@charset "utf-8";
body 
{
background-color:#4e6f83;
}
.background 
{
background-repeat: repeat-y;
background-position: center;
background-image:url(../images/background.png);
}
.bodytext {
	font-size: 11px;
	font-weight: normal;
	color: #57595b;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.bodytextbold {
	font-size: 11px;
	font-weight: bold;
	color: #eb9776;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.bodytextboldlinked {
	font-size: 11px;
	font-weight: bold;
	color: #eb9776;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
a.bodytext  {
	color: #4e6f83;
	text-decoration:underline;
}
a.bodytext:hover  {
	color: #4e6f83;
	text-decoration:none;
}

.footer {
	font-size: 10px;
	font-weight: normal;
	color: #57595b;
	line-height: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a.footer  {
	color: #4e6f83;
	text-decoration:none;
}
a.footer:hover  {
	color: #4e6f83;
	text-decoration:underline;
}

h1{
}

.headline {
	font-size: 20px;
	font-weight: bold;
	color: #4e6f83;
	line-height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

h2{
}

.subhead {
	font-size: 15px;
	font-weight: bold;
	color: #57595b;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style:italic;
}

a.news:link {
	text-decoration: none;
	color: #4e6f83;
}
a.news:visited {
	text-decoration: none;
	color: #4e6f83;
}
a.news:hover {
	text-decoration: underline;
	color: #eb9776;
}

ul li {
  color:#4e6f83; /* set color of list item to a dark gray */
  list-style:none; /* if you’re not already using a reset */
}

ul li:before {
  color:#4e6f83; /* set color to blue */
  content:"\25A0"; /* /2022 is the numerical unicode for &bull; */
  font-size:1em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:1em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
  top:-.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}

.news {
	font-size: 14px;
	font-weight: bold;
	color: #4e6f83;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

.linecard {
	font-size: 11px;
	font-weight: normal;
	color: #57595b;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

.linecard:ul li {
  color:#57595b; /* set color of list item to a dark gray */
  list-style:none; /* if you’re not already using a reset */
}

.linecard:ul:li:before {
  color:#005693; /* set color to blue */
  content:"\25A0"; /* /2022 is the numerical unicode for &bull; */
  font-size:1em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:1em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
  top:-.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}

