/* =============================================== */
/* CSR Solutions */
/* Attempt to gradually bring the old CSR site up to date */
/* Created by Ben Wakeford 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION :  Homepage */
/* =============================================== */

.smallnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330099;
	padding : 0 0 0 0;
	margin : 7px 0 0 0;
}

.smallnewslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330099;
	border-bottom : 1px solid #3099FF;
	padding : 0 0 7px 0;
	margin : 0 0 7px 0;
	text-align : right;
}

.smallnewslink a:link, .smallnewslink a:visited {
	color : #330099;
	text-decoration : none;
	font-weight : bold;
	line-height : 130%;
}

.smallnewslink a:hover, .smallnewslink a:active {
	color : #3099FF;
	text-decoration : underline;
}

.last {
	border-bottom : 0;
}

img {
	margin : 0;
	padding : 0;
	/* :HACK: IE Hack to stop img having a bottom border: */
	display : block;
	border : 0;
	/* :End HACK: */
}


/* =============================================== */
/* SECTION :  News Section */
/* =============================================== */

table#news p {
	margin : 0 0 5px 0;
	padding : 0;
}

table#news a:link, table#news a:visited {
	color : #3099FF;
	text-decoration : none;
	font-weight : bold;
}

table#news a:hover, table#news a:active {
	color : #330099;
	text-decoration : underline;
}


/* =============================================== */
/* SECTION :  Sidebar Boxes */
/* =============================================== */
.textblockout3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3099FF;
}


/* =============================================== */
/* SECTION :  Footer */
/* =============================================== */

div.footer {
	width : 788px;
	padding : 15px 0 0 0;
	border-top : 1px solid #3099FF;
	margin : 10px 0 0 0;
}

div.footer p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #3099FF;
	line-height : 100%;
	margin : 0;
}

div.footer p.links {
	width : 350px;
	float : left;
}

div.footer p.copyright {
	width : 350px;
	float : right;
	text-align : right;
}

div.footer p a:link,
div.footer p a:visited {
	color : #3099FF;
	text-decoration : none;
	font-weight : normal;
	line-height : 100%;
	padding : 0 4px 0 0;
}

div.footer p a:hover,
div.footer p a:active {
	color : #330099;
	text-decoration : none;
}

div.footer p a.last:link,
div.footer p a.last:visited {
	border-right : 0;
}


td.divider {
	border-right : 1px solid #3099FF;
}

.smallnewslink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330099;
	border-top : 1px solid #3099FF;
	padding : 15px 0 10px 0;
	margin : 10px 0 0px 0;
	text-align : right;
}
.smallnewslink2 a:link,
.smallnewslink2 a:visited {
	color: #330099;
}

.smallnewslink2 a:hover,
.smallnewslink2 a:active {
	color: #3099FF;
}

