/* CSS Document */

/* local CSS */

.clipout{
  position:relative;
  width:64px;
  height:64px;
}
.clipin{
  position:absolute;
  clip:rect(60px 128px 124px 64px);
  top:-60px;
  left:-64px;
}

a:hover {
	color:#e64197;
	text-decoration:underline;
}


#subcontent {
}
#subcontent a {
	color:#e64197;
}
#subcontent a:hover {
	color:#e64197;
	text-decoration: underline;
}
#subcontent .heading {
	color:#888;
	font-weight: bold;
}


#footerlinks {
	color:#888;
}
#footerlinks a {
	color:#888;
	text-decoration:none;
}
#footerlinks a:hover {
	color:#888;
	text-decoration:underline;
}

#featured_text a:hover {
	color:#e64197;
	text-decoration:underline;
}


#breadcrumb_links {
	color:#888;
}
#breadcrumb_links span {
/*	color:#464646;
	text-decoration:underline;*/
}
#breadcrumb_links a {
	color:#888;
	text-decoration:none;
}
#breadcrumb_links a:hover {
	color:#888;
	text-decoration:underline;
}

#mainwrappertext a {
	color:#e64197;
	text-decoration:none;
}
#mainwrappertext a:hover {
	color:#e64197;
	text-decoration: underline;
}

#wrapper_caption2 a:hover {
	text-decoration: underline;
}


.boxtext a:hover {
	color: #fff;
	text-decoration: underline;
}
.box_text a {
	color:#e64197;
	text-decoration: none;
}
.box_text a:hover {
	color:#e64197;
	text-decoration: underline;
}


.imagedivtext a {
	color:#fff;
	text-decoration:none;
}
.imagedivtext a:hover {
	color:#fff;
	text-decoration: underline;
}

.blog_div a {
	color:#e64197;
	text-decoration:none;
}
.blog_div a:hover {
	color:#e64197;
	text-decoration:underline;
}

/* Prep */

#prepbody a:hover {
	color:#43afa2;
	text-decoration:underline;
}

#prepmainwrappertext a {
	color:#43afa2;
	text-decoration:none;
}
#prepmainwrappertext a:hover {
	color:#43afa2;
	text-decoration:underline;
}

.prep_boxtext a:hover {
	color: #fff;
	text-decoration: underline;
}

.prepimagedivtext a {
	color:#fff;
	text-decoration:none;
}
.prepimagedivtext a:hover {
	color:#fff;
	text-decoration:underline;
}

#prepbody .blog_div a {
	color:#43afa2;
	text-decoration:none;
}
#prepbody .blog_div a:hover {
	color:#43afa2;
	text-decoration:underline;
}
