/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}


h1, h3, h4, h5, h6
{
	color:#dc211a;
	margin-bottom:10px;
}

h3
{
	margin-top:20px;
	padding-top:10px;
	border-top:1px dashed #2B71A2;
}

.blue
{
	color:#006695!important;
}

.red
{
	color:#dc211a;
}

h2
{
	color:#006695!important;
	font-size:1.33em;
	margin-bottom:10px;
}

p.standout
{
	color:#006695!important;
	font-weight:bold;
	font-size:1.17em;
}



div#body_container p,
div#body_container ul,
div#body_container ol
{
	color:#6b6b6b;
}

div#body_container a:link,
div#body_container a:visited
{
	color:#dc211a;
	text-decoration:none;
}

div#body_container a:hover,
div#body_container a:active
{
	background:#006695;
	color:#FFF;
	text-decoration:none;
}

div#body_container ul.spreadlist li
{
	margin-bottom:15px;
}

div.columnbox
{
	float:left;
	padding-right:20px;
}