/* CSS Design By CDP:CREATIVE  MRiley*/


li {list-style: none;}

a:link {text-decoration: underline; color: #333333;}
a:visited {text-decoration: underline; color: #333333;}
a:active {text-decoration: underline; color: #333333;}
a:hover {text-decoration: underline; color: #333333;}

body {
	margin: 0px 0;

}


/* HEADINGS*/

.andrew_pink_Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0154;
	font-size: 12px;
}
.andrew_black_Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

/* Body*/

.andrew_black_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.5;
}
.andrew_white_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}
.andrew_white_body a:link {text-decoration: underline; color: #FFFFFF;}
.andrew_white_body a:visited {text-decoration: underline; color: #FFFFFF;}
.andrew_white_body a:active {text-decoration: underline; color: #FFFFFF;}
.andrew_white_body a:hover {
	text-decoration: underline;
	color: #FF0099;
}



.news_grey_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 12px;
}

.news_grey_body a:link {text-decoration: underline; color: #333333;}
.news_grey_body a:visited {text-decoration: underline; color: #206F76;}
.news_grey_body a:active {text-decoration: underline; color: #1D687D;}
.news_grey_body a:hover {text-decoration: underline; color: #A57012;
}

.Inner_Title_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
}

.news_black_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
}
.news_blue_date/* Smalls*/

 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
/* subnav */
.right {
	background: #222;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 5px 10px 0;
}
.subnav h1 {
	color: #18647A;
	font-size: 1em;
	height: 20px;
	margin-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subnav ul {
	margin: 0 0 18px;
	padding: 0;
}
.subnav li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #8D7465;
}
.subnav li a {
	color: #373737;
	display: block;
	font-size: 0.8em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subnav li a:hover {
	color: #18647A;
}
